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
2
votes
0 answers

Software deployed using WMIC requires restart before launching

I have an MSI I'm attempting to deploy via WMIC. The MSI install completes without error but I cannot launch the installed application until I reboot the PC. If I try it pops up momentarily then closes. As soon as the PC is reboot the application…
hendmp
  • 21
  • 2
2
votes
1 answer

msiexec /p (for patching) - won't update after another change

I have a .msp file that is made by the Office 2007 Customization tool. If I create the .msp file and apply it to a machine it works. But if I modify that machine's office install again and then try and run the .msp file against that computer again…
TheCleaner
  • 32,627
  • 26
  • 132
  • 191
2
votes
1 answer

Windows Installer runs constantly in the background on Windows Server 2012?

While trying to install a program, it complained that something else was being installed and that Windows Installer was already running (msiexec.exe). Sure enough, there were two instances of the process with one of them using 25% CPU (quad core,…
Triynko
  • 3,418
  • 6
  • 31
  • 30
2
votes
1 answer

How to get an application's GUID

How can I get an application's GUID from an MSI file without installing it and searching for it in the registry? Is the GUID located in the MSI's properties? Or, can I retrieve it using Orca?
Force Flow
  • 1,165
  • 5
  • 23
  • 45
2
votes
2 answers

On Windows how can I prevent login until a software package has been installed?

I have an MSI which is configured for machine level installation because it is a device driver. I can deploy it via Active Directory and Group Policy just fine. However on a newly booted machine a user can login before the installation has a chance…
2
votes
1 answer

How can I get the installation log of an MSI which is being deployed via a group policy?

I have an MSI for a driver which I want to deploy via a group policy. I have a problem with it deploying on 64bit machines and want to log what is happening. The installation works fine as an administrator account, however for a large scale…
Phil Hannent
  • 665
  • 2
  • 10
  • 21
2
votes
1 answer

Install Visual C# Express 2010 onto client machines - redistributable package needed

I would like to install Visual C# Express 2010 onto several machines on the Windows network at the school where I work. I can only find web and ISO installers, but I really need MSIs for both Visual C# and its dependencies to perform managed…
James
  • 121
  • 4
2
votes
2 answers

Create MSI file with product key

Is there a way to create an MSI file with the product key for the installer? In this particular case, I wish to deploy Office 2003 to a couple dozen workstations, but wish to do so silently, and without any intervention from the user. However, in my…
Citizen Chin
  • 532
  • 2
  • 12
  • 21
2
votes
2 answers

Google Chrome takes 7 minutes to install via group policy

When enabling the group policy 'auto update check period override' to disable all auto update checks deploying chrome via group policy takes 7 minutes to install I get the following error in the event log. The description for Event ID 0 from source…
Kvad
  • 667
  • 2
  • 9
  • 22
2
votes
2 answers

Deploying large applications across multiple sites via GP

So we currently have two offices, one in TN and one in FL. Both have a DC installed. We recently started deploying Trend Micro AV through GP, which is a 200 MB file. We placed the file on DC1 in our TN office and it works great locally. The…
jeremib
  • 185
  • 1
  • 2
  • 6
2
votes
1 answer

Scripted check for a specific feature from an msi installer

I need to be able to check for the installation of a particular feature from an msi installer. For context, I need to check whether the "Powershell Cmdlets" feature (TFPS from Feature table in Orca) was installed from the Team Foundation Server 2010…
bwerks
  • 752
  • 3
  • 10
  • 22
2
votes
3 answers

HKEY_CLASSES_ROOT does not contain contents of HKEY_CURRENT_USER

I have an MSI installer which registers an ActiveX component. The registration info is written to the HKEY_CURRENT_USER hive, and all works fine and dandy. For one user, however, IE is behaving as though the component is not registered. I've looked…
RB.
  • 392
  • 2
  • 8
  • 20
2
votes
1 answer

Distribute IP packets accross different NIC queues with MSI (Message Signalled Interrupts)

NetXtreme II BCM5709 Gigabit Ethernet NIC supports MSI feature (Message Signaled Interrupts) and it has 8 queues. Each queue has its own Interrupt handler in /proc/interrupts. What I am trying to accomplish is to tell NIC which packets should go to…
user389238
  • 632
  • 4
  • 8
  • 18
2
votes
1 answer

When GPO no longer applies, is deployed software automatically uninstalled?

Are packages installed by GPO automatically removed when the GPO no longer applies?
Matt
  • 1,142
  • 1
  • 12
  • 32
2
votes
3 answers

Options for remote administration of Firefox on a Windows network

I'm a web developer responsible for an intranet. I develop using Firefox, but the IT guys here plan to use only Internet Explorer on the network going forwards. This is because IE can be installed / configured from an MSI file, but Firefox doesn't…
David
  • 23
  • 3