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
5
votes
1 answer

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 into Program Files and therefore it doesn't need…
CJ7
  • 653
  • 10
  • 24
5
votes
1 answer

Building uEFI bootable ISO and USB for Windows 7 deployment

I have been trying to build up a window's 7 and 2k8 EFI deployment ISO or USB. But struggling to to even get an ISO to boot from even VMware Workstation EFI implementation. The problem is there is no clear requirement to what the EFI bootloader is…
Darragh
  • 384
  • 2
  • 6
  • 18
4
votes
0 answers

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 the key…
wolfknight
  • 51
  • 2
4
votes
2 answers

Having trouble running a .MSI on a Windows 2008 R2 Server

We've got a new Windows 2008 R2 Web Server. I've got a couple of old, but vital, ASP.NET apps that I'm trying to migrate off of an older 2003 R2 server, onto this new 2008 R2 server. The ASP.NET apps were written using VS 2005. We created a .MSI…
Rod
  • 555
  • 3
  • 10
  • 20
3
votes
5 answers

Quickest manual way to check what version of the Windows Installer is installed?

I have a production server and need to know what version of the windows installer is running, what's a quick way to find this out without running the 4.5 installer on the server?
Nick Kavadias
  • 10,796
  • 7
  • 37
  • 47
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

How can I add Windows service packs and updates to my Windows XP/Vista install cd/dvd?

When I install Windows, the first thing I need to do is install the latest service packs and updates. Can I bake this into the install cd?
Nathan Bedford
  • 1,122
  • 1
  • 7
  • 16
3
votes
1 answer

Windows Server 2019 - Windows Installer - Temp path + session id

I'm logged in via Remote Desktop Connection as a domain user on a Windows Server 2019 (OS Build 17763.1432). I tried to install an .exe file but directly getting the error: "0x8007010b - GetTempFileNameW: The directory name is invalid." Running the…
juFo
  • 423
  • 3
  • 11
  • 22
2
votes
1 answer

Get MSI log for Active Setup

One of my users has Outlook unable to start with "Cannot start Microsoft Office Outlook. Cannot open the Outlook Window" and I've already ruled out existing add-ins. (This is just for background information and is not a part of the question…
ivan_pozdeev
  • 352
  • 4
  • 13
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

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,616
  • 6
  • 26
  • 38
2
votes
0 answers

Unable to install features Windows Server 2012 R2

I have a lot of servers that we are unable to install any new features on them. when we try to install them, we get an error that "The request to add or remove features on the specified server failed. The parameter is incorrect. Error 0x8007057" So…
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,949
  • 1
  • 16
  • 28
2
votes
1 answer

How can I get an InstallShield Package to install as the SYSTEM user, or from SCCM?

There is a piece of software that I am trying to package that uses an InstallShield installer. I have tried the /r and get the C:\Windows\setup.iss file, and call the package via start "" /wait %~dp0setup.exe /s /SMS /f1"%~dp0setup.iss" From a…
MDMoore313
  • 5,581
  • 6
  • 36
  • 75
2
votes
1 answer

Windows Installer GPO - "Prohibit user installs" value is missing on Windows 7

The old Windows XP GPO template had three options for "Windows Installer\Prohibit user installs": Allow user installs Hide user installs Prohibit user installs The new Windows 7 template has only the first two options. Is this an error or the…
tt567
  • 21
  • 2