Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--soas-emu.nsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/soas-emu.nsi b/soas-emu.nsi
index 2d08bc1..41315fb 100644
--- a/soas-emu.nsi
+++ b/soas-emu.nsi
@@ -29,7 +29,6 @@
;--------------------------------
; Macros
-""""
Function GetVBX
MessageBox MB_OK "You selected to install VirtualBox, \
it will now be downloaded and installed."
@@ -82,6 +81,7 @@ Section "Sugar disk image"
;ADD YOUR OWN FILES HERE...
File "soas.img"
+ AddSize 300000 ; more or less
;Create uninstaller
WriteUninstaller "$INSTDIR\Uninstall.exe"
@@ -90,7 +90,7 @@ SectionEnd
Section "VirtualBox Virtual Machine"
AddSize 75000
- DetectVBX
+ Call DetectVBX
SectionEnd
;--------------------------------