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.

Filter by
Sorted by
Tagged with
60 votes
6 answers
18k views

The corporate benefits of using MSI files

What are the advantages of using .msi files over regular setup.exe files? I have the impression that deployment is easier on machines where users have few permissions, but not sure about the details....
Frode Lillerud's user avatar
48 votes
13 answers
322k views

Group Policy installation failed error 1274

I'm trying to deploy an MSI via the Group Policy in Active Directory. But these are the errors I'm getting in the System event log after logging in: The assignment of application XStandard from ...
David Thomas Garcia's user avatar
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,429
16 votes
4 answers
13k views

Determine the name of a feature in an MSI to install from the command line

I am trying to install an application (SalesLogix 7.2 Admin Tools and Servers) from an MSI package, but only want to install a particular feature. How can I determine the feature name so I can try ...
Cylindric's user avatar
  • 1,127
15 votes
1 answer
10k views

How can I speed up MSI package install and uninstall?

When installing and uninstalling Windows Installer packages, or MSI files as they are called, the progress of the installation appears signifiantly slower than with other installation packages. Why ...
Stein Åsmul's user avatar
  • 2,626
14 votes
8 answers
57k views

What is the best (free) tool to wrap an .exe into a MSI?

I'm looking at deploying some software via GPSI and the current version of the software is distributed as a .exe so I need to convert it to an MSI file. furthermore, why does MS still distribute some ...
GNUix's user avatar
  • 490
14 votes
5 answers
33k views

Retrieving public properties from an MSI file

Is there a tool or mechanism for retrieving the available public properties from a Windows MSI file? Some vendors that supply MSI files don't document these themselves, so I'm curious to see if there ...
Ken Barber's user avatar
11 votes
5 answers
85k views

How do I run a .msi installer with elevated priviledges on Windows

Normally you can right-click an executable and select "Run As" and away you go, but it doesn't seem to work for .msi files.
ninesided's user avatar
  • 539
11 votes
8 answers
48k views

Batch file to uninstall all Sun Java versions?

I'm setting up a system to keep Java in our office up to date. Everyone has all different versions of Java, many of them old and insecure, and some dating back as far as 1.4. I have a System Center ...
Ricket's user avatar
  • 439
11 votes
4 answers
10k views

Is there anyway to get msiexec to echo to stdout instead of logging to a file

As part of a continuous delivery pipeline I'd like to install an msi on a given machine. msiexec plus psexec does this perfectly, but it seems that msiexec can only log to a file and I need it to log ...
mrmrcoleman's user avatar
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
9 votes
4 answers
74k views

How do I determine what the Windows Installer (msiexec) is doing?

After rolling out a new software package, I'm seeing high CPU usage on machines. One process that seems to be really active is msiexec, which really shouldn't be running. I'm watching it in process ...
Boden's user avatar
  • 4,988
9 votes
4 answers
13k views

Roll back suspended .MSI install from command-line

We deployed a Java installer to a large number of machines, and it froze up on about half of them. Now, subsequent deployments are failing because of the following message: User 'SYSTEM' has ...
Kasius's user avatar
  • 371
8 votes
4 answers
8k views

I deployed Flash Player via a Software Installation policy. How to upgrade?

I have a Windows Server 2008 machine as my DC. Earlier this year I created a Software Installation GPO to deploy Adobe Flash Player plugin MSI. I assigned the policy to the computers, about half run ...
eleven81's user avatar
  • 417
8 votes
4 answers
11k views

Silent Install of MSI

What is the command line to silently install an MSI file?
JoshRivers's user avatar
8 votes
3 answers
1k views

ORCA MSI Editing [closed]

mornig All, I am trying to edit an MSI package using ORCA, this is quite a good tool, but does any one know of any more good MSI editing tools? Cheers
Cyper's user avatar
  • 117
8 votes
1 answer
66k views

What does /v/qn parameter do for windows silent installers?

This page says to do a silent install you pass in the parameters /s /v/qn. It mentions what /s does - silent install - but not what /v/qn does. So what does it do? Why the weird format? (on one ...
Claudiu's user avatar
  • 1,207
7 votes
5 answers
8k views

I want to install an MSI twice

I have a peculiar wish to install an msi twice on a machine. The purpose of the double install is to first install under the pre-production folder, run the deployment in a safe environment prior to ...
Don Vince's user avatar
  • 185
7 votes
1 answer
20k views

How can I eliminate the huge, cached MSI files in C:\Windows\Installer?

The size of the MSI cache folder (C:\Windows\Installer) has grown substantially, and is now taking up way too much disk space on my (domain) computers. Can this folder be eliminated or shrunk? Same ...
Stein Åsmul's user avatar
  • 2,626
7 votes
2 answers
4k views

What, exactly, is the SCCM client doing when it installs an .msi for a system?

I've been working with a particular .msi (AppleApplicationSupport.msi). I have installed it two different ways which I thought would be equivalent. However the results differ as follows. PSEXEC -i -...
alx9r's user avatar
  • 1,643
7 votes
1 answer
10k views

Installing MSI via Group Policy in a Fully Unattended Way

I have some MSI files I would like to install via Group Policy. Does anyone know how to do this or know a document that explains how to do this that meets the following criteria: When installed by ...
Kyle Brandt's user avatar
  • 83.8k
7 votes
1 answer
1k views

Unable to launch MSI installers off NFS share

I have a Linux server where I've configured a read only NFS share. The client I'm currently working on is a Windows Server 2008 R2 machine that has the NFS features installed. I'm able to open and ...
wewantbananas's user avatar
6 votes
4 answers
56k views

What could be causing MsiInstaller to continuously reconfigure applications(EventID 1035)?

I have a brand-new machine that we just installed Windows Server 2008 Enterprise on about two months ago. In the event log, I am seeing thousands of EventID 1035 logged. This is MsiInstaller ...
user7862's user avatar
  • 178
6 votes
4 answers
3k views

Published software not displayed in Add/Remove Programs

I just followed How to use Group Policy to remotely install software in Windows Server 2003 to try publishing a software (MSI file). I could follow all the steps, but the supposedly successfully ...
user avatar
6 votes
2 answers
453 views

MSI-file works fine when run locally, but not when pushed from group policy

The MSI are to install a small program and an Outlook add-in. Both are installed correctly when the MSI is run locally, but when I install it with group policys from AD the program is installed but ...
Simon Lindberg's user avatar
6 votes
3 answers
17k views

How to create an MSI to install and register an ActiveX Control?

I have a third party ActiveX Control that I want to package up in a msi so it can be deployed and registered via Group Policy. The goal being I don't want the end user to have to click through and ...
etoisarobot's user avatar
6 votes
1 answer
928 views

Group policy software installation Upgrade vs Replace

I select upgrade in gpo software install to upgrade an existing package. I am not replacing the package. Will the old package and the upgrade package be installed on new computers joining the domain?
Bård's user avatar
  • 767
6 votes
2 answers
14k views

Need to allow unsigned msi to install

I have a product to install on a Windows 7 64 bit machine. The msi is unsigned and when the it trys to install it is blocked saying "This file was blocked because it does not have a valid digital ...
StuC's user avatar
  • 61
5 votes
4 answers
4k views

Is it possible to disable msiexec help GUI?

I'm automating unattended retrieval & installation of specified .msi packages with a powershell script but if the command is invoked with syntax errors the msiexec will wait indefinitely for an OK ...
snoweagle's user avatar
  • 121
5 votes
1 answer
25k views

Deploying .msi application through GPO doesn't work

I've been trying to deploy the forticlient SSL VPN application (.msi format) into my domain machines, using a GPO. Even though I made a silent previous installation by issuing the command: msiexec /qb ...
TechCP's user avatar
  • 61
5 votes
2 answers
3k views

Splunk UniversalForwarder fails with " DetermineContextForAllProducts failed witht: 0x65b"

I am attempting to deploy the Splunk UniversalForwarder as an SCCM application using an MSI Deployment Type to a small group of testing servers and am encountering an uncharacteristically confusing ...
user avatar
5 votes
1 answer
2k views

What happens when you uninstall a per-user installation?

What happens if an MSI installation is set to install as per-user, and 3 different users log on and each install the app? Will Windows Installer recognise that the same MSI has already been installed ...
CJ7's user avatar
  • 653
5 votes
2 answers
6k views

Re/Installing an MSI, getting 'not a valid short file name' error

We are running windows 2008. We have a windows service called ImportService, that is installed via an MSI package. A previous version was installed about 3 months ago without problems. When have ...
Shiraz Bhaiji's user avatar
5 votes
1 answer
3k views

Specify original msi install location for msp file using a command line switch

Using SCCM 2012 I have deployed Autodesk Revit 2014 to my users. The install uses an underlying "RVT2014.msi". Now I would like to push out Update Release 2 which is an ".msp" file. I would like the ...
skeletank's user avatar
  • 599
5 votes
1 answer
149 views

AD: Roll out an MSI application at midnight

Using Windows Server's Active Directory and Group Policy, is there a way to roll out an MSI file at a scheduled time, like midnight?
Vlueboy's user avatar
  • 153
5 votes
2 answers
2k views

Is it possible to re-cab an Administrative Install Point?

We have Acrobat 8 Pro at work, and our media was painfully out of date. Rather than install all of the machines at 8.0.0 and then do the 6 or 7 consecutive reboots adobe expects you to be ok with I ...
Nathaniel Bannister's user avatar
4 votes
3 answers
6k views

Multiple installers attached to a single GPO?

Can more than one installer (msi, mst) be linked to a GPO to deploy multiple packages at once?
Citizen Chin's user avatar
4 votes
3 answers
9k views

MSI package for reg deployment

What is the best way to create MSI package to deploy a registry key over a network, rather than using GPO.
Eddy's user avatar
  • 257
4 votes
3 answers
3k views

Puppet upgrade msi on windows

I'm running puppet on windows and I want to upgrade a package (java) I installed using an msi. I installed the package using package { 'java': ensure => installed, provider => 'msi', ...
Jeff Storey's user avatar
4 votes
2 answers
878 views

When running silent uninstalls of MSIs, how do you know when it is done?

If you have a msi you want to uninstall from the command line, doing MsiExec.exe /qn /X{26A24AE4-039D-4CA4-87B4-2F83217045F0} /norestart for instance, returns immediately. But msiexec.exe is running ...
jmp242's user avatar
  • 688
4 votes
2 answers
2k views

Does Group Policy detect installed version before downloading an MSI from network

I used group policy to deploy an Adobe Reader X .msi file, which successfully updated the machines it was targeted to. The computer group those machines belong to still has a link to the GPO which ...
Steve's user avatar
  • 365
4 votes
1 answer
6k views

How do I package this vbscript as a msi for Group Policy

I had a developer that is no longer with us create an msi to do this for me, but the package is outdated now and we need to deploy new files. Basically I need to do the following: Take the code at ...
TheCleaner's user avatar
  • 32.7k
4 votes
0 answers
2k views

Windows Installer folders registry key value 1

I'm looking for information about the reg folder "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\Folders" I couldn't find any information on MSDN or other sites. I see that ...
wolfknight's user avatar
3 votes
3 answers
9k views

GPO Link Disabled, will Software gets uninstalled?

I have been pushing installation of a software via GPO. If the software has been installed on all workstations needing it, will disabling the GPO link (or deleting the link outright) cause the ...
pepoluan's user avatar
  • 5,038
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
3 votes
3 answers
10k views

How to install an MSI package from a command prompt

We have several web sites that we deploy using an MSI package. One package per website. This works fine manually: we go into the control panel uninstall the old version then run the MSI, filling ...
Shiraz Bhaiji's user avatar
3 votes
2 answers
5k views

Microsoft Web Deployment Service Silent Install

I am trying to script the installation of the web deployment service (WebDeploy_x64_en-US). There is a quiet flag (/quiet), however it does not install the remote management service by default. I did ...
Oscar Kuo's user avatar
  • 243
3 votes
2 answers
1k views

Analyzing an MSI installation log file

I'm often tasked to examine MSI installation logs in order to find why some installation fails. But such logs are VERY large and has hundred of strings with "error" text in them. Moreover, it's a lot ...
grigoryvp's user avatar
  • 3,675
3 votes
4 answers
747 views

rpm -ql package_name equivalent for Windows MSI?

Is there such a utility or capability an MSI? Perhaps msiexec? rpm -ql provides the list of all the files installed by a given package. I'd like to get the same info from a Windows system.
joebalt's user avatar
  • 211
3 votes
1 answer
6k views

Silently install MSI without disabling UAC

I have an MSI file which I produce that I need to install on a number of Windows 2008 machines as part of automated deployment process in a test environment. When I install the MSI by hand I get a ...
Mike Minutillo's user avatar