Hi friends, i have created a game in vb6.0. I want to make a setup file for it running in all PCs.I have referred to about 135 files(including picture,databas e,sound files) in my code i.e,i use those files in run time.All those files are within a folder 'support'..I think it is required to add this folder while creating setup,but the wizard doesnt allow a folder to be added(only files can be added)-am i required to add all 135 files one by one(I tried it but the setup doesnt work)?How do i do it?
Making a setup in vb6.0
Collapse
X
-
Originally posted by vdraceilHi friends, i have created a game in vb6.0. I want to make a setup file for it running in all PCs.I have referred to about 135 files(including picture,databas e,sound files) in my code i.e,i use those files in run time.All those files are within a folder 'support'..I think it is required to add this folder while creating setup,but the wizard doesnt allow a folder to be added(only files can be added)-am i required to add all 135 files one by one(I tried it but the setup doesnt work)?How do i do it?
Better use other setup utility tools. Try www.download.co m for free software
Rey Sean -
Originally posted by vdraceilHi friends, i have created a game in vb6.0. I want to make a setup file for it running in all PCs.I have referred to about 135 files(including picture,databas e,sound files) in my code i.e,i use those files in run time.All those files are within a folder 'support'..I think it is required to add this folder while creating setup,but the wizard doesnt allow a folder to be added(only files can be added)-am i required to add all 135 files one by one(I tried it but the setup doesnt work)?How do i do it?
GOODLUCK
ALIComment
-
Originally posted by Ali RizwanUse some setup softwares like setup factorry or install shield instead of building your own.
GOODLUCK
ALIComment
-
Originally posted by vdraceilWill those softwares support the exe file created in vb,i've referred those files in runtime and how come those softwares recogonize my vb coding?Actually i dont understand..isn t it possible in vb6.0?
Do your all coding, make exe of your game and add all your files your game need in your Setup Factory project and build the software.
I have also made my apps setup program using Setup Factory 6.
Any problem I'm here.
GOODLUCK
ALILast edited by Killer42; Dec 10 '07, 05:08 AM.Comment
-
-
Originally posted by vdraceilHi friends, i have created a game in vb6.0. I want to make a setup file for it running in all PCs.I have referred to about 135 files(including picture,databas e,sound files) in my code i.e,i use those files in run time.All those files are within a folder 'support'..I think it is required to add this folder while creating setup,but the wizard doesnt allow a folder to be added(only files can be added)-am i required to add all 135 files one by one(I tried it but the setup doesnt work)?How do i do it?Comment
Comment