Visual Basic .NET Forums  
Click here to advertise with us

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 06-22-2009, 8:58 AM
TyB TyB is offline
VB.NET Forum Enthusiast
.NET Framework: .NET 3.5 (VS 2008)
 
Join Date: May 2009
Age: 40
Posts: 71
Reputation: 13
TyB is on a distinguished programming path ahead
Default VS 2008 Standard...No Setup & Deployment???????

Am I crazy or is there no Setup and deployment for the standard edition?

I have already ran the install template command with no luck so I have to wonder if it is included. It should be listed under Other project types, but it is empty.

I cannot use the application I build because I am using the MS Power tools shape control and I cannot find anyway to add it when I build my application and looking up info on the Power Tools there is a check box that you select in the setup and deployment which I don't have.

Any help would be appreciated.

Ty
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 06-22-2009, 10:19 AM
VB.NET Forum Fanatic
.NET Framework: .NET 3.5 (VS 2008)
 
Join Date: Feb 2009
Age: 41
Posts: 126
Reputation: 18
picoflop is on a distinguished programming path ahead
Default

Have you tried: Build -> Publish from the menu?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 06-22-2009, 10:24 AM
TyB TyB is offline
VB.NET Forum Enthusiast
.NET Framework: .NET 3.5 (VS 2008)
 
Join Date: May 2009
Age: 40
Posts: 71
Reputation: 13
TyB is on a distinguished programming path ahead
Default Not publish

I'm not deploying a web app. This is a Windows form app and I do not have a sever to publish it to. There should be a setup template at least I think....

Ty
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 06-22-2009, 10:43 AM
JohnH's Avatar
VB.NET Forum Moderator
.NET Framework: .NET 3.5 (VS 2008)
 
Join Date: Dec 2005
Location: Norway
Age: 37
Posts: 10,173
Reputation: 1273
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

ClickOnce publish is also for file based deployment, all versions include this. Only VS Pro version has MSI setup project deployment.

Thread moved to Deployment forum, please post in most appropriate forum.
__________________
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 06-22-2009, 10:44 AM
TyB TyB is offline
VB.NET Forum Enthusiast
.NET Framework: .NET 3.5 (VS 2008)
 
Join Date: May 2009
Age: 40
Posts: 71
Reputation: 13
TyB is on a distinguished programming path ahead
Default HMmmm

Picoflop,
I may be able to squeak by with that. I did not know you could specify a file directory.

The biggest issue is that I cannot add files to the setup but I'll give it a go.

Thanks

Ty
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 06-22-2009, 10:45 AM
JohnH's Avatar
VB.NET Forum Moderator
.NET Framework: .NET 3.5 (VS 2008)
 
Join Date: Dec 2005
Location: Norway
Age: 37
Posts: 10,173
Reputation: 1273
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

You can add files to setup by adding them to project and specify build action.
__________________
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 06-22-2009, 11:08 AM
TyB TyB is offline
VB.NET Forum Enthusiast
.NET Framework: .NET 3.5 (VS 2008)
 
Join Date: May 2009
Age: 40
Posts: 71
Reputation: 13
TyB is on a distinguished programming path ahead
Default Would that

Would that apply to folders as well? I have some directories in the app to store created files or do I have to create them manually?

Ty
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 06-22-2009, 3:35 PM
JohnH's Avatar
VB.NET Forum Moderator
.NET Framework: .NET 3.5 (VS 2008)
 
Join Date: Dec 2005
Location: Norway
Age: 37
Posts: 10,173
Reputation: 1273
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

Yes, you can have folder structure in project, select "New folder" in menu/context menu. For output files same folder tree is used from application folder when deployed, this also applies to regular build outputs (to Bin folder by default).
__________________
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 06-22-2009, 6:05 PM
TyB TyB is offline
VB.NET Forum Enthusiast
.NET Framework: .NET 3.5 (VS 2008)
 
Join Date: May 2009
Age: 40
Posts: 71
Reputation: 13
TyB is on a distinguished programming path ahead
Default Thanks

Thanks for the info John.

Ty
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 06-23-2009, 9:55 AM
TyB TyB is offline
VB.NET Forum Enthusiast
.NET Framework: .NET 3.5 (VS 2008)
 
Join Date: May 2009
Age: 40
Posts: 71
Reputation: 13
TyB is on a distinguished programming path ahead
Default Works....for the most part.

Publish works for the most part. The only thing I don't like is that I cannot set the directory for the installation on the end PC, but everything else is good and with JohnH's help I figured out how to add files and folders.

You maybe able to set the installation directory, but I haven't found out how yet. I have installed in on a test PC and found that the user is not given a choice and it also does not present a message that it has completed.

Thanks,
Ty
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 1:02 PM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2


For advertising opportunities click here.