Hi all,

I have a client that is trying to install our product on one of their
systems.

One of our MSI's (a service installer) is skipped when installing our
product using the Bootstrapper, it runs the pre reqs, it runs our 1st
install, skips the service install and tries to run our client install which
fails because it verifies that our service has been installed (which it is
not) so the install rolls back :(

I checked HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall (and the
Wow6432Node as well) and NONE of our installers are listed...

I deleted the \programdata\packagecache\<our product guid>

I run "msiexec /i MSIname.msi" and it comes up to maintenance mode and I try
to remove but it fails since it is trying to close/uninstall our service
with a custom action and it fails since the Service doesn't exist...

For some reason his system THINKS that particular MSI is installed...

I have tried running "msiexec.exe /x MSIname.MSI" and it fails

Questions:

1. how can i REMOVE this MSI from his system? running install/uninstall
using cmd line fails
2. is my last resort is to use KILL MSI?
3. are there any other "safe" tools to use to remove a MSI from a system?

Any help would be much appreciated!!

Thanks,

Steve





--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/bizarre-trying-to-install-MSI-but-it-thinks-it-is-installed-but-can-t-find-any-references-to-it-tp7599586.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to