Questions tagged [msi]

MSI is a Windows Installer package. It contains all of the components necessary to install a particular software package along with a machine-readable description of how the package should be installed.

MSI is a Windows Installer package. It contains all of the components necessary to install a particular software package along with a machine-readable description of how the package should be installed.

Questions regarding MSI desktop motherboards usually fit better on Super User rather than Server Fault.

167 questions
1
vote
0 answers

"The processing of Group Policy failed" while doing gpupdate

I'm trying to install MSI package from a Windows Server 2008 as a GPO in a computer-wide scope. When I log in to a Windows 7 client workstation and run: gpupdate /force I get the following error message: The processing of Group Policy failed.…
1
vote
4 answers

Installing software as an Update

My company uses SCCM 2007 and Windows 7. I have a rather complicated application deployment that I need to do. To make a long story short, I have to automatically install this while no users are logged on because the installer demands that Word and…
Little_Johnn
  • 436
  • 1
  • 4
  • 4
1
vote
1 answer

How to deploy a msi with two command line switch values to different groups

I have an Application created in sccm with an MSI deployment type. As part of the deployment type properties under Programs => Installation Program and Uninstall Program I can specify the msi command line statement to execute including switches. I…
skeletank
  • 599
  • 1
  • 8
  • 17
1
vote
2 answers

Unable to create a Group Policy in Windows Server 2003 to install software

This is my first attempt at creating a Group Policy to install a software product for computers on our domain. When I attempt to add a package I receive the following error: Add operation failed. Unable to extract deployment information from the…
1
vote
1 answer

Recurrence of an MSIEXEC package deployment through GPO

We want to use this simple command in a batch file: msiexec /package "\path\package.msi" /quiet /norestart We want to deploy it to all users and their machines. We want it to be installed only once, and we suspect that if we keep only this command…
Franko
  • 135
  • 4
1
vote
1 answer

Web Deploy 3.0 Installation Fails

I am having difficulty installing Microsoft Web Deploy 3.0 to a Windows Server 2008 R2 box. I have tried installing with both the Web Platform Installer and the MSI package but installation fails while trying to execute the MSI custom action…
jkarpilo
  • 71
  • 5
1
vote
2 answers

MSI Arguments for installation

Does anyone know where to find various arguments for msi's, such as installing/running as administrator, or restart after installation. I am trying to push out an msi update through group policy, but after testing the msi I found out that it needs…
netadmin2008
  • 47
  • 1
  • 6
1
vote
1 answer

excecute batch command over MSI Package

I have a huge network of PCs that are all in a same domain (active directory). I want to enable WMI service and relative port, then set the domain's administrator credentials to WMI credentials over my entire network in the group policy. For the…
1
vote
1 answer

How can I run msi file on Windows Server 2008?

When I run an *.msi file on Windows Server 2008? I keep getting this error.
JustBeingHelpful
  • 1,964
  • 7
  • 37
  • 53
1
vote
1 answer

What is the preferred way to distribute a small update to software?

If a product simply requires a replacement of the .EXE file, what would be the expected way to deliver this update to multiple workstations in a large enterprise? Is an .MSP file preferred? Or should a new .MSI file be provided and it simply be…
CJ7
  • 653
  • 10
  • 24
1
vote
1 answer

How do I automate the removal of Etrust Antivirus?

What's the easiest way to remove Etrust antivirus en masse? Background: I'm installing AVG on each of the clients and need to remove Etrust antivirus. I'm looking for a way to automate it. We have Windows 2008 SBS and Windows 7 clients.
resolver101
  • 301
  • 3
  • 7
  • 17
1
vote
2 answers

GPO uninstalled program instead of installing it

We have a couple computers that are having issues wherein every time they reboot, instead of installing a software by GPO, it instead removes it. The software works fine on most, but some of our newer ones (all of which are setup using WDS, and have…
Rhyss
  • 36
  • 4
1
vote
3 answers

Do enterprises expect MSIs to uninstall previous product version?

I am about to give deliver an upgrade to a product in the form of an MSI to an enterprise. I believe they deploy this to various workstations via GPO. What is the likely sequence of events in performing an upgrade to a product in this setting? Will…
CJ7
  • 653
  • 10
  • 24
1
vote
2 answers

MSI package different configuration

How can we have single MSI file with different configuration for each user. So when I push it, the configuration will be according to the username. This is for a custom utility application.
Eddy
  • 257
  • 3
  • 10
  • 22
1
vote
3 answers

Cleanup pending installation

I have an old PC with Windows 2000 that I want to reanimate. Each time I start the PC I see a dialog box "Windows Installer","Installation wird vorbereitet." (Preparing installation). I can cancel that installation and work with that PC. But I don't…
harper
  • 143
  • 2
  • 6