Visual Basic .NET Forums  

Go Back   Visual Basic .NET Forums > VB.NET > Deployment

Deployment Discussions related to installation, patching/updates, no touch deployment, etc.

VB.NET Forums Newsletter Signup:
Email address:


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-24-2008, 2:37 PM
VB.NET Forum Newbie
.NET Framework: .NET 1.1 (VS 2003)
 
Join Date: Apr 2007
Posts: 3
Reputation: 0
justinz is on a distinguished programming path ahead
Default Create AutoRun VB.NET app Installation CD for windows machine without Framework 2.0

I am deploying auto lauch DVD or CD to run my VB.NET application installation. How can I create an autorun app to check if .NET framework 2.0 existence before starting VB.NET application installation? I am assuming there is no internet connection and not Framework 2.0 for the machine.

Thanks,


Justin
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 07-24-2008, 3:31 PM
JuggaloBrotha's Avatar
VB.NET Forum Moderator
.NET Framework: .NET 3.5 (VS 2008)
 
Join Date: Jun 2004
Location: Lansing, MI; USA
Age: 25
Posts: 3,278
Reputation: 259
JuggaloBrotha puts e.f. hutton to shameJuggaloBrotha puts e.f. hutton to shameJuggaloBrotha puts e.f. hutton to shameJuggaloBrotha puts e.f. hutton to shameJuggaloBrotha puts e.f. hutton to shameJuggaloBrotha puts e.f. hutton to shame
Default

This applies to VS 2003 / .Net 1.1:
http://support.microsoft.com/kb/324733
__________________

There are 3 kinds of people in the world: Those who can count and those who can't.
4 out of 3 people have trouble with fractions.

Windows has a 64 bit GUI for a set of 32 bit extensions on a 16 bit shell for an 8 bit OS using a 4 bit kernel made by a 2 bit company that can't stand 1 bit of competition.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 07-24-2008, 3:37 PM
JohnH's Avatar
VB.NET Forum Moderator
.NET Framework: .NET 3.5 (VS 2008)
 
Join Date: Dec 2005
Location: Norway
Age: 36
Posts: 9,163
Reputation: 1079
JohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond repute
Default

Both for ClickOnce and Setup projects in VS2005 the bootstrapper checks for Prerequisites like .Net Framework before doing app setup.
__________________
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 07-24-2008, 3:49 PM
JuggaloBrotha's Avatar
VB.NET Forum Moderator
.NET Framework: .NET 3.5 (VS 2008)
 
Join Date: Jun 2004
Location: Lansing, MI; USA
Age: 25
Posts: 3,278
Reputation: 259
JuggaloBrotha puts e.f. hutton to shameJuggaloBrotha puts e.f. hutton to shameJuggaloBrotha puts e.f. hutton to shameJuggaloBrotha puts e.f. hutton to shameJuggaloBrotha puts e.f. hutton to shameJuggaloBrotha puts e.f. hutton to shame
Default

Quote:
Originally Posted by JohnH View Post
Both for ClickOnce and Setup projects in VS2005 the bootstrapper checks for Prerequisites like .Net Framework before doing app setup.
He's using VS 2003, which also has the .Net framework pre-requisite check, but I think he's wanting the installer to install the .net framework from the cd (if it's not present) right before his app gets installed by the .net installer
__________________

There are 3 kinds of people in the world: Those who can count and those who can't.
4 out of 3 people have trouble with fractions.

Windows has a 64 bit GUI for a set of 32 bit extensions on a 16 bit shell for an 8 bit OS using a 4 bit kernel made by a 2 bit company that can't stand 1 bit of competition.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 07-25-2008, 3:27 AM
JohnH's Avatar
VB.NET Forum Moderator
.NET Framework: .NET 3.5 (VS 2008)
 
Join Date: Dec 2005
Location: Norway
Age: 36
Posts: 9,163
Reputation: 1079
JohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond repute
Default

It didn't when I was using it, but there was a bootstrapper plugin available, perhaps easier. justinz sounded very convinced requesting .Net 2.0 support though.
__________________
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 07-25-2008, 10:28 AM
JuggaloBrotha's Avatar
VB.NET Forum Moderator
.NET Framework: .NET 3.5 (VS 2008)
 
Join Date: Jun 2004
Location: Lansing, MI; USA
Age: 25
Posts: 3,278
Reputation: 259
JuggaloBrotha puts e.f. hutton to shameJuggaloBrotha puts e.f. hutton to shameJuggaloBrotha puts e.f. hutton to shameJuggaloBrotha puts e.f. hutton to shameJuggaloBrotha puts e.f. hutton to shameJuggaloBrotha puts e.f. hutton to shame
Default

Quote:
Originally Posted by JohnH View Post
justinz sounded very convinced requesting .Net 2.0 support though.
That is true, I looked at his VS version that's set in his profile instead of the VS version in the thread title.
__________________

There are 3 kinds of people in the world: Those who can count and those who can't.
4 out of 3 people have trouble with fractions.

Windows has a 64 bit GUI for a set of 32 bit extensions on a 16 bit shell for an 8 bit OS using a 4 bit kernel made by a 2 bit company that can't stand 1 bit of competition.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On





All times are GMT -4. The time now is 8:50 PM.

Powered by vBulletin® Version 3.8.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.0


For advertising opportunities click here.