aboutsummaryrefslogtreecommitdiffstats
path: root/Installer/settings/variables.nsh
diff options
context:
space:
mode:
authorcanni2007 <canni2007@b956fd51-792f-4845-bead-9b4dfca2ff2c>2007-11-03 13:14:46 +0000
committercanni2007 <canni2007@b956fd51-792f-4845-bead-9b4dfca2ff2c>2007-11-03 13:14:46 +0000
commit7343c4553a32fe4df56b6fcf254f46c53b15b915 (patch)
treea764f7f4fd64be646bde19da4a1a6778be1d5327 /Installer/settings/variables.nsh
parent4ebb1c51ca8ec788c8593cd76dca9e0cc2f83f64 (diff)
downloadusdx-svn/1.01.tar.gz
usdx-svn/1.01.tar.xz
usdx-svn/1.01.zip
See: jira:USDX-162svn/1.01github/svn/1.01
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.01@566 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Installer/settings/variables.nsh')
-rw-r--r--Installer/settings/variables.nsh9
1 files changed, 4 insertions, 5 deletions
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