| OLD | NEW |
| 1 // Microsoft Visual C++ generated resource script. | 1 // Microsoft Visual C++ generated resource script. |
| 2 // | 2 // |
| 3 #include "setup_resource.h" | 3 #include "setup_resource.h" |
| 4 | 4 |
| 5 #define APSTUDIO_READONLY_SYMBOLS | 5 #define APSTUDIO_READONLY_SYMBOLS |
| 6 ///////////////////////////////////////////////////////////////////////////// | 6 ///////////////////////////////////////////////////////////////////////////// |
| 7 // | 7 // |
| 8 // Generated from the TEXTINCLUDE 2 resource. | 8 // Generated from the TEXTINCLUDE 2 resource. |
| 9 // | 9 // |
| 10 #include "afxres.h" | 10 #include "afxres.h" |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 50 // | 50 // |
| 51 // Icon | 51 // Icon |
| 52 // | 52 // |
| 53 | 53 |
| 54 // Icon with lowest ID value placed first to ensure application icon | 54 // Icon with lowest ID value placed first to ensure application icon |
| 55 // remains consistent on all systems. | 55 // remains consistent on all systems. |
| 56 IDI_SETUP ICON "setup.ico" | 56 IDI_SETUP ICON "setup.ico" |
| 57 #endif // English (U.S.) resources | 57 #endif // English (U.S.) resources |
| 58 ///////////////////////////////////////////////////////////////////////////// | 58 ///////////////////////////////////////////////////////////////////////////// |
| 59 | 59 |
| 60 #if defined(GOOGLE_CHROME_BUILD) |
| 61 |
| 62 ///////////////////////////////////////////////////////////////////////////// |
| 63 // |
| 64 // EULA |
| 65 // |
| 66 IDR_EULA_ICO.PNG EULA "..\\..\\app\\theme\\google_chrome\\eula_icon.png" |
| 67 |
| 68 ///////////////////////////////////////////////////////////////////////////// |
| 69 // |
| 70 // HTML |
| 71 // |
| 72 |
| 73 IDR_EULA_CSS.CSS HTML "eula\\oem.css" |
| 74 IDR_EULA_JSC.JS HTML "eula\\oem.js" |
| 75 |
| 76 IDR_OEMPG_EN.HTML HTML "eula\\oem_en.html" |
| 77 |
| 78 IDR_TERMS_EN.HTML HTML "..\\..\\app\\resources\\terms\\terms_en.html" |
| 79 IDR_TERMS_ES.HTML HTML "..\\..\\app\\resources\\terms\\terms_es.html" |
| 80 IDR_TERMS_FR.HTML HTML "..\\..\\app\\resources\\terms\\terms_fr.html" |
| 81 IDR_TERMS_BR.HTML HTML "..\\..\\app\\resources\\terms\\terms_pt-BR.html" |
| 82 |
| 83 #endif // defined(GOOGLE_CHROME_BUILD) |
| 60 | 84 |
| 61 ///////////////////////////////////////////////////////////////////////////// | 85 ///////////////////////////////////////////////////////////////////////////// |
| 62 // | 86 // |
| 63 // String Table | 87 // String Table |
| 64 // | 88 // |
| 65 #include "installer_util_strings.rc" | 89 #include "installer_util_strings.rc" |
| 66 | 90 |
| 67 | |
| 68 #ifndef APSTUDIO_INVOKED | 91 #ifndef APSTUDIO_INVOKED |
| 69 ///////////////////////////////////////////////////////////////////////////// | 92 ///////////////////////////////////////////////////////////////////////////// |
| 70 // | 93 // |
| 71 // Generated from the TEXTINCLUDE 3 resource. | 94 // Generated from the TEXTINCLUDE 3 resource. |
| 72 // | 95 // |
| 73 #include "setup_exe_version.rc" | 96 #include "setup_exe_version.rc" |
| 74 | 97 |
| 75 | |
| 76 ///////////////////////////////////////////////////////////////////////////// | 98 ///////////////////////////////////////////////////////////////////////////// |
| 77 #endif // not APSTUDIO_INVOKED | 99 #endif // not APSTUDIO_INVOKED |
| 78 | 100 |
| OLD | NEW |