Wich way we have to make a distributable package?
Is it possible to have an exe distributable on any computer with just 2 or 3 files instead a big 5MB package ???
Isabelle
Printable View
Wich way we have to make a distributable package?
Is it possible to have an exe distributable on any computer with just 2 or 3 files instead a big 5MB package ???
Isabelle
Any exe needs the Vb runtime libraries which means that unless the computers that you're distributing your exe on have VB installed your package will be big.
If they do and you're not using any 3rd party ocxs then just give them the exe.
If you think that 5Megs is big the project that I work on has a package that is 80megs.
Any exe needs the Vb runtime libraries which means that unless the computers that you're distributing your exe on have VB installed your package will be big.
If they do and you're not using any 3rd party ocxs then just give them the exe.