msi.lib not found
LINK : fatal error LNK1181: cannot open input file 'msi.lib'
I have the following paths in the library directories:
$(VCInstallDir)lib
$(VCInstallDir)atlmfc\lib
$(VCInstallDir)atlmfc\lib\i386
$(VCInstallDir)PlatformSDK\lib
$(VCInstallDir)PlatformSDK\common\lib
$(FrameworkSDKDir)lib
I only found the msi.lib in $(VCInstallDir)PlatformSDK\lib\IA64 and $(VCInstallDir)PlatformSDK\lib\AMD64.
I installed Visual Studio 2005 Version 8.0.50215.44 (beta2.050215-4400).
Should that platform SDK be updated?
Thanks a lot!

