Bilal-S / iis2tomcat

AJP Connector between Internet Information Services (IIS) and Apache Tomcat
http://www.boncode.net/boncode-connector
49 stars 32 forks source link

Not-So-Silent Scripted Uninstall on Windows #98

Closed rick-bennett closed 4 years ago

rick-bennett commented 4 years ago

In Windows Server 2019, I'm able to get a scripted silent install to work successfully, but when attempting to configure a removal, I am unable to get it to be totally silent.

When using this command: C:\Windows\unins000.exe /VERYSILENT /SUPPRESSMSGBOXES /LOG="C:\test\uninstall.log" /SP- /NORESTART

I get a message box that stays on the screen until clicked: ALL previous installations will be removed. Do want to KEEP IIS features and roles created during install (You can remove them later via IIS UI as well)?

Is there any way to remove/suppress this message box when doing a scripted removal, or can the InnoSetup installer be adjusted for future versions?

Thanks

Bilal-S commented 4 years ago

Will take me some time to rebuild and test.

Bilal-S commented 4 years ago

I have rebuild the installer and ran initial tests which looked good. Can you test this version and let me know if this works for you. AJP13_v1042.zip

rick-bennett commented 4 years ago

I installed 1.0.42, and then ran the command in my first post, and it was silently uninstalled! Thanks!

Bilal-S commented 4 years ago

Thanks for confirming. Closing.