[WiX-users] Unzip a .zip file in MSI

2008-01-27 Thread Xin Liu (Intl Vendor)
Hi Wix: In our msi there is a .zip file needed to be unzipped to target folder during installation. Does Wix directly support this kind of action? Thanks, Xin Liu - This SF.net email is sponsored by: Microsoft Defy all

Re: [WiX-users] Devenv /setup does half of the work

2007-09-16 Thread Xin Liu (Intl Vendor)
, 2007 6:59 PM To: Xin Liu (Intl Vendor); wix-users@lists.sourceforge.net Subject: RE: [WiX-users] Devenv /setup does half of the work Did you try ExeCommand=//setup ? Rene From: [EMAIL PROTECTED] on behalf of Xin Liu (Intl Vendor) Sent: Fri 9/14/2007 11:18 To: wix

[WiX-users] Devenv /setup does half of the work

2007-09-14 Thread Xin Liu (Intl Vendor)
At the end of our installation, an deferred custom action is invoked to register our VSTS package as well as the CTC menu: InstallExecuteSequence Custom Action=CA_DevenvSetup2005 Before=InstallFinalize / ... /InstallExecuteSequence CustomAction Id=CA_DevenvSetup2005

[WiX-users] Set property value according to the return value of a custom action

2007-05-28 Thread Xin Liu (Intl Vendor)
Our installation requires a way to detect whether Visual Studio is currently running. If it is, installation will quit. Since Wix v2 doesn't have a way to detect the running process, what I'm thinking is: 1. Use C# to write a tool named CheckProcess.exe which will return 1 if Visual

Re: [WiX-users] Set property value according to the return value of a custom action

2007-05-28 Thread Xin Liu (Intl Vendor)
Thanks, Stefan! I think you are right. Thanks, Xin -Original Message- From: Stefan Pavlik [mailto:[EMAIL PROTECTED] Sent: 2007年5月28日 16:42 To: Xin Liu (Intl Vendor) Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Set property value according to the return value of a custom