tsollas wrote:
>
> <CustomAction Id="RestoreLogDirectoryBackup"
> Property="RestoreLogDirectoryBackup" ExeCommand="/c if not exist
> "[service.dir]logs" ren "[service.dir]logs-backup"
> "logs""
> Execute="deferred" Return="ignore"/>
>
Correction. The above task is set to "immediate", not deferred (cut 'n
pasted the wrong line), so it should read:
<CustomAction Id="RestoreLogDirectoryBackup"
Property="RestoreLogDirectoryBackup" ExeCommand="/c if not exist
"[service.dir]logs" ren "[service.dir]logs-backup"
"logs""
Execute="immediate" Return="ignore"/>
--
View this message in context:
http://www.nabble.com/RemoveExistingProducts-and-Duplicate-GUIDs-tp17655018p17655113.html
Sent from the wix-users mailing list archive at Nabble.com.
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
WiX-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users