Click here to Skip to main content
15,898,743 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have to deploy my vb 6 applications to customer.
Basically i have to deploy apps in following manner

(i don't know how to add blank space so using ---)

---------------------------Accounts (.exe)

MainProgram (.exe) ------> Fixed Asset (.exe)

--------------------------Costing (.exe)

I have these 4 .exe files. now i have to deploy all these so user will open,
main program (run .exe). it will do login process and opens menu with other 3 programs. user clicks one of them then that .exe will run.

how to deploy these 4 apps in one setup? or create 4 different setup programs using vb 6 setup and deployment?

which is the better way to do this?

I have seen installed one. I have folders created like ,
c:\MyCompany\Main program .exe\Sub folder\accounts folder\acct .exe
-------------------------------------------\Costing folder\ costing .exe
------------------------------------------- \FA\FA .exe

i want to achieve something like this.
Posted

1 solution

visualbasic.about.com/od/quicktips/qt/vb6pack_deploy_wiz2.htm

http://support.microsoft.com/kb/830761[^]

refer to these sites
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900