|
-
Nov 2nd, 2005, 10:50 AM
#1
Thread Starter
Fanatic Member
Project Release Installer
I was wondering, how can I design my own project installer... if a machine does not have the common .net files installed...
I need to know if I can import theses files into a .net project somehow... sounds odd and impossible...
if not, then I might just have to do a batch file to install these or something...
Any ideas or alternative to DESIGN a professional installer WITHOUT resolving to the .net package installer?
-
Nov 2nd, 2005, 03:17 PM
#2
New Member
Re: Project Release Installer
Do you mean trying to install a VB.NET application onto a computer without the .NET framework installed?
-
Nov 2nd, 2005, 07:27 PM
#3
Re: Project Release Installer
Go to MSDN and search for the VS.NET Bootstrapper plug-in. It will include the .NET Framework as part of your setup by default.
-
Nov 3rd, 2005, 01:58 PM
#4
Thread Starter
Fanatic Member
Re: Project Release Installer
http://www.microsoft.com/downloads/d...displaylang=en
If anyone was interested...
I'll download and look it up... thanks jmcilhinney
-
Nov 3rd, 2005, 10:23 PM
#5
Thread Starter
Fanatic Member
Re: Project Release Installer
I've downloaded and installed it, but I don't quite understand how to use it...
Do I import it? or... how does the .net plugins work anyway?
-
Nov 3rd, 2005, 10:28 PM
#6
Re: Project Release Installer
It does its magic automatically. Just create and build a setup project and you'll find dotnetfx.exe (the .NET Framework redistributable) ends up in the output folder. You need to deploy it with all the other setup files. You can run the MSI directly to bypass the Framework installation, or you can run Setup.exe and it will check for the presence of the Framework and install it if required. There is a usage example on MSDN too.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|