OrlandoPat
07-12-2007, 04:20 PM
Hey everyone, I've searched through the forums and help and whatnot for a solution to my problem and I'm stuck.
In my installation, I need to copy a file (GDIPlus.dll) to the application directory if the version of Windows is prior to XP.
I can get the version of Windows through MSI - if the VersionNT property is less than 501 I need to install the file.
Unfortunately, I can't seem to figure out how to do that in Setup Factory.
Any ideas?
In my installation, I need to copy a file (GDIPlus.dll) to the application directory if the version of Windows is prior to XP.
I can get the version of Windows through MSI - if the VersionNT property is less than 501 I need to install the file.
Unfortunately, I can't seem to figure out how to do that in Setup Factory.
Any ideas?