Click to See Complete Forum and Search --> : Install Shield


albertolag
July 9th, 2001, 10:15 AM
Hi all,
How do I get to include the wing32.dll in my build using installshield. I had written somecode in visual C++ and had tried to build a CD, but for some reason, it does not include the wing32.dll on the Cd. Is there anyway I could specifically tell installshield to include this dll.
Thanks

WillCodeForMoney
July 11th, 2001, 12:43 PM
Create a file group in InstallShield and add the dll to the group. Be careful about delivering DLL however because if you mix different versions that are incompatible you can cause disaster on the target machine.

See http://www.installsite.org/ for lots of Install Shield tips/resources.

WillCodeForMoney