Uninstaller popup windows
Good Morning Everyone,
I'm working with a product right now that is being fussy on uninstall. Installation seems great and no issues there. However, when doing an uninstall the installer asks the user a question (dialog box - yes or no), which I want to get rid of. I sent the vendor an email about how we can get rid of it and they said within their package we are unable to remove it... but in newer versions they will have a silent uninstaller. Figures.
So right now I'm trying to use vbs sendkeys to automate the uninstall but its not working out so great. Is there an easier way for me to do this?
Also, Install Shield 11.5 is a pre-req for this application, if that helps any? It is a MSI/MST combo.
Thanks everyone for any information you can provide me.
-Mikee
I'm working with a product right now that is being fussy on uninstall. Installation seems great and no issues there. However, when doing an uninstall the installer asks the user a question (dialog box - yes or no), which I want to get rid of. I sent the vendor an email about how we can get rid of it and they said within their package we are unable to remove it... but in newer versions they will have a silent uninstaller. Figures.
So right now I'm trying to use vbs sendkeys to automate the uninstall but its not working out so great. Is there an easier way for me to do this?
Also, Install Shield 11.5 is a pre-req for this application, if that helps any? It is a MSI/MST combo.
Thanks everyone for any information you can provide me.
-Mikee
0 Comments
[ + ] Show comments
Answers (10)
Please log in to answer
Posted by:
oreillyr
14 years ago
Posted by:
blockcipher
14 years ago
Posted by:
pjgeutjens
14 years ago
Posted by:
blockcipher
14 years ago
Thanks for the reply PJ,
I'm suspecting the same thing. However, I'm unable to locate it in the CustomAction table in the MSI (i hope thats where I'm supposed to be looking). The only thing I see in there is 'CleanupRegistry', type 1, Targer f48. The question being asked by the user is registry related, wondering if thats it? Can I just set it to 0? (I'm very new, hopping along unitl the packager gets back). I have it all going but this last piece haha.
Thanks again,
I'm suspecting the same thing. However, I'm unable to locate it in the CustomAction table in the MSI (i hope thats where I'm supposed to be looking). The only thing I see in there is 'CleanupRegistry', type 1, Targer f48. The question being asked by the user is registry related, wondering if thats it? Can I just set it to 0? (I'm very new, hopping along unitl the packager gets back). I have it all going but this last piece haha.
Thanks again,
Posted by:
timmsie
14 years ago
Posted by:
pjgeutjens
14 years ago
Posted by:
blockcipher
14 years ago
Posted by:
blockcipher
14 years ago
I have made no changes as of yet (per our convo above), but I was testing the installation again to start logging the uninstall and I was getting the followin error:
1: Event 'E4331563' is created
1: GetInstallDriver, Can not find InstallDriver in ROT table, Return Code = 0x80004005
1: {B6AD6C25-E09B-4610-A4A2-22AFA71FE16C}
1: Extract supporting files
1: Failed to extract _IsUser.dll, Ignore it.
MSI (s) (B0!48) [13:43:37:324]: Note: 1: 2732 2: 0
MSI (s) (B0!48) [13:43:37:324]: Note: 1: 2732 2: 0
1: Failed to extract IGdi.dll, Ignore it.
I removed the RunAs from the MSI and it installs fine now, however, the uninstall is sparatic if it will start the uninstall or not. This thing is going to be the end of me hahaha
1: Event 'E4331563' is created
1: GetInstallDriver, Can not find InstallDriver in ROT table, Return Code = 0x80004005
1: {B6AD6C25-E09B-4610-A4A2-22AFA71FE16C}
1: Extract supporting files
1: Failed to extract _IsUser.dll, Ignore it.
MSI (s) (B0!48) [13:43:37:324]: Note: 1: 2732 2: 0
MSI (s) (B0!48) [13:43:37:324]: Note: 1: 2732 2: 0
1: Failed to extract IGdi.dll, Ignore it.
I removed the RunAs from the MSI and it installs fine now, however, the uninstall is sparatic if it will start the uninstall or not. This thing is going to be the end of me hahaha
Posted by:
anonymous_9363
14 years ago
Posted by:
blockcipher
14 years ago
Good Morning, VBScab
Ya, I have searched around and have seen what has been documented so far, on here and elsewhere. I'm trying to work my way through it. I have read all the threads, etc before posting this. I'm no packager by any means (hes out for awhile)...so I'm giving it a shot. I've learned a lot so far ha. I'll continue to hack at it.
Thanks all and have a great Friday!
Ya, I have searched around and have seen what has been documented so far, on here and elsewhere. I'm trying to work my way through it. I have read all the threads, etc before posting this. I'm no packager by any means (hes out for awhile)...so I'm giving it a shot. I've learned a lot so far ha. I'll continue to hack at it.
Thanks all and have a great Friday!
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.