Hey,
I try to create a single executable with two existing programs EXE.
The second program does not create the desktop shortcut. I want to do
it at the end of the installation process and also create some
registry keys.

for the shortcuts, i have not found anything on the forums.
for the registry keys, i found in the pakcage util: a method for
searching but not for creating.

thank you for your help

//
<Bundle ... >
<Chain>
<ExePackage Id="install1" SourceFile="XXX.exe" InstallCommand="/VERYSILENT" />
<ExePackage Id="install2" SourceFile="XXX.exe" InstallCommand="/VERYSILENT" />
</Chain>
//

------------------------------------------------------------------------------
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to