+ Reply to Thread
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 13

Thread: VS 2008 Standard...No Setup & Deployment???????

  1. #1
    TyB
    TyB is offline VB.NET Forum Enthusiast TyB is on a distinguished programming path ahead
    .NET Framework
    .NET 3.5 (VS 2008)
    Join Date
    May 2009
    Age
    41
    Posts
    95
    Reputation
    20

    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

  2. #2
    picoflop is offline VB.NET Forum Genius picoflop a notorious wonder 'round these woods picoflop a notorious wonder 'round these woods picoflop a notorious wonder 'round these woods picoflop a notorious wonder 'round these woods
    .NET Framework
    .NET 3.5 (VS 2008)
    Join Date
    Feb 2009
    Age
    42
    Posts
    158
    Reputation
    98

    Default

    Have you tried: Build -> Publish from the menu?

  3. #3
    TyB
    TyB is offline VB.NET Forum Enthusiast TyB is on a distinguished programming path ahead
    .NET Framework
    .NET 3.5 (VS 2008)
    Join Date
    May 2009
    Age
    41
    Posts
    95
    Reputation
    20

    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

  4. #4
    JohnH's Avatar
    JohnH is offline VB.NET Forum Moderator JohnH has a reputation beyond repute JohnH has a reputation beyond repute JohnH has a reputation beyond repute JohnH has a reputation beyond repute JohnH has a reputation beyond repute JohnH has a reputation beyond repute JohnH has a reputation beyond repute JohnH has a reputation beyond repute JohnH has a reputation beyond repute JohnH has a reputation beyond repute JohnH has a reputation beyond repute
    .NET Framework
    .NET 4.0
    Join Date
    Dec 2005
    Location
    Norway
    Age
    37
    Posts
    11,055
    Reputation
    1564

    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.

  5. #5
    TyB
    TyB is offline VB.NET Forum Enthusiast TyB is on a distinguished programming path ahead
    .NET Framework
    .NET 3.5 (VS 2008)
    Join Date
    May 2009
    Age
    41
    Posts
    95
    Reputation
    20

    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

  6. #6
    JohnH's Avatar
    JohnH is offline VB.NET Forum Moderator JohnH has a reputation beyond repute JohnH has a reputation beyond repute JohnH has a reputation beyond repute JohnH has a reputation beyond repute JohnH has a reputation beyond repute JohnH has a reputation beyond repute JohnH has a reputation beyond repute JohnH has a reputation beyond repute JohnH has a reputation beyond repute JohnH has a reputation beyond repute JohnH has a reputation beyond repute
    .NET Framework
    .NET 4.0
    Join Date
    Dec 2005
    Location
    Norway
    Age
    37
    Posts
    11,055
    Reputation
    1564

    Default

    You can add files to setup by adding them to project and specify build action.

  7. #7
    TyB
    TyB is offline VB.NET Forum Enthusiast TyB is on a distinguished programming path ahead
    .NET Framework
    .NET 3.5 (VS 2008)
    Join Date
    May 2009
    Age
    41
    Posts
    95
    Reputation
    20

    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

  8. #8
    JohnH's Avatar
    JohnH is offline VB.NET Forum Moderator JohnH has a reputation beyond repute JohnH has a reputation beyond repute JohnH has a reputation beyond repute JohnH has a reputation beyond repute JohnH has a reputation beyond repute JohnH has a reputation beyond repute JohnH has a reputation beyond repute JohnH has a reputation beyond repute JohnH has a reputation beyond repute JohnH has a reputation beyond repute JohnH has a reputation beyond repute
    .NET Framework
    .NET 4.0
    Join Date
    Dec 2005
    Location
    Norway
    Age
    37
    Posts
    11,055
    Reputation
    1564

    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).

  9. #9
    TyB
    TyB is offline VB.NET Forum Enthusiast TyB is on a distinguished programming path ahead
    .NET Framework
    .NET 3.5 (VS 2008)
    Join Date
    May 2009
    Age
    41
    Posts
    95
    Reputation
    20

    Default Thanks

    Thanks for the info John.

    Ty

  10. #10
    TyB
    TyB is offline VB.NET Forum Enthusiast TyB is on a distinguished programming path ahead
    .NET Framework
    .NET 3.5 (VS 2008)
    Join Date
    May 2009
    Age
    41
    Posts
    95
    Reputation
    20

    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

+ Reply to Thread
Page 1 of 2 1 2 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts