Hi Christopher, this is not tightly coupled to a visual style. In silent mode i 
have a top level installer that takes care of reboot based upon the status of 
bunch of smaller installers. In GUI mode user is directly invoking the 
installer/uninstall and hence the difference.

-------------------------------------------------------------------------------------

Forgot to mention that my custom actions are "deferred" and "check":

      <CustomAction Id="InstallDreamWorld"
                    Directory="DreamWorld"
                    ExeCommand="setup.exe /install"
                    Execute="deferred"
                    Return="check"/>
      <CustomAction Id="UninstallDreamWorld"
                    Directory="DreamWorld"
                    ExeCommand="setup.exe /uninstall"
                    Execute="deferred"
                    Return="check"/>
      
      <CustomAction Id="InstallDreamUniverse"
                    Directory="DreamUniverse"
                    ExeCommand="setup.exe /install"
                    Execute="deferred"
                    Return="check"/>

      <CustomAction Id="UninstallDreamUniverse"
                    Directory="DreamUniverse"
                    ExeCommand="setup.exe /uninstall"
                    Execute="deferred"
                    Return="check"/>




----- Original Message ----
From: Christopher Painter <chr...@deploymentengineering.com>
To: General discussion for Windows Installer XML toolset. 
<wix-users@lists.sourceforge.net>
Sent: Thu, August 5, 2010 11:54:47 AM
Subject: Re: [WiX-users] Modify Group Policy with WiX

I shudder at the thought.  I would be so angry if I installed software that did 
this to my machine.  Software should never be this tightly coupled to a 
specific 

visual style and if you are otherwise authorized to make these types of changes 
because you own the environment it shouldn't be done through an install but 
rather through Active Directory GPO directly.

 
----- Original Message ----
From: Sajo Jacob <spja...@gmail.com>
To: General discussion for Windows Installer XML toolset. 
<wix-users@lists.sourceforge.net>
Sent: Thu, August 5, 2010 12:25:25 PM
Subject: [WiX-users] Modify Group Policy with WiX

Does WiX support modifying group policy? I need to enable the GP " force a
specific visual style file or force Windows Classic" from my MSI.

Thanks,
Jacob
------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



      

------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



      

------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to