Re: [WiX-users] First run notepad with my.cfg and only then start the service

2010-04-07 Thread Viv Coco
e the config file. When the install runs silently these > properties can be set on the msiexec command line. > > Phil Wilson > > -Original Message- > From: Viv Coco [mailto:vcotirl...@hotmail.com] > Sent: Tuesday, April 06, 2010 1:29 AM > To: General discussion

Re: [WiX-users] First run notepad with my.cfg and only then start the service

2010-04-06 Thread Wilson, Phil
XML toolset. Subject: Re: [WiX-users] First run notepad with my.cfg and only then start the service I actually thought about doing it like this: [code] Notepad.exe (NOT Installed) AND (NOT UPGRADINGPRODUCTCODE) [/code] This seems to be doing the job. Is this not correct? Thx, Viv On 4/3/

Re: [WiX-users] First run notepad with my.cfg and only then start the service

2010-04-06 Thread Viv Coco
I actually thought about doing it like this: [code] Notepad.exe (NOT Installed) AND (NOT UPGRADINGPRODUCTCODE) [/code] This seems to be doing the job. Is this not correct? Thx, Viv On 4/3/2010 3:20 PM, Bob Arnson wrote: > On 4/1/2010 9:28 AM, Viv Coco wrote: > >> shown to the user to mo

Re: [WiX-users] First run notepad with my.cfg and only then start the service

2010-04-03 Thread Bob Arnson
On 4/1/2010 9:28 AM, Viv Coco wrote: > shown to the user to modify as needed (I give the user the chance to > change it by running notepad.exe with my conf file during installing) > You can't run UI during InstallExecuteSequence. You should let the user configure after installation. -- sig:/

[WiX-users] First run notepad with my.cfg and only then start the service

2010-04-01 Thread Viv Coco
Hi all, I install along with my application: 1) a service that starts and stops my application as needed 2) a conf file that contains actually the user data and that will be shown to the user to modify as needed (I give the user the chance to change it by running notepad.exe with my conf file du