-
Notifications
You must be signed in to change notification settings - Fork 59
A for effort, but dangerous #7
Comments
Thanks for your advice, I will warn the users about this. I love Office, and I want to use Office 2016 smoothly on a 128GB Mac. By the way, It's really exciting to see |
Thanks for your understanding. I certainly don't want to dampen your creativity - I just want to make sure folks out there don't end up in a situation where their apps can no longer boot after applying updates. |
@pbowden-msft Does Microsoft have any plans in place to thin down the bloat natively? If I've ran the thinning script I have to re-install Office from my 365 login, correct? Thanks! |
Hi Brian, We are actively working on some changes that will reduce the overall size of the packages, including download on demand fonts and proofing tools. For example, many East Asian fonts are tens of megabytes in size, and for customers who never render those glyphs, they can save space on disk by not having those fonts present. Same goes for dictionaries and grammar checkers. These changes will allow for our initial download pkg to be smaller, and resources can be downloaded on-demand when you use/need them. For things you never use, they won't get downloaded, so you'll get a disk space saving. Hope this helps. Paul. |
Oh, @brianjking yes, if you wish to re-install, just download the latest Office 2016 suite from http://macadmins.software or the O365 Portal. |
@pbowden-msft Based on your comment above it seems like I should download the individual apps I want to use from http://macadmins.software/ instead of using the full suite installer from macadmins.software or the O365 poral site. Is this correct? If so, do I first have to uninstall my existing versions? Thanks! |
@brianjking no, you can either download the suite or individual apps depending on your needs. Nope, you don't need to delete or uninstall - the installer will blindly overwrite whatever you have already. |
@pbowden-msft Any plans for the black theme to come to OS X office that I have available to me via Windows? PLEASE! |
I have a little piece of code which makes hard links instead of soft ones. The same solution is used in Xcode.app by Apple @pbowden-msft . This won't break code signature and I found no difference to the original using FileMerge.app. |
@goodbest can you provide an option to change all |
I create a new office-thinner.rb for all files with hard link, check the same file by content && inode number. |
So it's time for APFS to eliminate the duplicated libraries? |
Hi there,
I give you props for ingenuity, but this is a pretty dangerous solution to recommend to folks out there. I own the installer for Office 2016 for Mac at Microsoft, and there are technologies that we're releasing soon (including delta updaters) that will cause major issues with your solution - including the inability for users to launch apps that have been 'thinned' using your technique.
Additionally, any type of change to our app bundles will break the code signature on the app, which presents a security concern. Unfortunately, your solution is absolutely not supportable nor recommended.
I understand your intent behind creating such a program as there is significant duplication of resources between each app; however, that is intentional based on the design-pattern mandated by Apple for sandboxed apps.
Please feel free to contact me if you need more information.
Paul Bowden
Apple Platform Experience
Microsoft Corporation
The text was updated successfully, but these errors were encountered: