fabiomfv@google.com | 5475cfc | 2010-12-02 15:41:14 +0000 | [diff] [blame] | 1 | This directory contains the source code for the Windows installer. A new |
| 2 | installer should be built using the build script every time oophm.dll is |
| 3 | replaced. |
gwt.mirrorbot@gmail.com | d54a4bd | 2010-06-07 19:20:31 +0000 | [diff] [blame] | 4 | |
fabiomfv@google.com | 5475cfc | 2010-12-02 15:41:14 +0000 | [diff] [blame] | 5 | The build script will only work on a Windows system |
gwt.mirrorbot@gmail.com | d54a4bd | 2010-06-07 19:20:31 +0000 | [diff] [blame] | 6 | |
| 7 | |
fabiomfv@google.com | 5475cfc | 2010-12-02 15:41:14 +0000 | [diff] [blame] | 8 | Workflow: |
| 9 | ~~~~~~~~~ |
| 10 | if you build new binaries, do the following: |
gwt.mirrorbot@gmail.com | d54a4bd | 2010-06-07 19:20:31 +0000 | [diff] [blame] | 11 | |
fabiomfv@google.com | 5475cfc | 2010-12-02 15:41:14 +0000 | [diff] [blame] | 12 | 1) check out ..\prebuilt\*.msi for editing |
| 13 | |
| 14 | 2) run build <version>, as in: build 1.2.123 |
| 15 | this will generated all the msis. make sure to look at ..\prebuilt\*.msi |
| 16 | to see if they were updated. |
| 17 | |
| 18 | 4) Test the installation. Yes, make sure it works on x86, x64, it cleans the |
| 19 | registry and folder upon uninstall, etc. |
| 20 | |
| 21 | |