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:

 <ExePackage Id="TTUpdate" PerMachine="yes"
SuppressSignatureVerification="yes"
                  SourceFile="C:\TTFiles\setversion.exe"
                  Vital="yes">
        <Payload Id="setupfile" SourceFile="C:\TTFiles\version.txt"/>
      </ExePackage> 

And this works if local source path doesn't change after build, but if
setversion.exe and version.txt are placed somewhere else and the
ResolveSource event is thrown, I am only able to apply setLocalSource on the
exe file. How can I tell the installation to look for the txt file on
another path as well?

Really greatful for help!

//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-tp7557033.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to