SOURCEMGMT: Source is invalid due to missing/inaccessible package. #8697
Unanswered
EvgenPervenenko
asked this question in
Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have to installers Setup.exe(burn installer) and Setup.msi(Setup.exe contains Setup.msi)
Maybe somebody can help, what is the reason of this error? How to know where SOURCEMGMT looking cached msi? Is there any way to cache msi always in "C:\Users\User\AppData\Local\Package Cache" in the same dirrectory which used by burn {cacheId}version?
Note:
There is no 100% steps to reproduce this error, but it happens time to time, when try to upgrade application using msi, as I see that msi is not cached in C:\Users\User\AppData\Local\Package Cache by default and looks like it is cached using burn installer.
Possible usecase:
Install Setup.msi, make upgrade using Setup.exe and use cached by Setup.msi value if any errors with previous version
There is an error from msi logs:
MSI (c) (E4:A8) [19:50:20:072]: SOURCEMGMT: Trying source C:\Users\User\AppData\Local\Package Cache\{8BA902E3-96DF-4018-BE5E-6DB46BAFA78B}v23.2.0.8\. MSI (c) (E4:A8) [19:50:20:072]: Note: 1: 2203 2: C:\Users\User\AppData\Local\Package Cache\{8BA902E3-96DF-4018-BE5E-6DB46BAFA78B}v23.2.0.8\Setup.msi 3: -2147287037 MSI (c) (E4:A8) [19:50:20:072]: SOURCEMGMT: Source is invalid due to missing/inaccessible package.
Beta Was this translation helpful? Give feedback.
All reactions