Die Suche ergab 4 Treffer
- 21 Nov 2014, 21:24
- Forum: Free Support
- Thema: java_runtime template
- Antworten: 9
- Zugriffe: 6800
Re: java_runtime template
Hi, for all those on the source code (AutoIt3) of "UnInstMsi" are interested, I have a download link provided. http://goo.gl/HtshWu Marcus Hello, Looks like great tool, but without source code I am not sure if it's safe to use.. Good luck Hi, You can also use my tool "UninstMsi"....
- 24 Okt 2014, 11:13
- Forum: Freier Support
- Thema: Poodle Angriff Config IE und FF?
- Antworten: 2
- Zugriffe: 3012
Re: Poodle Angriff Config IE und FF?
Hallo, der IE ist nur ein Teil des Windows Problems. Nur den Haken bei SSL 3.0 im IE zu entfernen hilft dem Rest von Windows nicht. Deshalb habe ich ein Paket erstellt das die Crypto Einstellungen vom gesamten Windows ändert. Neben SSL 3.0 entferne ich auch alle schwachen Verschlüsselungen und stell...
- 23 Okt 2014, 20:25
- Forum: Free Support
- Thema: java_runtime template
- Antworten: 9
- Zugriffe: 6800
Re: java_runtime template
Hi, You can also use my tool "UninstMsi". It works similar to the "wmic" method, but a little smarter. It provides evaluable Return Codes from msiexec and has a progress bar. This example uninstalls all Java JRE versions 6 to 8 uninstmsi /product "Java%[6-8] Update%" Yo...
- 23 Okt 2014, 19:56
- Forum: Freier Support
- Thema: Produkt deinstallieren was nicht über opsi inst.?
- Antworten: 5
- Zugriffe: 4140
Re: Produkt deinstallieren was nicht über opsi inst.?
Hallo, ich habe meine Uninstall-Scripte schon vor ein paar Jahren vereinfachen wollen (speziell Java mit seinen vielen Versionen war mir auch immer ein Ärgernis) und hatte mir deshalb ein kleines Tool compiliert, das MSI-Produkte über den Programmnamen sucht und deinstalliert. Es funktioniert im Pri...