Re: [WiX-users] Burn: How change path to Payload in ExePackage element during runtime.

2012-06-05 Thread Miss Parker
Never mind, I figured it out. LaunchAction.Layout rules. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Burn-How-change-path-to-Payload-in-ExePackage-element-during-runtime-tp7557033p7578689.html Sent from the wix-users mailing list archive at Nabb

Re: [WiX-users] Burn: How change path to Payload in ExePackage element during runtime.

2012-06-04 Thread Miss Parker
Hi again, I think (!) that I've figured out the problem. If I leave the text file in the same folder as the Bootstrapper-application and only download the exe, it works. That scenario won't be possible in this application unfortunately, all files will have to be downloaded. Is there any way to t

Re: [WiX-users] Burn: How change path to Payload in ExePackage element during runtime.

2012-06-04 Thread Rob Mensching
The behavior your describe below is expected. Once resolve source finds a valid source it will attempt to use that as long as possible. I do not know why your exe did not work. You'd need to debug that. I like to use gflags.exe from the Windows SDK to set the ImageFileOptions to always launch my e

Re: [WiX-users] Burn: How change path to Payload in ExePackage element during runtime.

2012-06-04 Thread Miss Parker
I'm bumping this because it has become quite urgent. Can anyone help? Kind regards, Caisa -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Burn-How-change-path-to-Payload-in-ExePackage-element-during-runtime-tp7557033p7578673.html Sent from the w

Re: [WiX-users] Burn: How change path to Payload in ExePackage element during runtime.

2012-05-14 Thread Miss Parker
Hi, Ok, I didn't get a ResolveSource for the text file, only the exe, but according to the log it found the file anyway. Perhaps Burn uses the exe packages new path by default for the "internal" payloads? Unfortunately the exe didn't use the text file during execution and failed to write to regi

Re: [WiX-users] Burn: How change path to Payload in ExePackage element during runtime.

2012-05-14 Thread Rob Mensching
You should get a ResolveSource callback for every missing payload. Can you share a log file that shows that not happening? On Mon, May 14, 2012 at 11:08 AM, Miss Parker wrote: > Hello! > > I'm developing my own bootstrapper app and I have an exe that needs a txt > file in the same folder to be ab

[WiX-users] Burn: How change path to Payload in ExePackage element during runtime.

2012-05-14 Thread Miss Parker
Hello! I'm developing my own bootstrapper app and I have an exe that needs a txt file in the same folder to be able to run. I have defined it in my bundle like this: And this works if local source path doesn't change after build, but if setversion.exe and version.txt are place