[WiX-users] Fw:

2011-11-28 Thread Arun Kumar A V
http://datamexlp.zxq.net/holidays.php?uid=73&detail=161&item=34 -- All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraud

Re: [WiX-users] Cumulative patch uninstall fails in specific scenario

2011-09-23 Thread Arun Kumar
that the sequence number of the first CA is not different in patch 2. -Original Message- From: Arun Kumar [mailto:arun_jku...@persistent.co.in] Sent: 22 September 2011 16:15 To: General discussion for Windows Installer XML toolset. Cc: Dipak Jejurkar; Girish Chandran Subject: [WiX-users

[WiX-users] Cumulative patch uninstall fails in specific scenario

2011-09-22 Thread Arun Kumar
Hi All, I have created two cumulative patches (say patch1 and patch2 where patch2 supersedes patch1) with an additional custom action in patch2. I defined custom actions in wix script file in following manner: Patch1: Contains custom action that runs only on patch un-installation and code in p

Re: [WiX-users] Need to modify already released MSP

2011-09-19 Thread Arun Kumar
.aspx -Original Message- From: Arun Kumar [mailto:arun_jku...@persistent.co.in] Sent: 19 September 2011 15:52 To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] Need to modify already released MSP Hi All, I have created an MSP that uses some custom actions to be invok

[WiX-users] Need to modify already released MSP

2011-09-19 Thread Arun Kumar
Hi All, I have created an MSP that uses some custom actions to be invoked on patch and main product un-install. Now as I have released this MSP to customers and later on discovered that one of the condition in one of the custom action was failing for one particular scenario. To correct this I n

Re: [WiX-users] Patch Custom Action not invoked onmain productuninstall

2011-09-18 Thread Arun Kumar
patch. It certainly doesn't contradict this idea, although it is a little unexpected. If that's the case, then you'd need to schedule the action twice - once on patch uninstall and once on product removal. -Original Message----- From: Arun Kumar [mailto:arun_jku...@persistent.co.in]

Re: [WiX-users] Patch Custom Action not invoked on main productuninstall

2011-09-15 Thread Arun Kumar
Can somebody light on it. -Original Message- From: Arun Kumar Sent: Thursday, September 15, 2011 1:02 PM To: General discussion for Windows Installer XML toolset.; dwat...@sdl.com Cc: Arun Kumar Subject: RE: [WiX-users] Patch Custom Action not invoked on main productuninstall Can

Re: [WiX-users] Patch Custom Action not invoked on main productuninstall

2011-09-15 Thread Arun Kumar
Can somebody help me out with the issue, please? Regards, Arun -Original Message- From: Arun Kumar Sent: Wednesday, September 14, 2011 5:59 PM To: General discussion for Windows Installer XML toolset.; dwat...@sdl.com Cc: Arun Kumar Subject: RE: [WiX-users] Patch Custom Action not

Re: [WiX-users] Patch Custom Action not invoked on main productuninstall

2011-09-14 Thread Arun Kumar
@sdl.com] Sent: Wednesday, September 14, 2011 5:22 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Patch Custom Action not invoked on main productuninstall What is your failing condition? -Original Message- From: Arun Kumar [mailto:arun_jku...@p

Re: [WiX-users] Patch Custom Action not invoked on main product uninstall

2011-09-13 Thread Arun Kumar
Hello All Again, Any update on below problem? Regards, Arun From: Arun Kumar Sent: Tuesday, September 13, 2011 4:38 PM To: General discussion for Windows Installer XML toolset. Cc: Arun Kumar Subject: Patch Custom Action not invoked on main product uninstall Hi All, I have created an MSP that

[WiX-users] Patching Merge module

2011-03-10 Thread Arun Kumar
Hi All, I am building WIX MSI that has integrated Merge Module. Now I am creating patches for this MSI. I know that I can specify ComponentRef's in my patch.wxs file but is there any way to provide patch for the integrated Merge Module? Thank You all in advance. Regards, AK. DISCLAIMER ===

[WiX-users] 64 bit registry issue with CA

2011-03-07 Thread Arun Kumar
Hi All, I am writing 32 bit MSI and it has Custom Action to make some registry entries using .reg file. It works very well on 32 bit machine but on win7 64 bit machine the registry entries are not redirected to HKEY_LOCAL_MACHINE\Software\WOW6432Node My Custom Action looks like: { ... NOT Ins

Re: [WiX-users] MSP install issue

2011-02-09 Thread Arun Kumar
ou should also look in the log for "Won't patch" or " Won't Overwrite" -Original Message- From: Arun Kumar [mailto:arun_jku...@persistent.co.in] Sent: 08 February 2011 13:23 To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] MSP in

[WiX-users] MSP install issue

2011-02-08 Thread Arun Kumar
Hi All, I have created an MSP that is supposed to update an binary of older version with newer version. But when I install this MSP it does not update the binary. Instead when I delete binary from INSTALLDIR and run the MSP, newer version binary gets installed. So the issue is why my MSP is n

Re: [WiX-users] Migrating from InstallShield to WIX Issue

2011-01-31 Thread Arun Kumar
installer? -Original Message- From: Arun Kumar [mailto:arun_jku...@persistent.co.in] Sent: 31 January 2011 12:54 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Migrating from InstallShield to WIX Issue I don't see any MSI file in my setup folder; in

Re: [WiX-users] Migrating from InstallShield to WIX Issue

2011-01-31 Thread Arun Kumar
et. Subject: Re: [WiX-users] Migrating from InstallShield to WIX Issue My favorite way to do this is to use dark.exe to decompile the MSI into .wxs files then start reorganizing the code so it is more human readable. On Mon, Jan 31, 2011 at 12:37 AM, Arun Kumar wrote: > Hi All, > > I am ne

[WiX-users] Migrating from InstallShield to WIX Issue

2011-01-31 Thread Arun Kumar
Hi All, I am new to Installshield and I have some Installshield project files(.ism, .rul, etc). I need to migrate from Installshield script to WIX script. Can somebody help me out in achieving this. Any pointers will be really helpful. Thanks. AK DISCLAIMER == This e-mail may cont

Re: [WiX-users] Custom Action on uninstall does not run

2011-01-19 Thread Arun Kumar
o be executed in any UI you have to add it to InstallExecuteSequence. (On installation user can use '/q' flag for msiexec, and InstallUISequence also will be skipped). Maksim. -Original Message- From: Arun Kumar [mailto:arun_jku...@persistent.co.in] Sent: Wednesday, January 1

Re: [WiX-users] Custom Action on unistall does not run

2011-01-19 Thread Arun Kumar
ated Environmental Solutions Limited. Registered in Scotland No. SC151456 Registered Office - Helix Building, West Of Scotland Science Park, Glasgow G20 0SP Email Disclaimer -Original Message- From: Arun Kumar [mailto:arun_jku...@persistent.co.in] Sent: 19 January 2011 11:41 To: wix-users@lis

[WiX-users] Custom Action on unistall does not run

2011-01-19 Thread Arun Kumar
Hi, I'm just running an custom action on uninstall, but I notice that one of my custom actions isn't running during the uninstall. I've put it in the UIInstallSequence thus: Installed But it doens't seem to run. What I've seen implies that the UI sequence isn't run on an add/re

[WiX-users] WIX MSI Issue

2011-01-18 Thread Arun Kumar
Hi, I have an issue in building WIX MSI. The scenario is explained below. I have created an WIX MSI that has huge number of components and building this MSI takes lot of time. Now in order to make small change in any binary I do not want to re-build the whole MSI. Again I can create MSPs to tak

[WiX-users] administrative install Question.

2008-12-03 Thread Arun Kumar A V
Im getting this error when doing "msiexec /a " MSI (s) (B0:58) [19:03:35:236]: Executing op: DatabaseCopy(DatabasePath=C:\Temp\XX\XXInstallv1.5.0.0_Release.msi,,CabinetStreams=XXInstall.cab,AdminDestFolder=C:\Temp\XX\,) MSI (s) (B0:58) [19:03:35:246]: Note: 1: 2203 2: C:\Temp\XX\XXInstallv1.5.0.

[WiX-users] Fw: Subst drive.

2008-11-18 Thread Arun Kumar A V
How can I avoid Substituded drives (Subst DOS Command) from showing up in Volume Select combo? The installation fails on substitued drives with an Invalid File Path error, so I am hoping atleast I could fix UI from showing Subst drives in the volume select dropdown. I have Remote=no and Remova

Re: [WiX-users] Shortcuts created in ALLUSER mode invokes MSI

2008-10-31 Thread Arun Kumar A V
MIS installer tries to install the orphaned regkey for the user. Now leaving the orphaned key in the deploying user profile is not a problem for me, but having to install it in all other users, using the product is definitely a problem.

[WiX-users] Shortcuts created in ALLUSER mode invokes MSI

2008-10-30 Thread Arun Kumar A V
CE validation. >The second link works for me. It explains how to create regular >shorcut instead of advertised one. It answer your second question. ***** Arun Kumar "The Distance between heaven and earth, is not a mat

Re: [WiX-users] Shortcuts created in ALLUSER mode invokes MSI0

2008-10-30 Thread Arun Kumar A V
/10/30 Arun Kumar A V <[EMAIL PROTECTED]>: > > > After turning on MSI logging, I found that my issue is more complicate. > > > The shortcut is created for a file installed in ALLUSER ( Per Machine) mode, > so I must set Advertise="yes" on the shortcut as

[WiX-users] Shortcuts created in ALLUSER mode invokes MSI installer

2008-10-30 Thread Arun Kumar A V
or your help in advance. Arun ***** Arun Kumar "The Distance between heaven and earth, is not a matter of Altitude, but ATTITUDE" - This SF.Net email is sponsored by the Mob

[WiX-users] Shortcuts created in ALLUSER mode invokes MSI installer

2008-10-29 Thread Arun Kumar A V
I am creating some shortcuts in my Wix installer script under ALL USER, by setting the property value to 1. My shortcuts do get created in ProgramMenuFolder under All Users section, and are visible to all users, irrespective of who installed it. But, when a user (not the one who installed it)