check before deploy
I'm not so sure how to start this, but I will try my best so you can help me out. We have some computers with software already installed, but not all. I want to write a script that would check on each machine if the software already install then skip, but if not then install the software. How would I do that from windows 2003 server R2 via gpo? If you know where I can get further information or you have experience before, please post here. Thank you,
0 Comments
[ + ] Show comments
Answers (5)
Please log in to answer
Posted by:
anonymous_9363
15 years ago
"This is a job for.......Windows Installer!"
An MSI can be authored to check for file, folder or registry entry presence and set a property accordingly. The package can then check the properties value and branch accordingly. The same can be done in script (I have presumed you meant a scripting language - but lots of people refer to 'packaging' as 'scripting'), of course but that will involve you in building the script, accounting for uninstall, recording the install state and so on. MSI does all that out of the box.
An MSI can be authored to check for file, folder or registry entry presence and set a property accordingly. The package can then check the properties value and branch accordingly. The same can be done in script (I have presumed you meant a scripting language - but lots of people refer to 'packaging' as 'scripting'), of course but that will involve you in building the script, accounting for uninstall, recording the install state and so on. MSI does all that out of the box.
Posted by:
ditch_nz
15 years ago
Posted by:
AngelD
15 years ago
Posted by:
anonymous_9363
15 years ago
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.