-
We're upgrading from v3 to v4. We use a custom ba to do login and provisioning before we install the application. I've finally got the boostrapper building and running but when it goes to run the installer i am met failure. Failed to resolve source for payload: XXX.Installer.msi, package: XXX.Installer.msi, container: (null), error: 0x80070002. The MSI itself runs fine if i run it manually from the command line and pass it all the values it needs but not when run via the bootstrapper. I've seen some stuff about x86 vs x64 and i've made sure my installer, bootstrapper and bundle project are all x64 my bundle.wxs
Any help\tips would be appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I solved it, In the CacheAcquireResolving we were setting the event args action incorrectly |
Beta Was this translation helpful? Give feedback.
I solved it, In the CacheAcquireResolving we were setting the event args action incorrectly