The Problem
Here is a perfect example of everyones least favorite extension message.
after you grab done that you are ready to start hacking the extension.
For our example we chose the GCal Popup Extension.
The best thing to do is place the extension in a new folder (i.e.
There is only one file that you oughta focus on…the install.rdf file.
Note: At this point you should move the original extension file to a different location (i.e.
outside of the folder) so that it is no longer present.
kick off the file in Notepad so that you could change the number for the maxVersion.
Here the number is listed as 3.5.
- but we needed to make it higher…
Replacing the 5 with a 7 is all that we needed to do.
when you obtain entered your new maxVersion number save the file.
At this point you will need to re-zip all of the files back into a single file.
Make certain that you create a file with the .zip file extension otherwise this will not work.
For our example we copied and pasted the original extension name.
when you’ve got changed the name click outside of the text area.
You will see a small message window like this asking for confirmation…click Yes to finish the process.
Now your modified/updated extension is ready to install.
Drag the extension into your web app to install it and watch that wonderful Restart to complete the installation.
Looking very very nice!
And just like that your extension should be up and running without any problems.