Results 1 to 12 of 12

Thread: VB6 - Setup - CLUTTERED, looks messy!

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2005
    Posts
    12

    Exclamation VB6 - Setup - CLUTTERED, looks messy!

    hello,

    The setup file created for a VB6 application looks too cluttered!

    Isn't there any way that:

    1) users can download just one setup.exe file
    2) on executing that file the "clutter" gets stored in the temp folder
    3) the actual setup file from the temp folder automatically starts
    4) on completion of installation process the temp files get deleted automatically

    Is there any software that can do this? Will InstallSheild do that?
    Always keep an extra credit card processing account as a backup, just in case. I use: 2checkout.com

    It's easy to open an account and the charges are reasonable, no need of any monthly activity and no monthly charges. Their new system is great and support is also good. Can also be used to accept undefined amounts, no need to keep adding new products in the setup.

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

    Re: VB6 - Setup - CLUTTERED, looks messy!

    Both Wise and InstallShield are far more sophisicated the the Package and Deployment Wizard. They are also very expensive.

    Have you looked at Inno?

  3. #3

    Thread Starter
    New Member
    Join Date
    May 2005
    Posts
    12

    Re: VB6 - Setup - CLUTTERED, looks messy!

    I wanted to know which software actually does what I require (as mentioned above) before I tried or bought any software.

    Kindly share your experiences here so that we can identify the best clutter-less setup builder for VB6 applications.
    Always keep an extra credit card processing account as a backup, just in case. I use: 2checkout.com

    It's easy to open an account and the charges are reasonable, no need of any monthly activity and no monthly charges. Their new system is great and support is also good. Can also be used to accept undefined amounts, no need to keep adding new products in the setup.

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

    Re: VB6 - Setup - CLUTTERED, looks messy!

    Quote Originally Posted by mlist
    I wanted to know which software actually does what I require (as mentioned above) before I tried or bought any software.

    Kindly share your experiences here so that we can identify the best clutter-less setup builder for VB6 applications.
    That a look at this. It has a lot of nifty features; it will provide you with a professional looking installation; and its free.

  5. #5
    Frenzied Member agmorgan's Avatar
    Join Date
    Dec 2000
    Location
    Lurking
    Posts
    1,383

    Re: VB6 - Setup - CLUTTERED, looks messy!

    ISTool and ********** also make your life easier creating the Inno installation file
    see the links on the 3rd party page
    http://www.jrsoftware.org/is3rdparty.php

  6. #6

    Thread Starter
    New Member
    Join Date
    May 2005
    Posts
    12

    Re: VB6 - Setup - CLUTTERED, looks messy!

    thanks guys! that's exactly what I was looking for

    These are the steps that I assume I will have to take:

    1) create a setup.lst file through the "VB Project and Deployment wizard"
    2) convert it into Inno Setup format thru "**********"
    3) open that script thru ISTool and compile it

    Is there something that I am missing?
    Always keep an extra credit card processing account as a backup, just in case. I use: 2checkout.com

    It's easy to open an account and the charges are reasonable, no need of any monthly activity and no monthly charges. Their new system is great and support is also good. Can also be used to accept undefined amounts, no need to keep adding new products in the setup.

  7. #7
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: VB6 - Setup - CLUTTERED, looks messy!

    Just open Inno Script, point it to your vbp file, set a few parameters, and create a script. Open the script with Inno Setup and create your executable.

  8. #8

    Thread Starter
    New Member
    Join Date
    May 2005
    Posts
    12

    Re: VB6 - Setup - CLUTTERED, looks messy!

    no need to open the script in ISTool in this case?

    can you please give more details on: "set a few parameters"? I got a bit confused in "safe mode" when I tried it....
    Always keep an extra credit card processing account as a backup, just in case. I use: 2checkout.com

    It's easy to open an account and the charges are reasonable, no need of any monthly activity and no monthly charges. Their new system is great and support is also good. Can also be used to accept undefined amounts, no need to keep adding new products in the setup.

  9. #9
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: VB6 - Setup - CLUTTERED, looks messy!

    mlist,

    Confused by what in Safe Mode???

  10. #10

    Thread Starter
    New Member
    Join Date
    May 2005
    Posts
    12

    Re: VB6 - Setup - CLUTTERED, looks messy!

    Safe mode removes system files from the setup?
    Always keep an extra credit card processing account as a backup, just in case. I use: 2checkout.com

    It's easy to open an account and the charges are reasonable, no need of any monthly activity and no monthly charges. Their new system is great and support is also good. Can also be used to accept undefined amounts, no need to keep adding new products in the setup.

  11. #11
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: VB6 - Setup - CLUTTERED, looks messy!

    Yes, that would be what SAFE Mode is for. UNSAFE mode would leave them in.

  12. #12

    Thread Starter
    New Member
    Join Date
    May 2005
    Posts
    12

    Re: VB6 - Setup - CLUTTERED, looks messy!

    what's the disadvantage of using the UNsafe mode? I didn't even think of using the unsafe mode bcos, well, bcos of it's name...it's not safe to use!
    Always keep an extra credit card processing account as a backup, just in case. I use: 2checkout.com

    It's easy to open an account and the charges are reasonable, no need of any monthly activity and no monthly charges. Their new system is great and support is also good. Can also be used to accept undefined amounts, no need to keep adding new products in the setup.

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