Once it is installed, you have to tell Visual Studio where to find the PSDK files. The file path settings are part of the Visual Studio options which are accessed from the ToolsOptions... menu item.
Under Projects and Solutions, select VC++ Directories. Then, pick each item under Show directories for looking for paths have PlatformSDK in them. Insert an entry just before it that refers to the same subdirectory under
$(ProgramFiles)\Microsoft Platform SDK for Windows Server 2003 R2
.The up- and down-arrow buttons may be used to move the new entry to the right place in the list.
Now, Rebuild any solution that needs the msi.lib library.
1 comment:
Excellent work by scilinc..
It solved my bugs...
Thanks a Ton. :)
Chandan
Post a Comment