Need help with Error code 1605.
I have a program that I can install, but when I use the same program and run the uninstall switch, I get error code 1605. When I did some research, I found that that was telling me that I didn't have that program installed.Problem is that I think that 1605 was an MSI error code and the program is an MSI wrapped inside of an EXE (from the vendor) and I can't uninstall it through SCCM.Now, if I run this manually, it works: program.exe /x /v/qnIf I make that same program in SCCM, I get error 1605.
February 11th, 2010 5:31pm

can you extract the msi and run it with /x? Sometimes you can run the .exe and before the install completes go %temp% and get the actual msi. John Marcum | http://www.TrueSec.com/en/Training.htm | http://myitforum.com/cs2/blogs/jmarcum It won't let me extract anything out of the MSI, but when we run the MSI, we have to use a "/v/switcheshere" command to call the MSI switches. The problem is that to do that silent install, we use:setup.exe /s /v/qn (notice there are no spaces).So, I we tried "setup.exe /s "/v/uninstall" and other random strings. It didn't work for us :(
Free Windows Admin Tool Kit Click here and download it now
February 11th, 2010 7:16pm

I was saying can you get the msi and run it directly instead of running setup.exe?John Marcum | http://www.TrueSec.com/en/Training.htm | http://myitforum.com/cs2/blogs/jmarcum
February 12th, 2010 3:12am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics