Setup Project

Leeus

Well-known member
Joined
Dec 23, 2002
Messages
50
I have added a setup project to my existing project and it came up with the standard blurb of machine that dont have the .net framwork cant run this. Is there anyway to package the framework into my setup??

Also any DLLs that I add, will they be registered, i.e. the equivalent of regsrv32.exe?
 
You need to get the bootstapper setup files from the MS site. Have a look at this sites Deployment section as there is plenty of info on this subject there.
 
If the DLLs wre created with .NET they do not need to be registered. It they are not created with .NET you have to tell the setup to register them.
 
Back
Top