Re: [WiX-users] Failed to resolve source for file after reboot in custom BAL

2014-03-03 Thread glover
I also run into this issue, could you share more? how do you use SetLocalSource? -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Failed-to-resolve-source-for-file-after-reboot-in-custom-BAL-tp7591772p7593090.html Sent from the wix-users mailing lis

Re: [WiX-users] Failed to resolve source for file after reboot in custom BAL

2014-01-20 Thread Tobias S
Just for completeness. OnResolveSource was not the proper way to do what we wanted (Setting the local source to the started Bundle after reboot). SetLocalSource did the trick. -- CenturyLink Cloud: The Leader in Enterprise

Re: [WiX-users] Failed to resolve source for file after reboot in custom BAL

2014-01-15 Thread Phill Hogland
This does not answer your question about WixBundleOriginalSource, but the approach that I took was to modify the project file directly, creating a MSBuild task, which takes seed information generated elsewhere in my build process and writes a wxi file (to generate the version string specified in my

Re: [WiX-users] Failed to resolve source for file after reboot in custom BAL

2014-01-15 Thread Tobias S
sorry for the confusion. Try to re-describe the issue. Build Bundle: - All packages included in single web package (NetFX 4.51 + our installer): MyBootstrapper.exe - Rename to MyBootstrapper_1.00_x86.exe Test Bundle on Win 7 VM: MBAPreq appears -> Install NetFx 4.51 success -> Reboot -> OurBAL a

Re: [WiX-users] Failed to resolve source for file after reboot in custom BAL

2014-01-15 Thread Rob Mensching
I'm a bit confused by your comments below but if a source file is missing (in this case the attached container) OnResolveSource() needs to respond with the correct path. -Original Message- From: Tobias S [mailto:tobias.s1...@gmail.com] Sent: Wednesday, January 15, 2014 12:40 AM To: Gene