PDA

Click to See Complete Forum and Search --> : Free Installers


Whatupdoc
Sep 18th, 2005, 10:40 PM
are there any good free installers out there? any recommendations? if possible, i would like a option that lets me installer the visual basic 6 runtime files on the users computer

MartinLiss
Sep 18th, 2005, 10:45 PM
Inno or the Package & Deployment Wizard that comes with VB.

baja_yu
Sep 18th, 2005, 10:52 PM
I would suggest Nullsoft Installer (NSIS).

Whatupdoc
Sep 18th, 2005, 10:54 PM
is it possible to add the visual basic 6 runtime files to it? if so, how? do i just add the .exe runtime setup file in it? or should i extract it then add the files...

MartinLiss
Sep 18th, 2005, 10:59 PM
Most if not all installers will automatically add all the files that are needed for your app.

baja_yu
Sep 18th, 2005, 11:08 PM
If you run into a problem you can post it here and we will try to help.

randem
Sep 18th, 2005, 11:12 PM
Whatupdoc,

Please read Installation Problems in my signature.

Whatupdoc
Sep 20th, 2005, 12:02 AM
randem, i tried installing your software and it says trial expired, but this was the first time i ever used it. oh wells, it wasnt that hard to get Inno working with all the vb6 runtime files and the files i used while building the project. I want to make sure i got all the files to get my program up and running on other OS, is there a program that checks your program and see what files it needs to run on other OS? I mean im pretty sure i got all the files i need, but this incase you know.

randem
Sep 20th, 2005, 12:05 AM
Whatupdoc,
Re-download and re-install. It should be ok.

M.Zafar Iqbal
Sep 20th, 2005, 12:53 AM
You can try InstallShield as well.