Hi Wyrdfish,

I have saved the INSTALLOCATION property value as shown below and Uninstall
works fine. But Same Network issue error is coming while doing Major
Upgrade. And [INSTALLOCATION] property value is not getting saved during
when "RemoveExistingProducts " action gets started. And also please verify
below property settings below.

-------------------------------------------------------------------------------------------------
    <Property Id="INSTALLOCATION">
      <RegistrySearch Id="REMEMBERPROPERTY" Root="HKCU"
Key="Websites\CBUDirect" Name="Remembered" Type="raw"/> 
    </Property>
    
    <CustomAction Id="SETINSTALLDIR" Property="REMEMBERPROPERTY"
Value="[INSTALLOCATION]"/>
                  
    <InstallExecuteSequence>
      <Custom Action="SETINSTALLDIR" After="AppSearch"></Custom>
    </InstallExecuteSequence>
    
    <SetProperty Id="DestFilesFolder"
Value="[REMEMBERPROPERTY]\Website\App_Config" After="CostInitialize" />
    
    
    <InstallExecuteSequence>
      <RemoveExistingProducts Before="InstallInitialize" />
    </InstallExecuteSequence>




--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Copy-file-where-source-and-Destination-same-tp7584088p7584118.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to