Re: How to make an application non-executable?
Re: How to make an application non-executable?
- Subject: Re: How to make an application non-executable?
- From: Mike Shields <email@hidden>
- Date: Fri, 16 Jul 2004 16:36:34 -0400
On Jul 16, 2004, at 3:15 PM, Bill Cheeseman wrote:
I'm looking for an easy way to make an application non-executable, for
example, by compressing or encrypting it. Any ideas?
I like this idea the best. I'd compress it with gzip and then when you
install it, uncompress. If it's a bundle, add in tar'ing the bundle
first. This way you don't have a much of a space penalty for the setup
app to contain the master app and it'll prevent anything from trying to
launch it. Until you install it, it'll just be another "resource" in
the setup app.
-Mike
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.