Re: [WiX-users] QtExecDeferred and using a property in the cmd line

2010-11-30 Thread MeCoco
"CAQuietExec" Execute="deferred" Return="ignore" > Impersonate="no"/> > > > > > > > Thanks, > > Thomas S. Trias > Senior Developer > Artizan Internet Services > http://www.artizan.com/ > > > Original Message -

Re: [WiX-users] QtExecDeferred and using a property in the cmd line

2010-11-30 Thread MeCoco
ent: 29 November 2010 14:25 > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] QtExecDeferred and using a property in the cmd > line > > Hi Peter. > > Thx for your answer, but I can't do that because I need the files to be > removed _only

Re: [WiX-users] QtExecDeferred and using a property in the cmd line

2010-11-30 Thread MeCoco
mail.com] > Sent: 29 November 2010 14:25 > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] QtExecDeferred and using a property in the cmd > line > > Hi Peter. > > Thx for your answer, but I can't do that because I need the files to be

Re: [WiX-users] QtExecDeferred and using a property in the cmd line

2010-11-29 Thread Thomas S. Trias
> 400 NOT (SKIPCONFIGUREIIS OR Installed) AND VersionNT > 400 in your case: Thanks, Thomas S. Trias Senior Developer Artizan Internet Services http://www.artizan.com/ Original Message ---- Subject: Re: [WiX-users] QtExecDeferred and using a property in the cmd line

Re: [WiX-users] QtExecDeferred and using a property in the cmd line

2010-11-29 Thread Sean Farrow
ion for Windows Installer XML toolset. Subject: Re: [WiX-users] QtExecDeferred and using a property in the cmd line I see why you need a custom action. Your best approach is to have your custom action write temporary rows to the RemoveFile table and let Windows Installer do the deleting for you. That wou

Re: [WiX-users] QtExecDeferred and using a property in the cmd line

2010-11-29 Thread Peter Shirtcliffe
cussion for Windows Installer XML toolset. > Subject: [WiX-users] QtExecDeferred and using a property in the cmd line > > Hi all, > > I need to delete a specific file (created by our product) after > uninstalling the product. For that I'm using the Quiet Execution > CustomAc

Re: [WiX-users] QtExecDeferred and using a property in the cmd line

2010-11-29 Thread MeCoco
on for Windows Installer XML toolset. > Subject: [WiX-users] QtExecDeferred and using a property in the cmd line > > Hi all, > > I need to delete a specific file (created by our product) after > uninstalling the product. For that I'm using the Quiet Execution > CustomAction like: &g

Re: [WiX-users] QtExecDeferred and using a property in the cmd line

2010-11-29 Thread Peter Shirtcliffe
Use the element instead. -Original Message- From: MeCoco [mailto:vcotirl...@hotmail.com] Sent: 29 November 2010 13:45 To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] QtExecDeferred and using a property in the cmd line Hi all, I need to delete a specific

[WiX-users] QtExecDeferred and using a property in the cmd line

2010-11-29 Thread MeCoco
Hi all, I need to delete a specific file (created by our product) after uninstalling the product. For that I'm using the Quiet Execution CustomAction like: When I'm building this I get the following 2 warnings: warning CNDL1077: The 'QtExecDeferred' Property contains '[SystemFolder]'