aboutsummaryrefslogtreecommitdiffstats
path: root/Installer/UltraStar Deluxe.nsi
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/UltraStar Deluxe.nsi
parent4ebb1c51ca8ec788c8593cd76dca9e0cc2f83f64 (diff)
downloadusdx-7343c4553a32fe4df56b6fcf254f46c53b15b915.tar.gz
usdx-7343c4553a32fe4df56b6fcf254f46c53b15b915.tar.xz
usdx-7343c4553a32fe4df56b6fcf254f46c53b15b915.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/UltraStar Deluxe.nsi')
-rw-r--r--Installer/UltraStar Deluxe.nsi17
1 files changed, 13 insertions, 4 deletions
diff --git a/Installer/UltraStar Deluxe.nsi b/Installer/UltraStar Deluxe.nsi
index 59b33eda..b38f7ca3 100644
--- a/Installer/UltraStar Deluxe.nsi
+++ b/Installer/UltraStar Deluxe.nsi
@@ -8,8 +8,8 @@
!include ".\settings\functions.nsh"
!include "WinVer.nsh"
-!define icon_inst ".\icons\ustar.ico" ; Icon for Installation
-!define icon_uninst ".\icons\uninstall.ico" ; Icon for Uninstallation
+!define icon_inst "..\InstallerDependencies\icons\ustar.ico" ; Icon for Installation
+!define icon_uninst "..\InstallerDependencies\icons\uninstall.ico" ; Icon for Uninstallation
SetCompress Auto
SetCompressor /SOLID lzma
@@ -24,7 +24,7 @@ SetDatablockOptimize On
!include ".\settings\variables.nsh"
-!addPluginDir ".\plugins\"
+!addPluginDir "..\InstallerDependencies\plugins\"
; -------------------------------
; Strings for Installation Wizard
@@ -247,11 +247,12 @@ Section $(sec1) Section1
; Create shortcuts
- SetOutPath $INSTDIR\
+ SetOutPath "$INSTDIR"
!insertmacro MUI_STARTMENU_WRITE_BEGIN Application
SetShellVarContext all
+ SetOutPath "$INSTDIR"
CreateDirectory "${p_name}"
CreateDirectory "$SMPROGRAMS\$ICONS_GROUP"
@@ -338,6 +339,8 @@ nsisunz::Unzip "$TEMP\Song-I-18.zip" "$INSTDIR\Songs\Dead Smiling Pirates - I 18
Delete "$TEMP\Song-I-18.zip"
+ SetOutPath "$INSTDIR"
+
SectionEnd
Section /o "Steven Dunston - Northern Star" g2Section2
@@ -358,6 +361,8 @@ nsisunz::Unzip "$TEMP\Song-Northern-Star.zip" "$INSTDIR\Songs\Steven Dunston - N
Delete "$TEMP\Song-Northern-Star.zip"
+ SetOutPath "$INSTDIR"
+
SectionEnd
SectionGroupEnd
@@ -396,6 +401,7 @@ nsisunz::Unzip "$TEMP\Theme-Orange.zip" "$INSTDIR\"
Delete "$TEMP\Theme-Orange.zip"
+ SetOutPath "$INSTDIR"
SectionEnd
@@ -412,6 +418,7 @@ nsisunz::Unzip "$TEMP\Theme-Streetlight.zip" "$INSTDIR\"
Delete "$TEMP\Theme-Streetlight.zip"
+ SetOutPath "$INSTDIR"
SectionEnd
@@ -428,6 +435,8 @@ nsisunz::Unzip "$TEMP\Theme-Vistar.zip" "$INSTDIR\"
Delete "$TEMP\Theme-Vistar.zip"
+ SetOutPath "$INSTDIR"
+
SectionEnd