Results 1 to 8 of 8

Thread: Specifying installation folder

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2007
    Posts
    501

    Specifying installation folder

    I am using VS2008 Express edition and I am ready to publish my application . However I can't see any setting concerning the installation path for the program ... When I run the setup file , the program installs itself somewhere in :
    Documents and settings\[User name]\Local settings ..........

    In case it is not possible to specify the installation folder with Express edition , is there any other way I can do that ?

  2. #2
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: Specifying installation folder

    With the click-once deployment method, no... that's kind of the point... neither you nor the user cares where the app is installed. Plus it gives you a sandboxed area.

    If you want it installed somewhere else, then you need to use something other than click-once...

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2007
    Posts
    501

    Re: Specifying installation folder

    So , what else is out there available ?

  4. #4
    PowerPoster Radjesh Klauke's Avatar
    Join Date
    Dec 2005
    Location
    Sexbierum (Netherlands)
    Posts
    2,244

    Re: Specifying installation folder

    InnoSetup, Create Install Free, Advanced Installer Freeware Edition, Nullsoft Scriptable Install, etc. Just Google


    If you found my post helpful, please rate it.

    Codebank Submission: FireFox Browser (Gecko) in VB.NET, Load files, (sub)folders treeview with Windows icons

  5. #5
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Specifying installation folder

    Moved To Application Deployment

  6. #6

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2007
    Posts
    501

    Re: Specifying installation folder

    OK , I see CreateInstallFree allows to create installation packages . However you must specifically select the files and where they should install themselves . I mean it cannot select a VB project and do the rest . I am saying this because , apart from copying an exe file , there are also some dll files that have to be installed and who knows what else . What can I do for them ? The only thing I can think of is to watch where the program installs itself after the click once installation and select all of those files (the exe and the dll files) and , with them , create another installation package with CreateInstallFree . However , I dodn't know , will that be enough ?

  7. #7
    New Member
    Join Date
    Sep 2011
    Posts
    1

    Re: Specifying installation folder

    Hi Radjesh Klauke

    I had tried your recommended position, not yet properly please guide me...

  8. #8
    PowerPoster dilettante's Avatar
    Join Date
    Feb 2006
    Posts
    24,487

    Re: Specifying installation folder

    Don't try to mimic what ClickOnce does, it is intentionally NOT doing normal installation.

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