Assuming I understand what you're doing, it won't work on Windows 7. The short story is that you are not impersonating, therefore you are trying to run something with the system account and have it show UI on the interactive user's desktop. I don't think you are allowed to do that in a UAC world. I'm surprised that a window belonging to the system account would show anywhere on the Windows 7 user's desktop, depending exactly what "in the background" means.
By default the custom action should be waiting for the exe to finish, but it's not unusual for some setup executables to start another process and exit, leaving you thinking the driver has been installed when the exe finishes. --------------- Phil Wilson On Wed, Jan 29, 2014 at 9:35 AM, Rob Mensching <r...@robmensching.com> wrote: > Actually, I find that multiple posting or posting without explaining what > you've already attempted to do showing that you've actually really tried to > figure out what is needed *decreases* the chance that anyone will respond. > > -----Original Message----- > From: Carter Young [mailto:ecyo...@grandecom.net] > Sent: Wednesday, January 29, 2014 8:01 AM > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] Custom Action exe file run on background > > Try not to Double Post... Someone will get to you... > > Quoting Fedor Pranovich <fiodar.pranov...@psa-software.com>: > >> Hello, >> >> I have one problem with installer >> >> >> <CustomAction Id="InstallSiLabs_CP210xDriver" >> Directory="PRODUCTDIRECTORYFOLDER" Execute="deferred" Impersonate="no" >> Return="ignore" >> ExeCommand="[PRODUCTDIRECTORYFOLDER]SiLabs_CP210x/CP210xVCPInstaller.exe" /> >> <InstallExecuteSequence> >> <Custom Action="InstallSiLabs_CP210xDriver" After="InstallFiles" /> >> </InstallExecuteSequence> >> >> >> >> I want to start .exe file, but this file start only in background. >> But i need run this exe file only in foreground and wait when it will >> finish. >> >> Thanks a lot!!! >> >> >> >> >> >> Best Regards, >> >> Fedor Pranovich >> >> >> >> ---------------------------------------------------------------------- >> -------- WatchGuard Dimension instantly turns raw network data into >> actionable security intelligence. It gives you real-time visual >> feedback on key security issues and trends. Skip the complicated >> setup - simply import a virtual appliance and go from zero to informed >> in seconds. >> http://pubads.g.doubleclick.net/gampad/clk?id=123612991&iu=/4140/ostg. >> clktrk _______________________________________________ >> WiX-users mailing list >> WiX-users@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/wix-users >> >> > > > > > ------------------------------------------------------------------------------ > WatchGuard Dimension instantly turns raw network data into actionable > security intelligence. It gives you real-time visual feedback on key security > issues and trends. Skip the complicated setup - simply import a virtual > appliance and go from zero to informed in seconds. > http://pubads.g.doubleclick.net/gampad/clk?id=123612991&iu=/4140/ostg.clktrk > _______________________________________________ > WiX-users mailing list > WiX-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/wix-users > > > ------------------------------------------------------------------------------ > WatchGuard Dimension instantly turns raw network data into actionable > security intelligence. It gives you real-time visual feedback on key > security issues and trends. Skip the complicated setup - simply import > a virtual appliance and go from zero to informed in seconds. > http://pubads.g.doubleclick.net/gampad/clk?id=123612991&iu=/4140/ostg.clktrk > _______________________________________________ > WiX-users mailing list > WiX-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ WatchGuard Dimension instantly turns raw network data into actionable security intelligence. It gives you real-time visual feedback on key security issues and trends. Skip the complicated setup - simply import a virtual appliance and go from zero to informed in seconds. http://pubads.g.doubleclick.net/gampad/clk?id=123612991&iu=/4140/ostg.clktrk _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users