MakeNSIS v2.14 - Copyright 1999-2006 Nullsoft, Inc.
Portions Copyright © 1995-1998 Jean-loup Gailly and Mark Adler (zlib).
Portions Copyright © 1996-2002 Julian R Seward (bzip2).
Portions Copyright © 1999-2003 Igor Pavlov (lzma).
Contributors:
nnop@newmail.ru, Ryan Geiss, Andras Varga, Drew Davidson, Peter Windridge, Dave Laundon, Robert Rainwater, Yaroslav Faybishenko, Jeff Doozan, Amir Szekely, Ximon Eighteen, et al.
Processing config:
Processing plugin dlls: "C:Program FilesNSISPlugins*.dll"
- TypeLib::GetLibVersion
- TypeLib::Register
- TypeLib::UnRegister
!define: "MUI_INSERT_NSISCONF"=""
Changing directory to: "D:DownloadExample"
Processing script file: "D:DownloadExampleScript.nsi"
!define: "NAME"="v2.0 Dialogs"
!define: "PRODUCT_PUBLISHER"="Portrait of a Kite, Inc."
!include: "AssetsMain Code.nsi"
!define: "COPYRIGHT"="Copyright ?2006"
!define: "PRODUCT_NAME"="FlyakiteOSX"
!define: "INST"="$WINDIRFlyakiteOSX"
!define: "INST_RESOURCES"="$WINDIRFlyakiteOSXResources"
!define: "INST_TOOLS"="$WINDIRFlyakiteOSXTools"
CRCCheck: force
SetCompressor: /FINAL /SOLID lzma
Name: "v2.0 Dialogs"
OutFile: "v2.0 Dialogs.exe"
Caption: "v2.0 Dialogs"
BrandingText: "Copyright ?2006 Portrait of a Kite, Inc."
XPStyle: on
ChangeUI: IDD_INST AssetsDialog.exe
ShowInstDetails: show
InstallColors: windows default colors
InstallButtonText: "Apply"
Icon: "AssetsIcon.ico"
AutoCloseWindow: true
Page: custom (creator:Intro)
Page: instfiles
Var: "Parameters"
Function: ".onInit"
IfFileExists: "$WINDIRFlyakiteOSXToolsForce System File Update.exe" ? +3 :
MessageBox: 48: "You must have FlyakiteOSX v3.5 or higher installed for this mod to work."
Quit
FunctionEnd
Function: "Intro"
InitPluginsDir
File: "MainPage.ini"->"$PLUGINSDIRMainPage.ini" 611 bytes
File: "ScreenShot.bmp"->"$PLUGINSDIRScreenShot.bmp" 134834 bytes
WriteINIStr: [Field 3] Text=$PLUGINSDIRScreenShot.bmp in $PLUGINSDIRMainPage.ini
Invalid command: InstallOptions::dialog
!include: error in script: "AssetsMain Code.nsi" on line 88
Error in script "D:DownloadExampleScript.nsi" on line 15 -- aborting creation process