Questions tagged [windows-installer]

Windows Installer (which was previously named Microsoft Installer) is a component of modern Microsoft Windows systems used for the installation, maintenance, and removal of software. It is a competitor to other, 3rd party installation software, such as Install Shield.

Windows Installer (which was previously named Microsoft Installer) is a component of modern Microsoft Windows systems used for the installation, maintenance, and removal of software. It is a competitor to other, 3rd party installation software, such as Install Shield.

It has currently gone through 5 major versions, with version 1.0 being available as a part of Office 2000, and version 5 being included in Windows 7 and Server 2008 R2. Wikipedia has a table with a complete list of Windows Installer versions, the products they were first available on, and the products those versions are also available for.

89 questions
1
vote
1 answer

Error when installing windows installer 4.5 - You do not have permission to update Windows XP

I'm trying to install window installer 4.5 but i'm getting an error reading "You do not have permission to update Windows XP. Please contact your system administrator". See short screencast to see issue. http://screenr.com/zAn I'm a domain admin and…
Elliott Shafii
  • 33
  • 1
  • 1
  • 4
1
vote
1 answer

Can normal users be granted permission to run signed installers (MSI)?

I'm working on deploying a .NET desktop application via ClickOnce and need the users to be able to run the prerequisite installers. Normal users generally do not have permission to run installers, but is it possible for those users to be granted…
Craig Boland
  • 111
  • 1
1
vote
1 answer

Unable to install Windows Installer 4.5 on Windows Server 2008

One of the prerequisites for installing SQL Server 2008 Express R2 is Windows Installer 4.5. I have a couple of WS2008 machines I'm prepping, so I downloaded the appropriate version of the file (Windows6.0-KB942288-v2-x86.msu) to our file server…
Tim Trout
  • 121
  • 1
  • 8
1
vote
0 answers

Installing MSI to ASP.NET Core App Service Windows Container

I'm trying to use Visual Studio 2019 to develop a ASP.NET Core 3.1 app running in Docker for Windows. I'm having a few problems with this. I need to host an endpoint to start and stop a service and provide some health check info. The services are…
1
vote
1 answer

Windows Installer: The system cannot open the device or file specified

I downloaded as Administrator in Chrome an installer .msi file [Citrix XenCenter Management; so it's not an exotic program] on a Windows Server 2012 R2 into a drive F: which is hosted on the SBS and mapped to the Windows Server 2012 R2 Terminal…
1
vote
1 answer

Upgrading Endnote Users

We are about to go through the process of updating our users on mass so that they can submit their grants to NHMRC. They are a mix of Endnote 9/X1/X2. The NHMRC specifies X2 and we would like to apply the latest patch the fixes the Y2K10 bug as…
Jon Rhoades
  • 4,987
  • 3
  • 31
  • 48
0
votes
1 answer

install application on a mounted WIM file

Every night my build server creates an updated WIM image by mounting, updating my application files and unmounting. then I have an updated nightly wim file. I want to take this nightly image and automatically install 2 applications on it and then…
user1902346
  • 143
  • 1
  • 6
0
votes
1 answer

Install Multiple Instances of Windows Service using WiX Toolset

I want to install an msi multiple times on a machine. The purpose of this is to install multiple instances of a service with different service names. I am able to install one service with a user defined service name, but when I try to install a…
0
votes
1 answer

Running Windows Installer in Safe Mode

When Windows 10 is started in safe mode, windows installer is not normally available. I would like to be able to run windows installer in safe mode, to test a setup program which crashes in standard mode. Several sites give registry changes which…
finch
  • 125
  • 1
  • 1
  • 7
0
votes
1 answer

Deploying Applications via MDT Fails

I'm setting up a test lab for using MDT at our organization and I've been having trouble getting the installs to run properly. So far I only have an older copy (5.2) of RealVNC working. My installation for Adobe Reader DC along with two console…
Sam K
  • 506
  • 5
  • 21
0
votes
1 answer

Remotly obtain an application's Windows Installer patches via WMI or Powershell

I'm working on a remote administration app which needs to be able to obtain a list of patches which have been applied to an application. This Support article suggests there are two ways they could be…
user3587642
  • 1
  • 1
  • 1
0
votes
1 answer

How can I uninstall SQL Server 2016 CTP3.3 from Windows 7 (and bypass the uninstaller's OS version check)?

I had a temporary need to use MS SQL server, so I installed Microsoft SQL Server 2016 CTP3.3 on my Windows 7 machine because it was easily available. It installed successfully, and I was able to get my work done with it. However, I no longer need…
0
votes
1 answer

Running MSIEXEC on non-administrator login

I need to get an msi installed on a number of machines. I've written a script to check the version and deploy if necessary, but it doesn't seem to like the msiexec call. Can msiexec be run from a limited user, or only administrators? Can someone…
Tim Almond
  • 125
  • 1
  • 5
0
votes
1 answer

Burn large ISO installer on multiple dual-layer DVDs

Hi I have a really large ISO installer (larger than one dual-layer DVD) and is there a way to burn it onto two DVDs? Thanks.
0
votes
3 answers

Windows 7 clean install: vendor-specific disk or not?

When I upgrade from Vista to Windows 7 in the near future I would like to do a clean install (from my own experience and from reading, that seems preferable to an in-place upgrade). I am wondering, though, whether I need to have an installation disk…
Michael Sorens
  • 445
  • 2
  • 6
  • 17