I am using InstallShield LE to create my install files. One of the projects in the solution is system.windows.forms.calendar or whatever. So in ISLE I put the output to the GAC. That works just fine, but there are references that I include in my project such as microsoft.visualbasic.powerpacks.vs and a couple of others. How do I add those to the install. I have it on my computer, but a guy that is helping me test it doesnt have the powerpacks dll. So the install fails. I need to be able to install the dll to the GAC like I do the other one.
How do I go about doing this?
How do I go about doing this?