Results 1 to 4 of 4
  • Thread Tools
  1. 5 Star Lounger AndrewKKWalker's Avatar
    Join Date
    Apr 2001
    Location
    Cambridge, UK
    Posts
    1,009
    Thanks
    0
    Thanked 2 Times in 2 Posts

    Deploying to Program files folder VB 2008 (vb express 2008)

    Have a couple of Apps written in vb express 2008.

    Reasonably straight forward and they work fine.
    BUT I now need to create a distribution cd for them.

    I am using the built in Publish option.
    I have worked out how to include data files ok and I can distribute the app, but it always installs to
    a folder which is like this one

    Cocuments and SettingsuserNameLocal SettingsApps2.0GWNX4W3K.ORBXM0RNGW2.H09appp...exe_ 433d9f95b4be8c9f_0001.0001_none_05975de7185d8d6a

    I'd like to install to a more standard C:Program FilesFolder of my choice

    Like I could with VB6 Deployment.

    So what can I do to configure the application Setup, or do I have to download a better deployment program,
    and if so anyone know what that is.

    Thanks
    Andrew

  2. Super Moderator jscher2000's Avatar
    Join Date
    Feb 2001
    Location
    Silicon Valley, USA
    Posts
    23,112
    Thanks
    5
    Thanked 93 Times in 89 Posts

    Re: Deploying to Program files folder VB 2008 (vb express 2008)

    I don't know whether there is anything special about deploying a .Net framework-based application. But you could check out Inno Setup. This thread has a little more info: Inno Setup Scripts (Any).

  3. 5 Star Lounger AndrewKKWalker's Avatar
    Join Date
    Apr 2001
    Location
    Cambridge, UK
    Posts
    1,009
    Thanks
    0
    Thanked 2 Times in 2 Posts

    Re: Deploying to Program files folder VB 2008 (vb express 2008)

    I've just downloaded a copy so I'll see what it can do and post a report.
    Andrew

  4. Lounger
    Join Date
    Apr 2002
    Posts
    38
    Thanks
    0
    Thanked 0 Times in 0 Posts
    The ClickOnce installer supplied with the Express Versions will not let you change the installation path (so far as I've been able find out). This is no doubt a limitation set by MS to encourage you to upgrade to the full versions.

    Ciao!

Posting Permissions

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