Advertisement
Guest User

Untitled

a guest
Mar 27th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.22 KB | None | 0 0
  1. MakeNSIS v3.01 - Copyright 1999-2016 Contributors
  2. See the file COPYING for license details.
  3. Credits can be found in the Users Manual.
  4.  
  5. Processing config: C:\Program Files (x86)\NSIS\nsisconf.nsh
  6. Processing default plugins: "C:\Program Files (x86)\NSIS\Plugins\x86-ansi\*.dll"
  7. + Banner::destroy
  8. + Banner::getWindow
  9. + Banner::show
  10. + BgImage::AddImage
  11. + BgImage::AddText
  12. + BgImage::Clear
  13. + BgImage::Destroy
  14. + BgImage::Redraw
  15. + BgImage::SetBg
  16. + BgImage::SetReturn
  17. + BgImage::Sound
  18. + Dialer::AttemptConnect
  19. + Dialer::AutodialHangup
  20. + Dialer::AutodialOnline
  21. + Dialer::AutodialUnattended
  22. + Dialer::GetConnectedState
  23. + InstallOptions::dialog
  24. + InstallOptions::initDialog
  25. + InstallOptions::show
  26. + LangDLL::LangDialog
  27. + Math::Script
  28. + StartMenu::Init
  29. + StartMenu::Select
  30. + StartMenu::Show
  31. + System::Alloc
  32. + System::Call
  33. + System::Copy
  34. + System::Free
  35. + System::Get
  36. + System::Int64Op
  37. + System::Store
  38. + System::StrAlloc
  39. + TypeLib::GetLibVersion
  40. + TypeLib::Register
  41. + TypeLib::UnRegister
  42. + UserInfo::GetAccountType
  43. + UserInfo::GetName
  44. + UserInfo::GetOriginalAccountType
  45. + VPatch::GetFileCRC32
  46. + VPatch::GetFileMD5
  47. + VPatch::vpatchfile
  48. + advsplash::show
  49. + nsDialogs::Create
  50. + nsDialogs::CreateControl
  51. + nsDialogs::CreateItem
  52. + nsDialogs::CreateTimer
  53. + nsDialogs::GetUserData
  54. + nsDialogs::KillTimer
  55. + nsDialogs::OnBack
  56. + nsDialogs::OnChange
  57. + nsDialogs::OnClick
  58. + nsDialogs::OnNotify
  59. + nsDialogs::SelectFileDialog
  60. + nsDialogs::SelectFolderDialog
  61. + nsDialogs::SetRTL
  62. + nsDialogs::SetUserData
  63. + nsDialogs::Show
  64. + nsExec::Exec
  65. + nsExec::ExecToLog
  66. + nsExec::ExecToStack
  67. + nsisdl::download
  68. + nsisdl::download_quiet
  69. + splash::show
  70.  
  71. !define: "MUI_INSERT_NSISCONF"=""
  72.  
  73. Changing directory to: "E:\programfiles\davinci"
  74.  
  75. Processing script file: "E:\programfiles\davinci\make_installer_mui.nsi" (ACP)
  76. !include: "C:\Program Files (x86)\NSIS\Include\LogicLib.nsh" (ACP)
  77. !include: closed: "C:\Program Files (x86)\NSIS\Include\LogicLib.nsh"
  78. !include: "C:\Program Files (x86)\NSIS\Include\MUI2.nsh" (ACP)
  79. !include: "C:\Program Files (x86)\NSIS\Contrib\Modern UI 2\MUI2.nsh" (ACP)
  80. NSIS Modern User Interface version 2.0 - Copyright 2002-2016 Joost Verburg (C:\Program Files (x86)\NSIS\Contrib\Modern UI 2\MUI2.nsh:10)
  81. !include: closed: "C:\Program Files (x86)\NSIS\Contrib\Modern UI 2\MUI2.nsh"
  82. !include: closed: "C:\Program Files (x86)\NSIS\Include\MUI2.nsh"
  83. !define: "VERSION"="2.18"
  84. !define: "INST_FOLDER"="davinci_win"
  85. SetCompressor: /FINAL /SOLID lzma
  86. SetCompressorDictSize: 64 mb
  87. Name: "Davinci-2.18"
  88. OutFile: "Davinci-2.18-Setup.exe"
  89. InstallDir: "$PROGRAMfILES64\Davinci-2.18"
  90. !define: "MUI_ICON"="davinci_win\davinci.ico"
  91. !define: "MUI_UNICON"="davinci_win\davinci.ico"
  92. !define: "MUI_HEADERIMAGE"=""
  93. !define: "MUI_HEADERIMAGE_BITMAP"="davinci_win\davinci.bmp"
  94. !define: "MUI_HEADERIMAGE_UNBITMAP"="davinci_win\davinci.bmp"
  95. !define: "MUI_ABORTWARNING"=""
  96. !define: "MUI_WELCOMEFINISHPAGE_BITMAP"="davinci_win\davinci2.bmp"
  97. !define: "MUI_UNWELCOMEFINISHPAGE_BITMAP"="davinci_win\davinci2.bmp"
  98. !define: "MUI_WELCOMEPAGE_TITLE"="Welcome to the Davinci-2.18 Setup"
  99. !define: "MUI_WELCOMEPAGE_TEXT"="http://davinci.asu.edu
  100.  
  101. This will install Davinci-2.18 on your computer.
  102.  
  103. This will also install Gnuplot 4.2, Imgv 3.1.5 and Ghostscript 8.57 internally by default.
  104.  
  105. Davinci is an interpreted language that looks and feels a lot like C, but has additional vector oriented features that make working with blocks of data a lot easier. This makes davinci well suited for use as a data processing tool, allowing symbolic and mathematical manipulation of hyperspectral data for imaging spectroscopy applications."
  106. !define: "MUI_FINISHPAGE_LINK"="Davinci Website"
  107. !define: "MUI_FINISHPAGE_LINK_LOCATION"="http://davinci.asu.edu"
  108. !define: "MUI_FINISHPAGE_RUN"="$INSTDIR\davinci.bat"
  109. !define: "MUI_FINISHPAGE_SHOWREADME"="$INSTDIR\README.txt"
  110. !insertmacro: MUI_PAGE_WELCOME
  111. Error while loading icon from "davinci_win\davinci.ico": can't open file
  112. Error in macro MUI_INTERFACE on macroline 86
  113. Error in macro MUI_PAGE_INIT on macroline 7
  114. Error in macro MUI_PAGE_WELCOME on macroline 5
  115. Error in script "E:\programfiles\davinci\make_installer_mui.nsi" on line 58 -- aborting creation process
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement