|
-
Sep 15th, 2003, 10:23 AM
#1
Thread Starter
Member
.NET Framework 1.1
I realize this is a silly question whose answer is 99.99% surely no, but the remaining 00.01% is worth the trouble of asking...
is there any way around forcing clients to download the 14MB .NET framework from microsoft in order to run vb .NET generated applications ?
Maybe I could include certain dlls within the program that are specific to the function of my program?
Thanks
-
Sep 15th, 2003, 10:31 AM
#2
PowerPoster
Nope
Use standard C++ to create an app that way.
-
Sep 15th, 2003, 10:34 AM
#3
You can include the Framework on CD or some other media if its the downloading that bothers you but they will still need to have it to run any .NET app.
-
Sep 15th, 2003, 10:41 AM
#4
Sleep mode
The Framework package is about 21mb not 14 mb
-
Sep 15th, 2003, 10:42 AM
#5
Thread Starter
Member
thanks...
I guess there's no way around that, but there surely is a way around this...
When a client doesn't have the .NET framework installed, he gets an "applcation error" messagebox that is uninformative and gives users a bad impression about the program. Is there a way to check if the .NET framework exists before running the program, without having to include multiple exes in the program?
Thanks
-
Sep 15th, 2003, 10:45 AM
#6
Sleep mode
Yes , you need to include a condition in your installer that checks for which version you set it to . If it's there , it resume , otherwise it'll rollback .
-
Sep 15th, 2003, 10:49 AM
#7
Thread Starter
Member
Could you please give details about that or point to a place that does?
Thank you
-
Sep 15th, 2003, 11:17 AM
#8
Sleep mode
-
Sep 15th, 2003, 01:40 PM
#9
Thread Starter
Member
ah great...thanks alot
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
|