Re: [WiX-users] problem with creating file with custom action

2008-02-09 Thread Bob Arnson
Roger Yen wrote: Value="CreateAction" Order="6">NOT Installed AND OVERWRITE="1" You can't modify the machine from the UI. In fact, custom actions that modify the machine have to be not only in InstallExecuteSequence, they have to be deferred. Deferred custom actions can't read properties s

[WiX-users] problem with creating file with custom action

2008-02-08 Thread Roger Yen
Hello guys I got another question. In my installer I need to create a file in INSTALlDIR with inputs from the user using a custom action, I want to have my CA generic enough so it gets a property and writes a line each time it's called. Right now my code is as follows: OVERWRITE="1" OVERWRITE="