|
-
Sep 5th, 2006, 03:39 AM
#1
Thread Starter
Lively Member
Include .NET Framework in Setup Project
I want to make a setup project(deployment) by including .NET Frame and necessary component to run the application. Can one tell me how to do that?
-
Sep 5th, 2006, 04:40 PM
#2
Re: Include .NET Framework in Setup Project
First, you can't use .net as the language in which to write the installer (since, obviously, the target machine doesn't have the framework installed). Just include the framework installation file in the project and have the installer install it.
The most difficult part of developing a program is understanding the problem.
The second most difficult part is deciding how you're going to solve the problem.
Actually writing the program (translating your solution into some computer language) is the easiest part.
Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.
Please Help Us To Save Ana
-
Sep 6th, 2006, 05:21 AM
#3
Thread Starter
Lively Member
Re: Include .NET Framework in Setup Project
Yes. Can you show me how to do that?
-
Sep 6th, 2006, 02:03 PM
#4
Re: Include .NET Framework in Setup Project
What deployment package are you using? Inno?
The most difficult part of developing a program is understanding the problem.
The second most difficult part is deciding how you're going to solve the problem.
Actually writing the program (translating your solution into some computer language) is the easiest part.
Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.
Please Help Us To Save Ana
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
|