Re: [WiX-users] Vista 64 bit and SysWow64 folder

2007-05-07 Thread Bahar Shah
arked for 64-bit. *From:* [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] *On Behalf Of *Bahar Shah *Sent:* Sunday, May 06, 2007 6:11 AM *To:* wix-users@lists.sourceforge.net *Subject:* [WiX-users] Vista 64 bit and SysWow64 folder Hi, I have a wix installer created on a 32 bit system which copies

[WiX-users] Vista 64 bit and SysWow64 folder

2007-05-06 Thread Bahar Shah
Hi, I have a wix installer created on a 32 bit system which copies certain files to "Program files" and "system32" folder However on 64bit Vista ultimate edition I face a issue that no matter what path I specify the installer defaults to ProgramFiles(x86).Also the system files get copied to SysW

[WiX-users] Multiple parameters in CA dll

2006-11-03 Thread Bahar Shah
Is there a way to pass multiple parameter to a function in a CA dll ?Say I need to pass 3 paramater to a function in my dll ?Can I pass parameter to CA scheduled for  imediate action and not deffered Regards Bahar - Using Tomca

[WiX-users] suppressing command window pop ups..

2006-11-03 Thread Bahar Shah
Hi All,I am launching a console application(CmdInstall.exe) through my installer .How do we suppress the dos command window from poping up during the installation while the custom action is executed ? RegardsBahar - Using Tomca

[WiX-users] Internationalization - Folder name

2006-10-17 Thread Bahar Shah
I have a bug where during install you can select a folder to install and if you click "New Folder " on a German OS, German installer, it makes the folder named "New Folder ". Is it possible to have the folder name "Neues Heft" (German version of 'New folder') Do  we have control over that

[WiX-users] Internationalization - Folder name

2006-10-17 Thread Bahar Shah
I have a bug where during install you can select a folder to install and if you click "New Folder " on a German OS, German installer, it makes the folder named "New Folder ". Is it possible to have the folder name "Neues Heft" (German version of 'New folder') Do  we have control over that name

Re: [WiX-users] Error code 1631

2006-08-24 Thread Bahar Shah
again 1631On 8/24/06, Bob Arnson <[EMAIL PROTECTED]> wrote: Bahar Shah wrote:> I am sure about the error code.> I am pasting the actual install log entry>> "Action ended 15:42:08: LaunchAgentUI. Return value 1631."Custom actions can return any UINT value. Check what v

Re: [WiX-users] Error code 1631

2006-08-23 Thread Bahar Shah
Hi,I am sure about the error code.I am pasting the actual install log entry "Action ended 15:42:08: LaunchAgentUI. Return value 1631."RegardsBahar On 8/24/06, Magus <[EMAIL PROTECTED]> wrote: ERROR_CREATE_FAILED 1631 The Windows Installer service failed to start.Contact your support personnel.Bahar

Re: [WiX-users] Vista -Error in SchedServiceConfig

2006-08-23 Thread Bahar Shah
How is that then I can install even though I am a normal user on WinXp and not on Vista?On 8/15/06, Bob Arnson <[EMAIL PROTECTED] > wrote:Chesong Lee wrote:> I do not read this as a User Account Control (UAC) issue. But you just logged on as a normal user - not logged on as a administrator with UAC

[WiX-users] Error code 1631

2006-08-23 Thread Bahar Shah
Hi,I am trying to launch my own app through a custom action. I get the error with return value 1631Wix version I am using is 2.0.2520.2Any solutions for this ?RegardsBahar - Using Tomcat but need to do more? Need to support web

Re: [WiX-users] Vista -Error in SchedServiceConfig

2006-08-13 Thread Bahar Shah
Hi,Should I assume this to be an Vista specfic issue ?Would these issues be addressed in wix 4.0 ?RegardsBaharOn 8/13/06, Bob Arnson <[EMAIL PROTECTED]> wrote: Chesong Lee wrote: sc.exe in Vista (5472) does work fine for querying services and does not work for starting/st

[WiX-users] Vista -Error in SchedServiceConfig

2006-08-11 Thread Bahar Shah
Hi,I am using wix 2.0 and trying to run my setup as a non admin on Vista Beta 2.I get the following error(access denied) while trying to install my windows service as a non admin - "SchedServiceConfig:  Error 0x80070005: failed to get handle to SCM" How do I elevate my priviledges and install the s

[WiX-users] Error code 2762

2006-08-09 Thread Bahar Shah
Hi,After I finish my installation I get the "unexpected error occured installing this package. The error code is 2762"Any idea why I might be getting this error ? I suspect this is due to a deferred custom action. Any idea on how to get rid of this ? RegardsBahar ---

Re: [WiX-users] Installing a binary in context of current logged in user

2006-07-21 Thread Bahar Shah
Set the Impersonate attribute to "yes" for that CustomAction element – but then the CA doesn't run as LocalSystem so it doesn't have elevated privileges.   Derek   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] ] On Behalf Of Bahar Shah Sent: Thursday,

[WiX-users] Installing a binary in context of current logged in user

2006-07-20 Thread Bahar Shah
Hi,I need information on how do we install and run any binary in the context of the currenlty logged in user.My problem is since msiexec runs as LocalSystem all my binaries are installed with LocalSystem privieedges. I need to tweak few binaries to run as currently logged in user context. RegardsBa