|
|
#1 |
|
New Member
Join Date: May 05
Posts: 12
![]() |
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 |
|
Super Moderator
Join Date: Aug 01
Location: Sterling Heights, Michigan
Posts: 54,243
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
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?
__________________
Please use [Code]your code goes in here[/Code] tags when posting code. When you have received an answer to your question, please mark it as resolved using the Thread Tools menu. Before posting your question, did you look here? Got a question on Linux? Visit our Linux sister site. I dont answer coding questions via PM or EMail. Please post a thread in the appropriate forum. ![]() Creating A Wizard In VB.NET Modifications Required For VB6 Apps To Work On Vista Paging A Recordset What is wrong with using On Error Resume Next Good Article: Language Enhancements In Visual Basic 2010 IT professionals freelancer site. Register today to find coders, or offer your services for available freelance projects! Upgrading VB6 Code To VB.NET Microsoft MVP 2005/2006/2007/2008/2009/2010 |
|
|
|
|
|
#3 |
|
New Member
Join Date: May 05
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 | |
|
Super Moderator
Join Date: Aug 01
Location: Sterling Heights, Michigan
Posts: 54,243
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Re: VB6 - Setup - CLUTTERED, looks messy!
Quote:
__________________
Please use [Code]your code goes in here[/Code] tags when posting code. When you have received an answer to your question, please mark it as resolved using the Thread Tools menu. Before posting your question, did you look here? Got a question on Linux? Visit our Linux sister site. I dont answer coding questions via PM or EMail. Please post a thread in the appropriate forum. ![]() Creating A Wizard In VB.NET Modifications Required For VB6 Apps To Work On Vista Paging A Recordset What is wrong with using On Error Resume Next Good Article: Language Enhancements In Visual Basic 2010 IT professionals freelancer site. Register today to find coders, or offer your services for available freelance projects! Upgrading VB6 Code To VB.NET Microsoft MVP 2005/2006/2007/2008/2009/2010 |
|
|
|
|
|
|
#5 |
|
Frenzied Member
Join Date: Dec 00
Location: Lurking
Posts: 1,377
![]() |
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 |
|
New Member
Join Date: May 05
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 |
|
Banned
Join Date: Jun 04
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 |
|
New Member
Join Date: May 05
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 |
|
Banned
Join Date: Oct 02
Location: Maui, Hawaii
Posts: 11,385
![]() ![]() ![]() ![]() ![]() |
Re: VB6 - Setup - CLUTTERED, looks messy!
mlist,
Confused by what in Safe Mode??? |
|
|
|
|
|
#10 |
|
New Member
Join Date: May 05
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 |
|
Banned
Join Date: Oct 02
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 |
|
New Member
Join Date: May 05
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. |
|
|
|
![]() |
|
||||||
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|