I would like to also strongly recommend Peter's advice on only using
Windows Installer clean up utilities as the very last resort when
everything else fails. We've had to rebuild a users Vista SP2 machine
recently because he took IT matters into his own inexperienced hands,
googled MSICUU.exe & broke his installation of our own software so it no
longer uninstalls properly (component reference counts are permanently
set to 1, re-installing the app sets them to 2, uninstalling won't
remove files & registry entries as the component reference counts are
only decremented to 1 with no way of decrementing them to 0).

Also test your packages using Virtualization as Bob A. recommends on his
blog & you should catch these issues before you ship your package ->
http://www.joyofsetup.com/2007/09/24/test-your-setups-virtually/
On a VM you don't even need to fix the below issue for that
installation, just revert the VM back to before you installed, fix your
code, build it & try again.

Palbinder Sandher 
Software Deployment & IT Administrator
T: +44 (0) 141 945 8500 
F: +44 (0) 141 945 8501 

http://www.iesve.com 
**Design, Simulate + Innovate with the <Virtual Environment>**
Integrated Environmental Solutions Limited. Registered in Scotland No.
SC151456 
Registered Office - Helix Building, West Of Scotland Science Park,
Glasgow G20 0SP
Email Disclaimer

-----Original Message-----
From: Peter Shirtcliffe [mailto:pshirtcli...@sdl.com] 
Sent: 23 July 2010 12:47
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Unable to uninstall

Cleanup utilities are a last resort because they can leave the machine
in a corrupted state. You have a better option: Rebuild your msi
*exactly* as before but with the custom action corrected or removed, (or
it might be easier to edit it with orca to achieve the same result).
Reinstall and recache the new MSI with msiexec /fv and then uninstall
the now corrected version. 

Rob discussed the issue in a blog post
http://robmensching.com/blog/posts/2009/3/6/More-on-Haacks-Troubleshooti
ng-Windows-MSI-Installers

-----Original Message-----
From: Ryszard Boryna [mailto:ryszard.bor...@nvable.com]
Sent: 23 July 2010 12:36
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Unable to uninstall

Had the same problem recently;
http://majorgeeks.com/download.php?det=4459 helped.  You will need to
manually cleanup program files etc., but this should let you run your
(fixed :~) ) installer.


Ryszard


Ryszard Boryna, Solutions Architect
Tel: 0141 280 0050

NVable is a limited company registered in Scotland. Registered number:
SC287922.
Suite 6/5, Skypark SP1, 8 Elliot Pl, Glasgow, G3 8EP

-----Original Message-----

From: Stelios Kyprou [mailto:stelios.kyp...@formicary.net]
Sent: 23 July 2010 11:43
To: General discussion for Windows Installer XML toolset.
Subject: [WiX-users] Unable to uninstall

Hey everyone,
I made an installer with 2 custom actions, taking care of rollback as
well.
The problem is i messed up with one of them during uninstallation, and
every time i try to unistall, it fails and the rollback takes place.
So i am unable to uninstall (neither from the msi nor the control panel)
Any ideas what i can do now?

Regards,
Stelios

--
Stelios Kyprou
Systems Engineer
Formicary - delivering quality financial technology solutions(TM)
www.formicary.net


------------------------------------------------------------------------
----
This message is confidential and may be privileged. It is intended
solely for the named addressee. If you are not the intended recipient,
please inform us.
Any unauthorised dissemination, distribution or copying hereof is
prohibited.

Formicary Limited registered office in England and Wales, address 1
Taillar Road, Hedon, East Yorkshire HU12 8GU, registration number
3894343, VAT number 747644304, does not guarantee that the integrity of
this communication has been maintained nor that this communication is
free of viruses, interceptions or interference.
------------------------------------------------------------------------
----

------------------------------------------------------------------------
------
This SF.net email is sponsored by Sprint What will you do first with
EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


------------------------------------------------------------------------
------
This SF.net email is sponsored by Sprint What will you do first with
EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users
</pre>
<BR style="font-size:4px;">
<a href = "http://www.sdl.com";><img src="http://www.sdl.com/images/email
logo_150dpi-01.png" alt="www.sdl.com" border="0"/></a> <BR> <font
face="arial"  size="2" "><a href = "http://www.sdl.com";
style="color:005740; font-weight: bold">www.sdl.com</a> <BR> <BR> <font
face="arial"  size="1" color="#736F6E"> <b>SDL PLC confidential, all
rights reserved.</b> If you are not the intended recipient of this mail
SDL requests and requires that you delete it without acting upon or
copying any of its contents, and we further request that you advise
us.<BR> SDL PLC is a public limited company registered in England and
Wales.  Registered number: 02675207.<BR> Registered address: Globe
House, Clivemont Road, Maidenhead, Berkshire SL6 7DY, UK.
</font>



------------------------------------------------------------------------
------
This SF.net email is sponsored by Sprint What will you do first with
EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to