Could he install thes into %userprofile% (or a subdirectory) and run the
installers from there in order to get around the McAfee restriction?

Durwin Wright | Sr. Architect | durwin.wri...@ingres.com | Ingres | 500
Arguello Street | Suite 200 | Redwood City | CA | 94063 | USA  +1
650-587-5523 | fax: +1 650-587-5550 | "Wag the Dog" 

-----Original Message-----
From: Luke Mason [mailto:lma...@oasisasset.com.au] 
Sent: Sunday, December 28, 2008 1:58 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Running an Installer from MSI

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 Ass!
 et 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

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

Reply via email to