diff options
Diffstat (limited to 'chrome/installer/setup/setup.rc')
-rw-r--r-- | chrome/installer/setup/setup.rc | 26 |
1 files changed, 24 insertions, 2 deletions
diff --git a/chrome/installer/setup/setup.rc b/chrome/installer/setup/setup.rc index f844d43..0f1b7c3 100644 --- a/chrome/installer/setup/setup.rc +++ b/chrome/installer/setup/setup.rc @@ -57,6 +57,30 @@ IDI_SETUP ICON "setup.ico" #endif // English (U.S.) resources ///////////////////////////////////////////////////////////////////////////// +#if defined(GOOGLE_CHROME_BUILD) + +///////////////////////////////////////////////////////////////////////////// +// +// EULA +// +IDR_EULA_ICO.PNG EULA "..\\..\\app\\theme\\google_chrome\\eula_icon.png" + +///////////////////////////////////////////////////////////////////////////// +// +// HTML +// + +IDR_EULA_CSS.CSS HTML "eula\\oem.css" +IDR_EULA_JSC.JS HTML "eula\\oem.js" + +IDR_OEMPG_EN.HTML HTML "eula\\oem_en.html" + +IDR_TERMS_EN.HTML HTML "..\\..\\app\\resources\\terms\\terms_en.html" +IDR_TERMS_ES.HTML HTML "..\\..\\app\\resources\\terms\\terms_es.html" +IDR_TERMS_FR.HTML HTML "..\\..\\app\\resources\\terms\\terms_fr.html" +IDR_TERMS_BR.HTML HTML "..\\..\\app\\resources\\terms\\terms_pt-BR.html" + +#endif // defined(GOOGLE_CHROME_BUILD) ///////////////////////////////////////////////////////////////////////////// // @@ -64,7 +88,6 @@ IDI_SETUP ICON "setup.ico" // #include "installer_util_strings.rc" - #ifndef APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // @@ -72,7 +95,6 @@ IDI_SETUP ICON "setup.ico" // #include "setup_exe_version.rc" - ///////////////////////////////////////////////////////////////////////////// #endif // not APSTUDIO_INVOKED |