Re: [WiX-users] Remove File Issue on Vista

2009-03-03 Thread gaurav tiwari
Resending.. Please reply as it is a blocking issue.. I need to remove the “user.config” file which gets created for user level settings in my window app. This file is getting created under %localappdata%\Company Name\StrongKey\ProductVersion folder. I have written the following to delete

[WiX-users] Remove File Issue on Vista

2009-03-02 Thread gaurav tiwari
I need to remove the “user.config” file which gets created for user level settings in my window app. This file is getting created under %localappdata%\Company Name\StrongKey\ProductVersion folder. I have written the following to delete this file: Property Id='FILEPATH'

[WiX-users] Remove File

2006-09-12 Thread Petrut Andrei
I have this code from below: Directory Id=DIRECT Name=DocsStor Component Id='EmptyDir' Guid='4b0372ea-4aa4-46c5-80b2-227f6972ab64' File Id='CrmUserGuide1' Name='CrmUser' LongName='CRMWeb User Guide.pdf' DiskId='1' Source='misoft systems\crmweb\docs\CRMWeb User

Re: [WiX-users] Remove File

2006-09-12 Thread Dana Gutride
Looking at your source below, what is the point of putting down a pdf if you are just going to delete it immediately? Do you want the user to view it and then have it deleted?Dana On 9/12/06, Petrut Andrei [EMAIL PROTECTED] wrote: I have this code from below: Directory Id=DIRECT