I would like to add add/programs like adobe acrobat reader and other application in windows XP using Python script. Kindly looking for some help.
Thanks in advance!
Everest.
I would like to add add/programs like adobe acrobat reader and other application in windows XP using Python script. Kindly looking for some help.
Thanks in advance!
Everest.
Are you installing or uninstalling?
Easy way: subprocess.Popen
the installer.
Nearly-as-easy way: subprocess.Popen
the installer, with some Windows hackery so that the user doesn't have to click anything.
As above.
Hard way: work out the files changed on the computer and revert them manually.