Hello all, I'm having trouble with uninstalling my product after I do a minor
upgrade.

So I test with installing my program and then uninstalling the program and
that works fine. Then the next test is install the program (v.1.0.0.x) then
do a minor upgrade (upgrade to v.1.0.2.y). That works fine. Next I try to
uninstall the program. Here's where I run into my problem. The program gets
removed from ARP making it seem like it's uninstalled, however, all
directories and files still exist after the uninstall.

I've compared the logs and the difference I see is when it lists the
components and their states, in the "good" log it says "...Request: Absent;
Action: Absent" signifying a remove. However in the "bad" log it says "
Request: Null, Action: Null" signifying no action.

The Product.wxs contains.

...

<Product Id="$(var.ProductCode)"
             Name="$(var.ProductName)"
             Language="1033"
            
Version="!(bind.FileVersion.fil12413D1AEB784C72BBAD4277614C2F22)"
             Manufacturer="$(var.Manufacturer)"
             UpgradeCode="$(var.UpgradeCode)">

...

<MajorUpgrade AllowDowngrades="no"
                      AllowSameVersionUpgrades="yes"
                      Disallow="no"
                      DowngradeErrorMessage="A newer version of
[ProductName] is already installed."
                      IgnoreRemoveFailure="no"
                      MigrateFeatures="yes"
                      Schedule="afterInstallInitialize"/>

...



I'm running this from a bundle using wix3.8 and will try to attach the logs.

Any help appreciated!

Thanks good.log
<http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/file/n7600353/good.log>
   
bad.log
<http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/file/n7600353/bad.log>
  





--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Need-help-with-uninstall-tp7600353.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
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-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to