Maybe I don't know how to deploy and app properly but....
After I packaged and deployed my app, when I ran the set up, the module my app uses is visible. This is no good because I don't want someone using notepad to view my code.
Any ideas?!
Thanks
Printable View
Maybe I don't know how to deploy and app properly but....
After I packaged and deployed my app, when I ran the set up, the module my app uses is visible. This is no good because I don't want someone using notepad to view my code.
Any ideas?!
Thanks
????????????????????
Try compiling your code before making a package.
Why do you include the modules?
What kind of modules are they, class modules or code modules.
Should the modules be compiled to an ActiveX DLL first??
it is a standard .bas module.
And I did compile before the package
Well if you've compiled it the code in the BAS module is compiled into the EXE file. Remove any source code files from the package, they shouldn't be added in the first place.
Best regards
Do not include bas files to your package, cuz they are allready compiled inside exe files.Quote:
Originally posted by jesus4u
Maybe I don't know how to deploy and app properly but....
After I packaged and deployed my app, when I ran the set up, the module my app uses is visible. This is no good because I don't want someone using notepad to view my code.
Any ideas?!
Thanks
oh1mie/Vic
thank you I didn't know that