-
Distribution of an app
Hi
Can anyone tell me what app files are installed when you distribute an VB.NET app ?
Meaning, do all the files in the BIN directory go, what about all the forms or are they all compiled, what prevents users from modifying any forms or code ?
Thanks
shickey da newbie
-
Generally just the .exe, possibly a .config and any .dlls in the \bin directory. If you use any COM components or third-party .NET components that are registered in the GAC, they must be distributed and installed as well.
Phil Weber
http://www.philweber.com
Please post questions to the forums, where others may benefit.
I do not offer free assistance by e-mail. Thank you!
-
The DLL or EXE code you'll distribute is MSIL, not source, and so is not *easily* modifiable by most people. However it is modifiable by some knowledgable programmers. You can purchase or download code obfuscators that make the files far more difficult to modify.
A. Russell Jones,
Executive Editor,
Internet.com

Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks