Hi All,

I have some issue in Removing the Folder during uninstallation. Please
Find the Wix script below.

     <Directory Id="TARGETDIR" Name="SourceDir">
      <Directory Id="INSTALLDIR" Name="BACS_ID_Reservation_Interface">
        <Component Id="COMP1"
Guid="AC12D5D4-7AF0-4919-BDD7-3708C8C129E5">
          <File Id="f3" Name="Import_BACS_Reservation_New.dtsx"
DiskId="1" Source="Import_BACS_Reservation_New.dtsx" />
        </Component>
        <Component Id="GRES1"
Guid="A8D20EDF-5423-4C46-9B14-E1B0E6020FB1">
          <File Id="f1" Name="DTSRUN_BACS_ID_Reservation_LoadData.bat"
DiskId="1" Source="DTSRUN_BACS_ID_Reservation_LoadData.bat" />
          <File Id="f2" Name="Import_BACS_Reservation_New.dtsConfig"
DiskId="1" Source="Import_BACS_Reservation_New.dtsConfig" />
        </Component>
      </Directory>
      <Directory Id="MLVARIDRESERVATIONDATAFILEPATH"
Name="DataFilePath">
        <Component Id="DataFolder"
Guid="CD61421E-970C-4317-AC67-85225DA0FEC0">
          <CreateFolder Directory="MLVARIDRESERVATIONDATAFILEPATH" />
          <RemoveFolder Id="DeleteDataFileFolder"
Directory="MLVARIDRESERVATIONDATAFILEPATH" On="uninstall" />
        </Component>
      </Directory>
      <Directory Id="MLVARIDRESERVATIONLOGFILEPATH" Name="LogFilePath">
        <Component Id="LogsFolder"
Guid="4BBE30A7-43D0-45ae-A1C0-F2FE28A6BCE8">
          <CreateFolder Directory="MLVARIDRESERVATIONLOGFILEPATH" />
          <RemoveFolder Id="DeleteLogFileFolder"
Directory="MLVARIDRESERVATIONLOGFILEPATH" On="uninstall" />
        </Component>
      </Directory>
    </Directory>

    <Property Id="MLVARIDRESERVATIONDATAFILEPATH" Value="E:\ID
Reservation\SSIS Package\DataFile" />
    <Property Id="MLVARIDRESERVATIONLOGFILEPATH" Value="E:\ID
Reservation\SSIS Package\LogFile" />


Actually it is creating the Folders on installation. But fails to remove
the Folder on unistallation. Please help me out in resolving this issue,

Thanks
Thangaraj N

--------------------------------------------------------------------------
This message w/attachments (message) may be privileged, confidential or 
proprietary, and if you are not an intended recipient, please notify the 
sender, do not use or share it and delete it. Unless specifically indicated, 
this message is not an offer to sell or a solicitation of any investment 
products or other financial product or service, an official confirmation of any 
transaction, or an official statement of Merrill Lynch. Subject to applicable 
law, Merrill Lynch may monitor, review and retain e-communications (EC) 
traveling through its networks/systems. The laws of the country of each 
sender/recipient may impact the handling of EC, and EC may be archived, 
supervised and produced in countries other than the country in which you are 
located. This message cannot be guaranteed to be secure or error-free. 
References to "Merrill Lynch" are references to any company in the Merrill 
Lynch & Co., Inc. group of companies, which are wholly-owned by Bank of America 
Corporation. Securities and Insurance Products: * Are Not FDIC Insured * Are 
Not Bank Guaranteed * May Lose Value * Are Not a Bank Deposit * Are Not a 
Condition to Any Banking Service or Activity * Are Not Insured by Any Federal 
Government Agency. Attachments that are part of this E-communication may have 
additional important disclosures and disclaimers, which you should read. This 
message is subject to terms available at the following link: 
http://www.ml.com/e-communications_terms/. By messaging with Merrill Lynch you 
consent to the foregoing.
--------------------------------------------------------------------------
 

------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to