View Single Post
Old Jan 15th, 2006, 11:40 PM   #8
MicDareall
Programmer
 
Join Date: Dec 2005
Posts: 67
Rep Power: 0 MicDareall is an unknown quantity at this point
how big is the completed .exe file.... if its not going to be to big, I would suggest making a stand-alone app..... then no-one would have the ability to look at any files.....
...you can do it using py2exe or you can take the full dist file outputed by py2exe and use the NSIS installer to build a stand-alone app<-- with that you can compress the files too...
MicDareall is offline   Reply With Quote