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.

164 questions
8
votes
3 answers

ORCA MSI Editing

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
  • 117
  • 6
7
votes
2 answers

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 -s cmd Installing using a psexec -i -s cmd command…
alx9r
  • 1,643
  • 3
  • 16
  • 37
7
votes
1 answer

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 question goes for: C:\WINDOWS\WinSxS…
7
votes
1 answer

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 execute all files except any MSI file. For some…
7
votes
5 answers

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 deploying in the production folder. We typically…
Don Vince
  • 185
  • 1
  • 6
7
votes
1 answer

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 hand, these MSI files ask a few questions. I want…
Kyle Brandt
  • 82,107
  • 71
  • 302
  • 444
6
votes
2 answers

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 not the Outlook add-in. The files for the add-in…
6
votes
4 answers

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 reconfiguring about a dozen products over and over,…
user7862
  • 178
  • 3
  • 5
  • 10
6
votes
4 answers

Silent Install of MSI

What is the command line to silently install an MSI file?
JoshRivers
  • 245
  • 1
  • 4
  • 10
6
votes
2 answers

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 signature that verifies its publisher" I have seen…
StuC
  • 61
  • 1
  • 1
  • 2
6
votes
4 answers

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 published software does not appear on client/user…
vikramsjn
6
votes
1 answer

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
  • 767
  • 1
  • 6
  • 12
6
votes
3 answers

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 install the ActiveX control in IE. I have the Cab…
etoisarobot
  • 249
  • 2
  • 4
  • 11
5
votes
2 answers

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 issue with the MSI installer. The Deployment Type…
user62491
5
votes
1 answer

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 update to run silent on the user's machine but…
skeletank
  • 599
  • 1
  • 8
  • 17
1
2
3
10 11