Can anybody build a small ZIP with follow utils, and place it at the site:
MsiMsp.exe, SignTool.exe, SignCode.exe
Not necessarily (see the next post). The Windows Installer tools (Orca, MsiMsp, MsiZap, WiLogUtl etc) would be distributed with Advanced Installer or they would be available for download on our website if their license agreement allowed this. However, as I mentioned in the previous post, Microsoft does not allow redistributing them and as such they are available only as part of the Platform SDK.You mean we have to download 400mb and waste 1Gb of space on our hard drive to be able to use this one MsiMsp.exe file ??
Code: Select all
http://www.microsoft.com/downloads/details.aspx?FamilyId=0BAF2B35-C656-4969-ACE8-E4C0C0716ADB&displaylang=en
Code: Select all
- SDK_MSI (the Microsoft Windows Installer SDK - parent Feature)
- SDK_MSI_BIN (Tools)
- SDK_MSI_BLD (Build Environment)
- SDK_MSI_BLD_AMD64 (Build Environment (AMD 64-bit))
- SDK_MSI_BLD_IA64 (Build Environment (Intel 64-bit))
- SDK_MSI_BLD_X86 (Build Environment (x86 32-bit))
- SDK_MSI_DOC (Documentation)
- SDK_MSI_SMP (Sample Code)
Code: Select all
msiexec /i http://download.microsoft.com/download/F/A/D/FAD9EFDE-8627-4E7A-8812-C351BA099151/PSDK-x86.msi /qr ADDLOCAL=SDK_MSI_BIN,SDK_MSI_SMP