All Questions

Tagged with
Filter by
Sorted by
Tagged with
19 votes
6 answers
143k views

Find GUID of MSI Package

How can I find the GUID of an MSI package? I would like to script the removal of a program on a large number of desktops by using: msiexec.exe /x ProductCode Any reason why this would not work ...
SamErde's user avatar
  • 3,419
10 votes
4 answers
24k views

Install .msi from script, detect when install is done

I'm trying to make an install script. I want to install an .msi file, Python, and then install other things after Python is installed. I already see how to do a command-line install. However, msiexec ...
Claudiu's user avatar
  • 1,207
3 votes
4 answers
31k views

Remote installing programs by scripts or batch files

Firstly, I can't use Group Policy as our team doesn't manage that. The company is a massive FTSE company with a team for every aspect of IT you can think of. Our team needs a way of installing ...
stead1984's user avatar
  • 577
-1 votes
1 answer
2k views

Deploy MSI via GPO to specific users "Admin right issue"

I'm trying to deploy an MSI via GPO to specific users (120 users) from different departments and sites, the problem is that they don't have admin rights so the application cannot be installed due to ...
Ali GHALEB IBRAHIM's user avatar