Re: [WiX-users] Problem with privileges in Custom Action ( Wix )( .msi )

2008-07-15 Thread gnhMichael
Hi All, I'm facing a problem in Wix Installer. It holding dialog box more an half an hour. Its not showing next dialog box (Finish Dialog). Log which i got is below, MSI (s) (D4:2C) [05:54:51:162]: Note: 1: 1402 2: UNKNOWN\Installer\Products\B03E6F925DD6B8F4AA3CCD9E18E155CF\SourceList 3: 2

Re: [WiX-users] Problem with privileges in Custom Action ( Wix )( .msi )

2008-07-15 Thread Bob Arnson
gnhMichael wrote: MSI (s) (D4:2C) [05:54:51:162]: Machine policy value 'DisableRollback' is 0 Action 5:54:51: RollbackCleanup. Removing backup files After this message, windows server 2008 waiting for long time to finish installation. This is where Windows Installer finalizes its

Re: [WiX-users] Problem with privileges in Custom Action ( Wix )( .msi )

2008-07-15 Thread jmcfadyen
Try dropping the function wrapping statements. i.e. Function FireWallEntry / End Function Then just leave VBScriptCall= this way you can narrow down whether the function is even being called. Also ensure you have these attributes Execute=deferred Impersonate=no Akshat Sharma wrote:

Re: [WiX-users] Problem with privileges in Custom Action ( Wix )( .msi )

2008-06-19 Thread Rob Hamflett
The problem is that the custom action needs to be run with elevated privileges, which is what you get when you open a command prompt as Administrator. You need [EMAIL PROTECTED]elevated. The custom action will also need to be a deferred action. Rob Akshat Sharma wrote: Hi All, I am

Re: [WiX-users] Problem with privileges in Custom Action ( Wix )( .msi )

2008-06-19 Thread Simon Dahlbacka
I seem to remember that a firewall extension was mentioned on the list some time ago. http://www.joyofsetup.com/2008/05/17/new-wix-feature-firewall-extension/ Have you checked that it does not fit your needs? regards, Simon On Thu, Jun 19, 2008 at 12:47 PM, Akshat Sharma [EMAIL PROTECTED]

Re: [WiX-users] Problem with privileges in Custom Action ( Wix )( .msi )

2008-06-19 Thread Akshat Sharma
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rob Hamflett Sent: 19 June 2008 15:37 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Problem with privileges in Custom Action ( Wix )( .msi ) The problem is that the custom action needs to be run with elevated privileges

Re: [WiX-users] Problem with privileges in Custom Action ( Wix )( .msi )

2008-06-19 Thread Rob Hamflett
2008 15:37 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Problem with privileges in Custom Action ( Wix )( .msi ) The problem is that the custom action needs to be run with elevated privileges, which is what you get when you open a command prompt as Administrator. You need

Re: [WiX-users] Problem with privileges in Custom Action ( Wix )( .msi )

2008-06-19 Thread Akshat Sharma
PROTECTED] On Behalf Of Rob Hamflett Sent: 19 June 2008 15:37 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Problem with privileges in Custom Action ( Wix )( .msi ) The problem is that the custom action needs to be run with elevated privileges, which is what you get when