- Sep 6, 2003
- 11,727
- 46
- 91
it has been a long time since i did any programming so please be gentle 
i wrote a small program in vb6 that does some computations. i just wanted to make it myself, the ones i have used in the past work but i didn't like their layout. nothing too complicated.
now when i give it to a person as an exe, they get an erro that says that xxx file is needed. if i use the deployment wizard that is bundled with vb6, i get a setup and cab file and they are about 1.4MB in size where my exe is just 25KB.
my question is is there a better install suite that is free and will make the install file smaller, and just one exe to run instead of having to have people run the setup.exe and also have the .cab file in the same folder. this program is very small and very simple and all it does is some simple math.
i wrote a small program in vb6 that does some computations. i just wanted to make it myself, the ones i have used in the past work but i didn't like their layout. nothing too complicated.
now when i give it to a person as an exe, they get an erro that says that xxx file is needed. if i use the deployment wizard that is bundled with vb6, i get a setup and cab file and they are about 1.4MB in size where my exe is just 25KB.
my question is is there a better install suite that is free and will make the install file smaller, and just one exe to run instead of having to have people run the setup.exe and also have the .cab file in the same folder. this program is very small and very simple and all it does is some simple math.
