20 lines
789 B
Plaintext
20 lines
789 B
Plaintext
|
############################################################
|
||
|
# Uninstall Problems
|
||
|
############################################################
|
||
|
|
||
|
To work around the silent uinstall problems of PowerPoint
|
||
|
Viewer 2010 a AutoIT Script was created that waits for
|
||
|
the Process Running Window and then automatically
|
||
|
ignores the Running Processes.
|
||
|
|
||
|
############################################################
|
||
|
# Creating the ppviewer-uninstall.exe
|
||
|
############################################################
|
||
|
|
||
|
1. Downlad AutoIT v3 from
|
||
|
http://www.autoitscript.com/site/autoit/ and install it.
|
||
|
2. right click on the ppviewer-uninstall.au3 and
|
||
|
select compile
|
||
|
3. now you have ppviewer-uninstall.exe that will do a
|
||
|
silent uninstall
|
||
|
4. copy ppveiwer-uninstall.exe to CLIENT_DATA
|