That's what QtExec (http://wix.sourceforge.net/manual-wix2/qtexec.htm) is for 
in the WiX toolset.

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Will Qian
Sent: Friday, February 16, 2007 4:37 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Supressing the command window on ExeCommand custom action

Hi, I've got a problem and I was hoping someone could help me out.  I'm trying 
to run a command line program, and I've got it working with a custom action:

    <CustomAction Id='Action'
      Execute='deferred'
      Return='check'
      Property='EXEPATH'
      ExeCommand='PARAMS'
      HideTarget='yes'
      Impersonate='yes'
      />

The only problem is I don't want that command window popping up and 
disappearing all the time.  Is there some way I can get this custom action to 
not pop up the command window?

Thanks

Will

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to