I'm not sure there is a standard pattern.  There are many different ways you 
can do something like that depending on how you want things to work and what 
you are trying to do.  What does "embedding ADAM in my installer" mean?

From: Jon LeCroy
Sent: Friday, February 16, 2007 6:01 PM
To: Rob Mensching; Will Qian; wix-users@lists.sourceforge.net
Subject: RE: Re: [WiX-users] Supressing the command window on ExeCommand custom 
action

To hijack this a little as that should answer Will's question..

When using QtExec, what's the standard pattern for getting files on the box to 
execute? In my case I'm embedding ADAM in my installer and need to "unpack" it 
so that I can call it with QtExec..

Cheers,
Jon

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

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