Re: [WiX-users] Wix Permission attribute

2008-04-02 Thread Harini Gurusamy
Is WIX V3.0 released version or beta package From: Bob Arnson [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 01, 2008 9:58 PM To: Harini Gurusamy Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Wix Permission attribute Harini Gurusamy wrote: Is there an equivalent of Extended

Re: [WiX-users] Wix Permission attribute

2008-04-02 Thread Harini Gurusamy
:[EMAIL PROTECTED] Sent: Tuesday, April 01, 2008 9:58 PM To: Harini Gurusamy Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Wix Permission attribute Harini Gurusamy wrote: Is there an equivalent of Extended attribute in Permissions for 64 bit I believe extended attribute is only

[WiX-users] Wix Permission attribute

2008-04-01 Thread Harini Gurusamy
Is there an equivalent of Extended attribute in Permissions for 64 bit I believe extended attribute is only supported in 32 bits Harini - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell

[WiX-users] Environment variable

2008-01-08 Thread Harini Gurusamy
Hi, I am trying to get the system drive from the environment variable in my wix code. I have a system which has multiple partitions of windows running. G:\ has x86 and C:\ has amd64. G:\is the active OS. But from the log files, MYAPPPATH always holds C:\ which is incorrect This is how

Re: [WiX-users] Deleting files during Uninstall

2007-10-28 Thread Harini Gurusamy
:55:09: RemoveExistingProducts. Return value 0. Action ended 10:55:09: INSTALL. Return value 1. Property(S): WMSDKDIR = C:\Windows\System32\ From: Bob Arnson [EMAIL PROTECTED] Sent: Sunday, October 28, 2007 1:13 PM To: Harini Gurusamy Cc: wix-users

[WiX-users] Deleting files during Uninstall

2007-10-25 Thread Harini Gurusamy
Though my Uninstall succeeds , it does not remove the installed files. I am not using any attributes like permanent =yes in my code. From the log files,looks like a success ( return values=1 ) MSI (s) (F4:98) [07:59:01:700]: Doing action: RemoveFiles MSI (s) (F4:98) [07:59:01:700]: Note: 1:

[WiX-users] Wix CA

2007-10-21 Thread Harini Gurusamy
I am using WIX 2.0. I am trying to call an executable as part of my install. The EXE file is one of the installed files. But after the install , the EXE is never getting executed. Any pointers ?? My code snippet looks like InstallExecuteSequence Custom Action='LaunchFile'

Re: [WiX-users] Wix CA

2007-10-21 Thread Harini Gurusamy
CustomAction Id='LaunchFile' return='check' FileKey='foo.exe' ExeCommand='' / From: John Vottero [ma I ilto:[EMAIL PROTECTED] Sent: Sunday, October 21, 2007 7:03 PM To: Harini Gurusamy; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] Wix CA It's a two step process, you have to set

Re: [WiX-users] Wix CA

2007-10-21 Thread Harini Gurusamy
=wixca SourceFile=catsign.exe/ From: John Vottero [mailto:[EMAIL PROTECTED] Sent: Sunday, October 21, 2007 9:22 PM To: Harini Gurusamy; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] Wix CA What's missing is: CustomAction

Re: [WiX-users] Registry and Permission

2007-10-15 Thread Harini Gurusamy
To whom should the bug be assigned to ? From: Bob Arnson [EMAIL PROTECTED] Sent: Monday, October 15, 2007 10:15 PM To: Harini Gurusamy Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Registry and Permission Harini Gurusamy wrote: Registry Id=”Reg