I actually thought about doing it like this:

[code]
<Property Id="NOTEPAD">Notepad.exe</Property>
<CustomAction Id="LaunchConfFile" Property="NOTEPAD" 
ExeCommand="[INSTALLDIR]my.cfg" Return="ignore" Impersonate="no" 
Execute="deferred"/>
<InstallExecuteSequence>
<Custom Action='LaunchConfFile' Before='StartServices'>(NOT Installed) 
AND (NOT UPGRADINGPRODUCTCODE)</Custom>
</InstallExecuteSequence>
[/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 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.
>
>    


------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to