Setup Project

Leeus

Regular
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 don't have the .net framwork can't run this. Is there anyway to package the framework into my setup??

Also any DLL's 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