Hi ,

I started learning wix this week. I came across this usecase.

Say I  want to delete a folder during uninstallation.
This folder is not  created by the installer during installation. It is
created by the application to save some logs.

Lets say "LogData " folder is present in C drive. I want to delete this
during uninstallation.

I tried this ,

 <Directory Id="LogData " Name="LogData ">
        <Component Id="LogData "
Guid="c850748b-6955-479b-8d54-18819272688c">
          <RemoveFolder Id='LogData' On='uninstall'/>
        </Component>
      </Directory>
    </Directory>

Please let me know what Im doing wrong.


Regards
harish
------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
WiX-devs mailing list
WiX-devs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-devs

Reply via email to