Jump to content

smaller runtime app


This topic is 6185 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Is it possible to reduce the size of the runtime application. Mine is 65Mb plus the actual file (700k) and I want to distribute over internet. Even zipped the whole solution is 20Mb and too larger for the users.

Are there any things I can do to get the runtime to something manageable.

BTW does 8.5 advanced run on windows 98?

thanks

Link to comment
Share on other sites

You can trash the dictionary files that you don't need.

On Mac it's a Universal Binary. That means it contains both the codes for PowerPC and Intel machines.

If you're the daring type you could make two versions by stripping off the 'other' code with a program called 'TrimTheFat' or look here for some 'Terminal' solutions.

Link to comment
Share on other sites

This topic is 6185 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.