Just another person with internet access
And to think Microsoft wonder’s why they always get laughed at
Office 2007 is out, everyone rush out to go and buy it… right? Well why buy it when you can download it for free? I know you are likely asking, “How will I activate it?” Simple, edit one line in one file, and boom, your Office 2007 is working like a charm. Intrigued? Well here is how to do it:
- Click this link to download Office 2007 Enterprise Edition: Download Here
- Install the program like normal. When asked for a serial leave it blank.
- After install browse to C:\Program Files\Common Files\Microsoft Shared\OFFICE12\Office Setup Controller\proof.en
- Open the XML file that lies within that folder in notepad
- Near the bottom find:
<Feature Id="SetupXmlFiles" Cost="1248">
<OptionRef Id="AlwaysInstalled"/>
</Feature> - Replace that with:
<Feature Id="SetupXmlFiles" Cost="1248">
<OptionRef Id="NeverInstalled"/>
</Feature> - Save the file
- Run Office like normal.
This is why Microsoft earns no respect with people. From a programming standpoint, having a single word in a XML file dictate whether you can bypass activation or not is bad practice.
Note: I simply provide the information, I am not responsible for how it is used.
| Print article | This entry was posted by Steve on April 26, 2007 at 4:34 pm, and is filed under Files. Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site. |