Results 1 to 2 of 2

Thread: Install Directory

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Mar 2006
    Posts
    75

    Install Directory

    I've completed my first vb.net Express program after having only worked with the old VB5.

    Anyway I can not seem to figure out how to set the INSTALL path to:

    C:\program files\myprogram\

    I can only find "Publishing Location" within my Project properties and this seems to build the project files to this location. However, where can I set the install path? The method of deployment is simply to copy the files to a CD or my flash drive and running the setup program from the computer on which it is to be installed.

    This is sooooooo basic but I can't find where to set the install directory. Please help.

  2. #2
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985

    Re: Install Directory

    If you're using the Express edition, your only option for an installation is ClickOnce which does not install to the Program Files directory. It installs to a Cache location so the .Net framework can manage your application.

    If you want to create an installer to install it to the Program Files directory (NOTE: It does NOT have to be on the C: drive) you'll either have to purchase Visual Studio Pro or Team System, or install a third party installer creation package (like Inno).
    KrisSiegel.com - My Personal Website with my blog and portfolio
    Don't Forget to Rate Posts!

    Free Icons: FamFamFam, VBCorner, VBAccelerator
    Useful Links: System.Security.SecureString Managed DPAPI Overview Part 1 Managed DPAPI Overview Part 2 MSDN, MSDN2, Comparing the Timer Classes

Posting Permissions

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



Click Here to Expand Forum to Full Width