Re: [WiX-users] How to schedule RemoveFile

2009-09-23 Thread Pally Sandher
sclaimer -Original Message- From: Blair [mailto:os...@live.com] Sent: 23 September 2009 00:49 To: 'General discussion for Windows Installer XML toolset.' Subject: Re: [WiX-users] How to schedule RemoveFile What does your custom action do that requires it to generate a file in the

Re: [WiX-users] How to schedule RemoveFile

2009-09-22 Thread Blair
:arvind.ai...@microsoft.com] Sent: Tuesday, September 22, 2009 10:29 AM To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] How to schedule RemoveFile I need to delete a file foo.dll from the SYSTEM folder on uninstall. This foo.dll is generated by a Custom Action in the

[WiX-users] How to schedule RemoveFile

2009-09-22 Thread Arvind Aiyar
I need to delete a file foo.dll from the SYSTEM folder on uninstall. This foo.dll is generated by a Custom Action in the installer. Since foo.dll is not part of the originally installed files so I use the RemoveFile to do this and specify the file to be deleted on uninstall. However, since it's