Search found 4 matches

by bzeitner
Thu Jan 31, 2008 1:25 pm
Forum: Wish List and Feature Requests
Topic: Script Packager - Add folders
Replies: 1
Views: 2223

Script Packager - Add folders

I agree. I started a new project today, and had to wrap modules (with a rather large directory structure) inside of self-extracting zip files. What a pain in the ***, not to mention a performance hit on client machines.

by bzeitner
Fri Oct 26, 2007 12:01 am
Forum: Wish List and Feature Requests
Topic: Removing Comments
Replies: 4
Views: 3686

Removing Comments

My intent is in part to obfuscate the code: It makes it much harder to copy or alter when you aren't quite sure what is going on or what is intended. My other goal is to streamline and make the code efficient. NOTE: I personally would only want the code removed from the packaged version of the scrip...
by bzeitner
Tue Oct 23, 2007 6:24 am
Forum: Wish List and Feature Requests
Topic: Script Packager / COM controls
Replies: 0
Views: 2604

Script Packager / COM controls

It would be nice to have the option to unregister COM controls when the packaged script terminates. (Much the same way the packaged components are deleted upon exit). Currently, if I have a DLL packaged with the script that is automatically registered by the package, I must create a function to unre...
by bzeitner
Mon Oct 22, 2007 2:49 am
Forum: Wish List and Feature Requests
Topic: Removing Comments
Replies: 4
Views: 3686

Removing Comments

Here's food for thought:
How about a function to automatically remove comments in code? This would be useful for distribution.

Perhaps also including it as an option under the Script Packager?