[RESOLVED] Application files for deployment
Hi,
I'm now ready to turn-over my first VB6 application. :rolleyes: May I know what file extensions I have to include in the installation CD? I have .frm, .frx, .drs, drx, .DCA (what's this) and of course the .exe and the .mdb file extensions.
Also, do you have any idea on how to create an auto installation program to the client?
Thanks in advance.
Re: Application files for deployment
Re: Application files for deployment
You should check out the Application Deployment forums FAQ for a listing of a few installers. You need to compile your program first into an .exe file. Then the packing program can pack the exe and all of its dependancy files for you.
The P&D Wizard is a good starting point as its the easiest to use.
Re: Application files for deployment
Okay, thank you very much RD.
Cheers!
Quote:
Originally Posted by RobDog888
You should check out the Application Deployment forums FAQ for a listing of a few installers. You need to compile your program first into an .exe file. Then the packing program can pack the exe and all of its dependancy files for you.
The P&D Wizard is a good starting point as its the easiest to use.
Re: [RESOLVED] Application files for deployment
ejpotpot,
Please read Installation Problems in my signature to help you on your way.