[WiX-users] Run an application while uninstall

2007-06-27 Thread Afshin Sepehri
Hi, How can I add a CustomAction to my WiX file to execute an application while my product is being uninstalled? Afshin - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express

Re: [WiX-users] Checking if an enivronment variable is defined

2007-06-25 Thread Afshin Sepehri
It did not help. Afshin From: Brian Simoneau [mailto:[EMAIL PROTECTED] Sent: Monday, June 25, 2007 11:38 AM To: Afshin Sepehri; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] Checking if an enivronment variable is defined Try instead. -Brian Simoneau -Original Message- From

[WiX-users] Checking if an enivronment variable is defined

2007-06-25 Thread Afshin Sepehri
Hi, In my wix file, I cannot check if an environment variable is defined. The following code does not work. The ifdef statement never returns TRUE even when the environment variable is defined and I can use its value in my code. As it is clear from the code, I want to use this

Re: [WiX-users] msi to exe

2007-06-22 Thread Afshin Sepehri
I need this to be done as part of an automatic daily build process which also creates the .msi file. I am not sure if IExpress can be used for this purpose. Any alternative? Afshin From: John Vottero [mailto:[EMAIL PROTECTED] Sent: Friday, June 22, 2007 1:56 PM To: Afshin Sepehri; wix-users

[WiX-users] msi to exe

2007-06-22 Thread Afshin Sepehri
Hi, How can I convert an .msi file to .exe? Afshin - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it

Re: [WiX-users] How to use the output of Heat?

2007-06-13 Thread Afshin Sepehri
e. Thanks, Afshin From: Bob Arnson [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 12, 2007 7:53 PM To: Afshin Sepehri Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] How to use the output of Heat? Afshin Sepehri wrote: I am trying to use Heat to auto generate the list of my files

[WiX-users] How to use the output of Heat?

2007-06-12 Thread Afshin Sepehri
Hi, I am trying to use Heat to auto generate the list of my files to install. However, I do not know how to use the Heat's output file. There are several Fragments, DirectoryRefs, and Components. How can I include this file in my existing project? Do I need to use a set of ComponentRef to refe

Re: [WiX-users] Adding User Interface to Setup Project in Visual Studio

2007-06-12 Thread Afshin Sepehri
Sorry, but I missed that part from your email and I did not receive any email from "Cheyne, Mark A - DNR". I added the culture and it worked. Thanks, Afshin From: Simon Dahlbacka [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 12, 2007 11:47 AM To: Afshin Sepehri Cc: Bob Arnson;

Re: [WiX-users] Adding User Interface to Setup Project in Visual Studio

2007-06-12 Thread Afshin Sepehri
When I add a reference to WixUIExtension.dll, I get so many errors such as: "The localization variable !(loc.WixUIOK) is unknown. Please ensure the variable is defined." Any idea? Afshin From: Bob Arnson [mailto:[EMAIL PROTECTED] Sent: Monday, June 11, 2007 11:12 PM To: Afshin

[WiX-users] Adding User Interface to Setup Project in Visual Studio

2007-06-11 Thread Afshin Sepehri
Hi, I am trying to use Votive and Visual Studio to build my WiX Steup project, but to be able to add User Interface, I need to add parameters to light. For example: light.exe -out SampleWixUI.msi SampleWixUI.wixobj path\wixui.wixlib -loc path\WixUI_en-us.wxl However, the light settings in pro

[WiX-users] Adding files to components

2007-06-07 Thread Afshin Sepehri
Hi, I have a question about how to add files to a component. Is that possible to add all the files in a directory to a component and just exclude a few. Writing code for all the files one by one seems to be hard. Thanks, Afshin ---