Re: [WiX-users] wix uninstall of service

2012-10-25 Thread Senthil Chandran
major upgrade, remove the "and not UPGRADINGPRODUCTCODE". -Original Message- From: Senthil Chandran [mailto:senth...@microsoft.com] Sent: 25 October 2012 02:07 To: wix-users@lists.sourceforge.net<mailto:wix-users@lists.sourceforge.net> Subject: [WiX-users] wix unin

[WiX-users] wix uninstall of service

2012-10-24 Thread Senthil Chandran
Hi, I have a windows service project called MyExe.exe, which takes arguments to its Main method. I created below wix installer project to install my service using ServiceInstall below, everything works fine. What I want to accomplish now is do something on the uninstall of this service. Is the

Re: [WiX-users] [WiX-usrs] execute wix msi through cmd

2012-10-24 Thread Senthil Chandran
Phil W -Original Message- From: Rob Hamflett [mailto:rob_hamfl...@sn.scee.net] Sent: Friday, October 19, 2012 12:10 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] execute wix msi through cmd On 19/10/2012 00:26, Senthil Chandran wrote: > That did not wo

Re: [WiX-users] execute wix msi through cmd

2012-10-18 Thread Senthil Chandran
WIXUI_LABACCESS=1 Rob On 10/10/2012 22:34, Senthil Chandran wrote: > I wrote a wix project that generates a msi to execute my exe. > Part of the installer, I collect data from users that I pass on to my exe. It > works fine when I run the installer UI. > > Is there a way to r

[WiX-users] execute wix msi through cmd

2012-10-10 Thread Senthil Chandran
I wrote a wix project that generates a msi to execute my exe. Part of the installer, I collect data from users that I pass on to my exe. It works fine when I run the installer UI. Is there a way to run the installer from cmd without launching the UI, but still collect the data from users through

Re: [WiX-users] Log on as a service question

2012-10-10 Thread Senthil Chandran
rk in your situation ? -Original Message----- From: Senthil Chandran [mailto:senth...@microsoft.com] Sent: 09 October 2012 00:55 To: wix-users@lists.sourceforge.net<mailto:wix-users@lists.sourceforge.net> Subject: [WiX-users] Log on as a service question Hi, I collect username

[WiX-users] Log on as a service question

2012-10-08 Thread Senthil Chandran
Hi, I collect username and password of the user who I want to run the service as. Highlighted yellow portion below. If this user is not part of 'Log on as a service', how do I add the user to that li

[WiX-users] Service install in WIX

2012-07-16 Thread Senthil Chandran
Hi, I created a WIX project to install a service, I am using the Account = "LocalSystem" My service not able to do all it needs to do running as LocalSystem, how do I install service as Network Service in WIX set up project? Using Account="NetworkService" or Account="NT AUTHOR