From 7343c4553a32fe4df56b6fcf254f46c53b15b915 Mon Sep 17 00:00:00 2001 From: canni2007 Date: Sat, 3 Nov 2007 13:14:46 +0000 Subject: See: jira:USDX-162 git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.01@566 b956fd51-792f-4845-bead-9b4dfca2ff2c --- Installer/settings/variables.nsh | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'Installer/settings/variables.nsh') diff --git a/Installer/settings/variables.nsh b/Installer/settings/variables.nsh index e4d03924..1bb3a7b6 100644 --- a/Installer/settings/variables.nsh +++ b/Installer/settings/variables.nsh @@ -56,13 +56,12 @@ ; Skin: !define gdf_path "$WINDIR\gdf.dll" ; Path to gdf.dll for Vista Game Explorer -!define bmp_header ".\images\header.bmp" ; Bitmap of the Installation Header (Size: 150x57 px) -!define bmp_side ".\images\left.bmp" ; Bitmap on the left side of Welcome & Finish Page (Size: 164x314 px) +!define bmp_header "..\InstallerDependencies\images\header.bmp" ; Bitmap of the Installation Header (Size: 150x57 px) +!define bmp_side "..\InstallerDependencies\images\left.bmp" ; Bitmap on the left side of Welcome & Finish Page (Size: 164x314 px) !define mui_ini ".\settings\io.ini" ; Installation Options for Welcome & Finish Page !define license_bgcolor "FFFFFF" ; RGB Background Color for Licence agreement -!define bmp_check ".\images\modern.bmp" ; Bitmap of Checks at Components Selection Page +!define bmp_check "..\InstallerDependencies\images\modern.bmp" ; Bitmap of Checks at Components Selection Page !define directory_bgcolor "FFFFFF" ; RGB Background Color for Directory textbox !define smp_bgcolor "FFFFFF" ; RGB Background of Startmenu List and Textbox ;!define dets_bgcolor "FFFFFF" ; Background Color of Details Screen while files are being extracted -!define file_license "..\License.txt" ; Choose the file with the license agreement -!define gameicon ".\images\mce.png" ; Name of the png file which will be displayed in MCE (Size: 170x170) \ No newline at end of file +!define file_license "..\InstallerDependencies\documents\License.txt" ; Choose the file with the license agreement \ No newline at end of file -- cgit v1.2.3