digitalman
Posts: 36
Joined: Mon Oct 30, 2006 7:55 pm

dumb question - where is msimsp.exe?

When trying to build a patch, a dialog pops up asking for MsiMsp.exe. I searched my entire drive for this file and can't find it. Is it not included with AI?
gigi
Posts: 2103
Joined: Tue Apr 11, 2006 9:55 am
Contact: Website

Hi,

This file comes with Microsoft Platform SDK. You can download Microsoft Platform SDK from this link:
http://www.microsoft.com/downloads/deta ... laylang=en

If you want to install only the tools you can use folowing command line:

Code: Select all

msiexec /i http://download.microsoft.com/download/platformsdk/sdk/update/win98mexp/en-us/2600.2180/PSDK-x86.msi /qr ADDLOCAL=SDK_MSI_BIN
After you download and install this file Advanced Installer will automaticaly detect it.

Best Regards,
Gigi
______________
Gheorghe Rada
Advanced Installer Team
http://www.advancedinstaller.com
Last edited by gigi on Tue Dec 05, 2006 5:02 pm, edited 3 times in total.
digitalman
Posts: 36
Joined: Mon Oct 30, 2006 7:55 pm

Thanks. I did try searching the forums for this answer but got 11 pages of results and did not see it.
digitalman
Posts: 36
Joined: Mon Oct 30, 2006 7:55 pm

I tried the command line version of the install you suggested for just the tools and MsiMsp.exe does not get installed. I will try doing a full install of the PSDK now.

Return to “Common Problems”