[tasque/windows] [wix] RemoveFolder not necessary. remove it



commit d9bdc82a3d396c2ca55720f4fb6363301371b371
Author: Antonius Riha <antoniusriha gmail com>
Date:   Sat Oct 27 14:12:24 2012 +0200

    [wix] RemoveFolder not necessary. remove it

 WindowsSetup/Product.wxs |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/WindowsSetup/Product.wxs b/WindowsSetup/Product.wxs
index ab227d2..eabbee5 100644
--- a/WindowsSetup/Product.wxs
+++ b/WindowsSetup/Product.wxs
@@ -36,7 +36,6 @@
         <File Source="..\build\bin\lib\tasque\Gtk.Tasque.dll" />
       </Component>
       <Component Id="UninstallInstallFolder" Guid="5360373A-0468-4B0C-A165-83F7EFACB8DA">
-        <RemoveFolder Id="UninstallInstallFolder" On="uninstall" />
         <RegistryKey Root="HKLM" Key="Software\Tasque">
           <RegistryValue Id="WriteTasqueInstallFolder" Name="InstallFolder" Action="write" Type="string" Value="[INSTALLFOLDER]" KeyPath="yes" />
         </RegistryKey>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]