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

Error 1606 - MSIs, UNC paths and permissions?

I have a persistent issue with a number of our Windows desktop systems where we see various MSI packages throw up error 1606 (and 1314, in the MSI log), which is a permission issue, when attempting to be installed. The location is almost always that…
Trevelyan
  • 81
  • 1
  • 5
3
votes
4 answers

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
  • 211
  • 2
  • 11
3
votes
1 answer

Gotomeeting MSI needs elevated privs?

Typically I can deploy MSIs with no issue, but the Gotomeeting one refuses to install. SCE lists it as pending and AD just attempts to install it, gives up, and never tries again. When I tried running it by double-clicking its icon, it told me…
DrZaiusApeLord
  • 1,174
  • 2
  • 9
  • 18
3
votes
4 answers

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 programs remotely either by batch files or scripts…
stead1984
  • 577
  • 8
  • 16
  • 32
3
votes
2 answers

Deploy MSI silently - Cisco CAD Client Configuration

Deploy a MSI using Group Policy. Sounds easy right? This MSI (CAD Client Configuration.msi) prompts for the IP address of our UCCX server. Most MSI's I have dealt with I can install silently uisng /q but this one not so much. I can't assign it to…
Ruisu
  • 485
  • 6
  • 19
3
votes
2 answers

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 a "WebDeploy_x64_en-US /?" but I can't see any…
Oscar Kuo
  • 243
  • 3
  • 7
3
votes
2 answers

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 of steps logged that are unclear what they are…
grigoryvp
  • 3,415
  • 11
  • 38
  • 58
2
votes
2 answers

Troubleshoot msiexec removing dotnet Core

I am attempting to upgrade ASP.NET Core from 2.0.3 to 2.1.5 on a group of servers. I am using a Powershell script that looks something like this: $software = Get-ChildItem 'HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall' $software +=…
2
votes
1 answer

SCCM MSI deployment fails with 0x87D00324

I've got an MSI created by WIX that can be run locally as an administrator without error. But when deployed via SCCM as an Application Deployment imported from the MSI shows in Software Center as having failed with code 0x87D00324. In either case…
Pablissimo
  • 121
  • 1
  • 5
2
votes
1 answer

How can I compare the content of two (or more) MSI files?

How can I do a "content compare" of two (or more) MSI files and see what is actually different inside the files - instead of doing a useless binary compare? (which obviously only tells me if I am dealing with copies of the same file or not).
Stein Åsmul
  • 2,566
  • 4
  • 25
  • 38
2
votes
2 answers

install msi using group policy

1) If we install/push msi using group policy can/will we see installation steps/Wizard/options which we can see if start installtaion using setup.exe by double clicking it. 2)Can some provide some good link on this issue. Thanks
user24933
  • 21
  • 2
2
votes
1 answer

How can I list all installed applications including those installed in per-user context?

I can run wmic product to get a list of all installed software. This command will list any software installed in the system context, or per-user context for the logged in user. However, this command does not list any software which was installed…
pat o.
  • 1,919
  • 1
  • 16
  • 28
2
votes
3 answers

Thunderbird msi installer package

I am in need of a thunderbird msi (Microsoft Installer) package which can be deployed via group policies using Microsoft ActiveDirectory. I am very pleased with the Firefox packaged provided by FrontMotion but unfortunately they do not have packages…
Comradin
  • 321
  • 3
  • 11
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,352
  • 26
  • 126
  • 188