|
-
Aug 24th, 2004, 12:33 AM
#1
Thread Starter
New Member
How to create setup file??
How to create a setup file that can be install in a pc that does not have .NET Framework?
I have try to add a new setup project but when I try to install the program in a non .NET Framework pc it cannot be install.
Second question. If I edit some of my source code, how to make the changes apply to all installed program??
Thanks.
-
Aug 24th, 2004, 01:25 AM
#2
Lively Member
The target computer system must have the .NET framework installed prior to installing your programme, or installed at the time of installing your programme.
There is a bootstrapper available which will automatically include the .NET framework with your setup applications so that it is installed when the user runs setup. I cant remember the link but if i find it i will post it here.
As far as updating all installations when you make changes - you could implement an auto update feature that will update the clients software from your webserver or network server depending on the installation type. The only other way as far as im aware is to manually replace the .exe file on each computer system.
-
Aug 24th, 2004, 02:05 AM
#3
Hyperactive Member
awww...Is there ANY way to share my program with my buddies that dont have VB.NET?
-
Aug 24th, 2004, 03:40 AM
#4
Lively Member
Not that im aware of. In order to run a .net application you need the .net framework.
They dont need vb.net just the .net framework which is a free download from Microsoft, or installed automatically when your application is installed.
-
Aug 24th, 2004, 03:49 AM
#5
Thread Starter
New Member
Thanks carl_mathews200.
I have set the windows installer bootstrapper but .NET Framework cannot be install automatically. Is there any other ways to install .NET Framework automatically when the user double click the setup.exe??
-
Aug 24th, 2004, 04:06 AM
#6
Lively Member
-
Aug 24th, 2004, 04:16 AM
#7
Thread Starter
New Member
Thanks. I will try to figure out how to make use of the setup.exe provided by microsoft.
-
Aug 24th, 2004, 03:41 PM
#8
Hyperactive Member
woot, Thanks!! Time to distribute my programs........when i make them lol
-
Aug 25th, 2004, 11:44 AM
#9
Fanatic Member
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
|