Results 1 to 13 of 13

Thread: Installing program

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2008
    Posts
    312

    Installing program

    Hey all,

    i have always made my setup exe's with inno setup.

    However i have had probloms with getting it to install for 64- bit windows (xp, vista, 7)

    Does anyone know of a free installer for windows with good features an compatibility?

    Thanks

    Paul
    Please Rate If I helped you.
    Please remember to mark threads as closed if your issue has been resolved.

  2. #2
    PowerPoster JuggaloBrotha's Avatar
    Join Date
    Sep 2005
    Location
    Lansing, MI; USA
    Posts
    4,286

    Re: Installing program

    What edition of Visual Studio are you using?
    Currently using VS 2015 Enterprise on Win10 Enterprise x64.

    CodeBank: All ThreadsColors ComboBoxFading & Gradient FormMoveItemListBox/MoveItemListViewMultilineListBoxMenuButtonToolStripCheckBoxStart with Windows

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2008
    Posts
    312

    Re: Installing program

    2008
    Please Rate If I helped you.
    Please remember to mark threads as closed if your issue has been resolved.

  4. #4
    PowerPoster JuggaloBrotha's Avatar
    Join Date
    Sep 2005
    Location
    Lansing, MI; USA
    Posts
    4,286

    Re: Installing program

    Quote Originally Posted by Paul_so40 View Post
    2008
    No, that's a version number (well not even that it's a year). What edition of VS2008 are you using?
    Currently using VS 2015 Enterprise on Win10 Enterprise x64.

    CodeBank: All ThreadsColors ComboBoxFading & Gradient FormMoveItemListBox/MoveItemListViewMultilineListBoxMenuButtonToolStripCheckBoxStart with Windows

  5. #5

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2008
    Posts
    312

    Re: Installing program

    sorry lol V9.0
    Please Rate If I helped you.
    Please remember to mark threads as closed if your issue has been resolved.

  6. #6
    PowerPoster JuggaloBrotha's Avatar
    Join Date
    Sep 2005
    Location
    Lansing, MI; USA
    Posts
    4,286

    Re: Installing program

    Quote Originally Posted by Paul_so40 View Post
    sorry lol V9.0
    No, that's the version (which is what all editions of VS2008 is). Are you using: Express, Standard, Professional, Team Foundation Server? What edition are you using?
    Currently using VS 2015 Enterprise on Win10 Enterprise x64.

    CodeBank: All ThreadsColors ComboBoxFading & Gradient FormMoveItemListBox/MoveItemListViewMultilineListBoxMenuButtonToolStripCheckBoxStart with Windows

  7. #7

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2008
    Posts
    312

    Re: Installing program

    My apologies its standard
    Please Rate If I helped you.
    Please remember to mark threads as closed if your issue has been resolved.

  8. #8
    PowerPoster JuggaloBrotha's Avatar
    Join Date
    Sep 2005
    Location
    Lansing, MI; USA
    Posts
    4,286

    Re: Installing program

    You could right-click your solution, select Add -> new Project, then select the Setup & Deployment project. I'd use the wizard for creating it though, it simplifies things for a first-timer. I use VS to create MSI installers all the time.
    Currently using VS 2015 Enterprise on Win10 Enterprise x64.

    CodeBank: All ThreadsColors ComboBoxFading & Gradient FormMoveItemListBox/MoveItemListViewMultilineListBoxMenuButtonToolStripCheckBoxStart with Windows

  9. #9
    Pro Grammar chris128's Avatar
    Join Date
    Jun 2007
    Location
    England
    Posts
    7,604

    Re: Installing program

    I second that - you cant customise the installation that much but you can get it to install files, edit registry entries, create shortcuts, and also automatically download and install prerequisites such as the .NET framework or SQL server
    My free .NET Windows API library (Version 2.2 Released 12/06/2011)

    Blog: cjwdev.wordpress.com
    Web: www.cjwdev.co.uk


  10. #10

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2008
    Posts
    312

    Re: Installing program

    Yh was going to use it but got put of by its lack of customization. How do you get it to create desktop shortcut taskbar icon and make it show up under all programs?
    Please Rate If I helped you.
    Please remember to mark threads as closed if your issue has been resolved.

  11. #11
    PowerPoster JuggaloBrotha's Avatar
    Join Date
    Sep 2005
    Location
    Lansing, MI; USA
    Posts
    4,286

    Re: Installing program

    There's 2 base folders you can create shortcuts (or more subfolders). They're shown in the folder view tab.
    Currently using VS 2015 Enterprise on Win10 Enterprise x64.

    CodeBank: All ThreadsColors ComboBoxFading & Gradient FormMoveItemListBox/MoveItemListViewMultilineListBoxMenuButtonToolStripCheckBoxStart with Windows

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

    Re: Installing program

    Moved To Application Deployment

  13. #13

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2008
    Posts
    312

    Re: Installing program

    Ok im gona have a bash at it. How do i add terms for them to agree to?
    Please Rate If I helped you.
    Please remember to mark threads as closed if your issue has been resolved.

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