This is not an answer for you, but just a note that McAfee would prevent
you doing this, as it prevents program execution from a temp directory.
This is part of the anti-malware addons I believe.

-----Original Message-----
From: Frankenspank [mailto:frankensp...@gmail.com] 
Sent: Monday, 29 December 2008 2:54
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Running an Installer from MSI

I have included two components inside my WIX project which are the
installers I want to install. They are installed to the temp folder.
Then, I run the installers inside the InstallExecuteSequence:

    <CustomAction  Id="RunFirebirdInstaller"
                  FileKey="Firebird_Installer"
                   ExeCommand="/SILENT
/COMPONENTS=ServerComponent\ClassicServerComponent,ClientComponent"
                  Execute="deferred" />


Everything installs smoothly but then when I go to uninstall, I get a
message about missing components. What is the correct way to do this?  I
don't really want to install the files, merely copy them to the temp
folder then run them.

When the user goes to uninstall, I then need to look up to see if any
additional components were installed by the installer and see if the
user wants to uninstall.  What should I be looking at?

Frank Cohen
------------------------------------------------------------------------
------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email
______________________________________________________________________

"This email is intended for the named recipient only. The information contained 
in this message may be confidential, or commercially sensitive. If you are not 
the intended recipient you must not reproduce or distribute any part of this 
email, disclose its contents to any other party, or take any action in reliance 
on it, or in reference to it. If you have received this email in error, would 
you please contact the sender immediately and delete/destroy all copies of this 
message, both electronic and otherwise. It is the recipient's duty to virus 
scan and otherwise test the enclosed information before using the information 
or loading attached files onto any computer system. Oasis Asset Management Ltd 
does not warrant that the information contained in this e-mail is free from 
viruses, defects, errors, interception or interference. Any views expressed in 
this message are those of the individual sender, except where that sender 
specifically states them to be the views of Oasis Asset Management Ltd."

______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
______________________________________________________________________

------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to