blob: b7838382ac85241512a90a15d74ef39c5ced712c [file] [log] [blame]
fabiomfv@google.com5475cfc2010-12-02 15:41:14 +00001This directory contains the source code for the Windows installer. A new
2installer should be built using the build script every time oophm.dll is
3replaced.
gwt.mirrorbot@gmail.comd54a4bd2010-06-07 19:20:31 +00004
fabiomfv@google.com5475cfc2010-12-02 15:41:14 +00005The build script will only work on a Windows system
gwt.mirrorbot@gmail.comd54a4bd2010-06-07 19:20:31 +00006
7
fabiomfv@google.com5475cfc2010-12-02 15:41:14 +00008Workflow:
9~~~~~~~~~
10if you build new binaries, do the following:
gwt.mirrorbot@gmail.comd54a4bd2010-06-07 19:20:31 +000011
fabiomfv@google.com5475cfc2010-12-02 15:41:14 +0000121) check out ..\prebuilt\*.msi for editing
13
142) 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
184) Test the installation. Yes, make sure it works on x86, x64, it cleans the
19 registry and folder upon uninstall, etc.
20
21