Re: [WiX-users] Problem with Uninstall ( or problem with properties...)

2007-07-05 Thread md5hans
I just want to uninstall the installation the problematic installer so I will follow your instructions. Thanks a lot for the help! /Hans md5hans wrote: > By the way, is there a way to ""manually" edit the uninstall information? > I > have after my tests a couple of installations on my PC that

Re: [WiX-users] Problem with Uninstall ( or problem with properties...)

2007-07-05 Thread Rob Hamflett
md5hans wrote: > By the way, is there a way to ""manually" edit the uninstall information? I > have after my tests a couple of installations on my PC that I cant uninstall > due to my properties. Do you mean you want to be able to change how the uninstallation gets run for your installers, or yo

Re: [WiX-users] Problem with Uninstall ( or problem with properties...)

2007-07-05 Thread md5hans
Hi! Thanks for the quick response! I did a little test, if I remove the property declarations but supplied the input parameteras anyway it works on both install and uninstall! and I get no warning from "Light". I have to admit I have only worked with WIX a couple of weeks and I get a bit confuse

Re: [WiX-users] Problem with Uninstall ( or problem with properties...)

2007-07-05 Thread Rob Hamflett
The problem is that the properties don't get remembered, so they're never set on uninstall. You need to create components to write them into the registry on install. You can the use RegistrySearch to read the values on uninstall. Rob md5hans wrote: > Hi! > > I'm developing an application t