To register for an Internet.com membership to receive newsletters and white papers, use the Register button ABOVE.
To participate in the message forums BELOW, click here
VBForums  

VB Wire News
MSDN Subscribers: Download the VS 2010 Release Candidate
MSDN Subscribers: Download the VS 2010 Release Candidate
Sell Your Code and Make Money?
Creating your own Tetris game using VB.NET
Article :: Improving Software Economics, Part 4 of 7: Top 10 Principles of Iterative Software Management



Go Back   VBForums > General > Application Deployment

Reply Post New Thread
 
Thread Tools Search this Thread Display Modes
Old May 16th, 2005, 08:05 AM   #1
mlist
New Member
 
Join Date: May 05
Posts: 12
mlist is an unknown quantity at this point (<10)
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.
mlist is offline   Reply With Quote
Old May 16th, 2005, 08:06 AM   #2
Hack
Super Moderator
 
Hack's Avatar
 
Join Date: Aug 01
Location: Sterling Heights, Michigan
Posts: 52,303
Hack has much to be proud of (1500+)Hack has much to be proud of (1500+)Hack has much to be proud of (1500+)Hack has much to be proud of (1500+)Hack has much to be proud of (1500+)Hack has much to be proud of (1500+)Hack has much to be proud of (1500+)Hack has much to be proud of (1500+)Hack has much to be proud of (1500+)Hack has much to be proud of (1500+)Hack has much to be proud of (1500+)
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
IT professionals freelancer site. Register today to find coders, or offer your services for available freelance projects!
Microsoft MVP 2005/2006/2007/2008/2009
Hack is offline   Reply With Quote
Old May 16th, 2005, 08:13 AM   #3
mlist
New Member
 
Join Date: May 05
Posts: 12
mlist is an unknown quantity at this point (<10)
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.
mlist is offline   Reply With Quote
Old May 16th, 2005, 08:16 AM   #4
Hack
Super Moderator
 
Hack's Avatar
 
Join Date: Aug 01
Location: Sterling Heights, Michigan
Posts: 52,303
Hack has much to be proud of (1500+)Hack has much to be proud of (1500+)Hack has much to be proud of (1500+)Hack has much to be proud of (1500+)Hack has much to be proud of (1500+)Hack has much to be proud of (1500+)Hack has much to be proud of (1500+)Hack has much to be proud of (1500+)Hack has much to be proud of (1500+)Hack has much to be proud of (1500+)Hack has much to be proud of (1500+)
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.
__________________
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
IT professionals freelancer site. Register today to find coders, or offer your services for available freelance projects!
Microsoft MVP 2005/2006/2007/2008/2009
Hack is offline   Reply With Quote
Old May 16th, 2005, 08:44 AM   #5
agmorgan
Frenzied Member
 
agmorgan's Avatar
 
Join Date: Dec 00
Location: Lurking
Posts: 1,377
agmorgan  is on a distinguished road (30+)
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
agmorgan is offline   Reply With Quote
Old May 17th, 2005, 01:44 AM   #6
mlist
New Member
 
Join Date: May 05
Posts: 12
mlist is an unknown quantity at this point (<10)
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.
mlist is offline   Reply With Quote
Old May 17th, 2005, 02:04 AM   #7
dglienna
Banned
 
dglienna's Avatar
 
Join Date: Jun 04
Location: Center of it all
Posts: 17,901
dglienna is a glorious beacon of light (400+)dglienna is a glorious beacon of light (400+)dglienna is a glorious beacon of light (400+)dglienna is a glorious beacon of light (400+)dglienna is a glorious beacon of light (400+)dglienna is a glorious beacon of light (400+)
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.
dglienna is offline   Reply With Quote
Old May 17th, 2005, 03:37 AM   #8
mlist
New Member
 
Join Date: May 05
Posts: 12
mlist is an unknown quantity at this point (<10)
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.
mlist is offline   Reply With Quote
Old May 17th, 2005, 05:40 AM   #9
randem
Banned
 
randem's Avatar
 
Join Date: Oct 02
Location: Maui, Hawaii
Posts: 11,386
randem is a glorious beacon of light (400+)randem is a glorious beacon of light (400+)randem is a glorious beacon of light (400+)randem is a glorious beacon of light (400+)randem is a glorious beacon of light (400+)
Re: VB6 - Setup - CLUTTERED, looks messy!

mlist,

Confused by what in Safe Mode???
randem is offline   Reply With Quote
Old May 19th, 2005, 07:11 AM   #10
mlist
New Member
 
Join Date: May 05
Posts: 12
mlist is an unknown quantity at this point (<10)
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.
mlist is offline   Reply With Quote
Old May 19th, 2005, 07:57 AM   #11
randem
Banned
 
randem's Avatar
 
Join Date: Oct 02
Location: Maui, Hawaii
Posts: 11,386
randem is a glorious beacon of light (400+)randem is a glorious beacon of light (400+)randem is a glorious beacon of light (400+)randem is a glorious beacon of light (400+)randem is a glorious beacon of light (400+)
Re: VB6 - Setup - CLUTTERED, looks messy!

Yes, that would be what SAFE Mode is for. UNSAFE mode would leave them in.
randem is offline   Reply With Quote
Old May 19th, 2005, 08:13 AM   #12
mlist
New Member
 
Join Date: May 05
Posts: 12
mlist is an unknown quantity at this point (<10)
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.
mlist is offline   Reply With Quote
Reply

Go Back   VBForums > General > Application Deployment


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -5. The time now is 10:40 AM.




To view more projects, click here

Acceptable Use Policy


The Network for Technology Professionals

Search:

About Internet.com

Legal Notices, Licensing, Permissions, Privacy Policy.
Advertise | Newsletters | E-mail Offers

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.