How to detecting it is a Windows 2000 and only install a gdiplus.dll?
Updated: 22 May 2010 | 1 comment
In Wise 7.0, how would I detect it is a Windows 2000 OS and then only install the gdiplus.dll in a specified directory?
Thanks!
Discussion Filed Under:
Comments
Set a condition for the component
Set a condition for the component holding the gdiplus.dll file. Such condition could be:
VersionNT = 500
For more info; check out:
Would you like to reply?
Login or Register to post your comment.