Advertisement
Guest User

PortableApps.comLauncherGeneratorLog

a guest
Aug 19th, 2010
355
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.11 KB | None | 0 0
  1. MakeNSIS v2.46-Unicode - Copyright 1995-2009 Contributors
  2. See the file COPYING for license details.
  3. Credits can be found in the Users Manual.
  4.  
  5. Command line defined: "PACKAGE=G:\WinBox\PortableApps.com\PortableApps.comLauncher\Data\Launchers\Software Company\Application - My Own Application Portable"
  6. Command line defined: "Name=Application - My Own Application Portable"
  7. Command line defined: "AppID=ApplicationMyOwnApplicationPortable"
  8. Command line defined: "Version=2.0.0.0"
  9. Changing directory to: "G:\WinBox\PortableApps.com\PortableApps.comLauncher\Other\Source"
  10.  
  11. Processing script file: "G:\WinBox\PortableApps.com\PortableApps.comLauncher\Other\Source\PortableApps.comLauncher.nsi"
  12. Processing plugin dlls: "G:\WinBox\PortableApps.com\NSISPortable\App\NSIS\Plugins\*.dll"
  13. - AdvSplash::show
  14. - Banner::destroy
  15. - Banner::getWindow
  16. - Banner::show
  17. - BgImage::AddImage
  18. - BgImage::AddText
  19. - BgImage::Clear
  20. - BgImage::Destroy
  21. - BgImage::Redraw
  22. - BgImage::SetBg
  23. - BgImage::SetReturn
  24. - BgImage::Sound
  25. - Dialer::AttemptConnect
  26. - Dialer::AutodialHangup
  27. - Dialer::AutodialOnline
  28. - Dialer::AutodialUnattended
  29. - Dialer::GetConnectedState
  30. - FindProcDLL::FindProc
  31. - InstallOptions::dialog
  32. - InstallOptions::initDialog
  33. - InstallOptions::show
  34. - LangDLL::LangDialog
  35. - Math::Script
  36. - MoreInfo::GetComments
  37. - MoreInfo::GetCompanyName
  38. - MoreInfo::GetFileDescription
  39. - MoreInfo::GetFileVersion
  40. - MoreInfo::GetInternalName
  41. - MoreInfo::GetLegalCopyright
  42. - MoreInfo::GetLegalTrademarks
  43. - MoreInfo::GetOSUserinterfaceLanguage
  44. - MoreInfo::GetOriginalFilename
  45. - MoreInfo::GetPrivateBuild
  46. - MoreInfo::GetProductName
  47. - MoreInfo::GetProductVersion
  48. - MoreInfo::GetSpecialBuild
  49. - MoreInfo::GetUserDefined
  50. - NSISdl::download
  51. - NSISdl::download_quiet
  52. - RealProgress::AddProgress
  53. - RealProgress::DetailProgress
  54. - RealProgress::FileProgress
  55. - RealProgress::GetProgress
  56. - RealProgress::GradualProgress
  57. - RealProgress::SetProgress
  58. - RealProgress::Unload
  59. - RealProgress::UseProgressBar
  60. - Splash::show
  61. - StartMenu::Init
  62. - StartMenu::Select
  63. - StartMenu::Show
  64. - System::Alloc
  65. - System::Call
  66. - System::Copy
  67. - System::Free
  68. - System::Get
  69. - System::Int64Op
  70. - System::Store
  71. - System::StrAlloc
  72. - TypeLib::GetLibVersion
  73. - TypeLib::Register
  74. - TypeLib::UnRegister
  75. - UserInfo::GetAccountType
  76. - UserInfo::GetName
  77. - UserInfo::GetOriginalAccountType
  78. - VPatch::GetFileCRC32
  79. - VPatch::GetFileMD5
  80. - VPatch::vpatchfile
  81. - dialogsEx::FileBox
  82. - dialogsEx::FolderBox
  83. - dialogsEx::InputBox
  84. - dialogsEx::InputRegBox
  85. - execDos::exec
  86. - execDos::isdone
  87. - execDos::wait
  88. - newadvsplash::hwnd
  89. - newadvsplash::play
  90. - newadvsplash::show
  91. - newadvsplash::stop
  92. - newtextreplace::_FillReadBuffer
  93. - newtextreplace::_FindInFile
  94. - newtextreplace::_FreeReadBuffer
  95. - newtextreplace::_ReplaceInFile
  96. - newtextreplace::_Unload
  97. - nsDialogs::Create
  98. - nsDialogs::CreateControl
  99. - nsDialogs::CreateItem
  100. - nsDialogs::CreateTimer
  101. - nsDialogs::GetUserData
  102. - nsDialogs::KillTimer
  103. - nsDialogs::OnBack
  104. - nsDialogs::OnChange
  105. - nsDialogs::OnClick
  106. - nsDialogs::OnNotify
  107. - nsDialogs::SelectFileDialog
  108. - nsDialogs::SelectFolderDialog
  109. - nsDialogs::SetRTL
  110. - nsDialogs::SetUserData
  111. - nsDialogs::Show
  112. - nsExec::Exec
  113. - nsExec::ExecToLog
  114. - nsExec::ExecToStack
  115. - registry::_Close
  116. - registry::_CopyKey
  117. - registry::_CopyValue
  118. - registry::_CreateKey
  119. - registry::_DeleteKey
  120. - registry::_DeleteKeyEmpty
  121. - registry::_DeleteValue
  122. - registry::_Find
  123. - registry::_HexToStr
  124. - registry::_HexToStrUTF16LE
  125. - registry::_KeyExists
  126. - registry::_MoveKey
  127. - registry::_MoveValue
  128. - registry::_Open
  129. - registry::_Read
  130. - registry::_ReadExtra
  131. - registry::_RestoreKey
  132. - registry::_SaveKey
  133. - registry::_StrToHex
  134. - registry::_StrToHexUTF16LE
  135. - registry::_Unload
  136. - registry::_Write
  137. - registry::_WriteExtra
  138.  
  139. !define: "!echo"="!insertmacro !echo"
  140. !include: "RequireLatestNSIS.nsh"
  141. (If you get a compile error with !searchparse, please upgrade to Unicode NSIS 2.46 or later and try again.) (RequireLatestNSIS.nsh:11)
  142. !undef: "V"
  143. !include: closed: "RequireLatestNSIS.nsh"
  144. WindowIcon: Off
  145. SilentInstall: Silent
  146. AutoCloseWindow: true
  147. SetCompressor: /SOLID lzma
  148. SetCompressorDictSize: 32 mb
  149. !insertmacro: !echo
  150. Including required files... (macro:!echo:3)
  151. !insertmacro: end of !echo
  152. !include: "G:\WinBox\PortableApps.com\NSISPortable\App\NSIS\Include\LangFile.nsh"
  153. !define: "LANGFILE_INCLUDED"=""
  154. !include: closed: "G:\WinBox\PortableApps.com\NSISPortable\App\NSIS\Include\LangFile.nsh"
  155. !include: "G:\WinBox\PortableApps.com\NSISPortable\App\NSIS\Include\LogicLib.nsh"
  156. !include: closed: "G:\WinBox\PortableApps.com\NSISPortable\App\NSIS\Include\LogicLib.nsh"
  157. !include: "G:\WinBox\PortableApps.com\NSISPortable\App\NSIS\Include\FileFunc.nsh"
  158. !define: "FILEFUNC_INCLUDED"=""
  159. !include: "G:\WinBox\PortableApps.com\NSISPortable\App\NSIS\Include\Util.nsh"
  160. !include: closed: "G:\WinBox\PortableApps.com\NSISPortable\App\NSIS\Include\Util.nsh"
  161. !define: "Locate"="!insertmacro LocateCall"
  162. !define: "un.Locate"="!insertmacro LocateCall"
  163. !define: "GetSize"="!insertmacro GetSizeCall"
  164. !define: "un.GetSize"="!insertmacro GetSizeCall"
  165. !define: "DriveSpace"="!insertmacro DriveSpaceCall"
  166. !define: "un.DriveSpace"="!insertmacro DriveSpaceCall"
  167. !define: "GetDrives"="!insertmacro GetDrivesCall"
  168. !define: "un.GetDrives"="!insertmacro GetDrivesCall"
  169. !define: "GetTime"="!insertmacro GetTimeCall"
  170. !define: "un.GetTime"="!insertmacro GetTimeCall"
  171. !define: "GetFileAttributes"="!insertmacro GetFileAttributesCall"
  172. !define: "un.GetFileAttributes"="!insertmacro GetFileAttributesCall"
  173. !define: "GetFileVersion"="!insertmacro GetFileVersionCall"
  174. !define: "un.GetFileVersion"="!insertmacro GetFileVersionCall"
  175. !define: "GetExeName"="!insertmacro GetExeNameCall"
  176. !define: "un.GetExeName"="!insertmacro GetExeNameCall"
  177. !define: "GetExePath"="!insertmacro GetExePathCall"
  178. !define: "un.GetExePath"="!insertmacro GetExePathCall"
  179. !define: "GetParameters"="!insertmacro GetParametersCall"
  180. !define: "un.GetParameters"="!insertmacro GetParametersCall"
  181. !define: "GetOptions"="!insertmacro GetOptionsCall"
  182. !define: "un.GetOptions"="!insertmacro GetOptionsCall"
  183. !define: "GetOptionsS"="!insertmacro GetOptionsSCall"
  184. !define: "un.GetOptionsS"="!insertmacro GetOptionsSCall"
  185. !define: "GetRoot"="!insertmacro GetRootCall"
  186. !define: "un.GetRoot"="!insertmacro GetRootCall"
  187. !define: "GetParent"="!insertmacro GetParentCall"
  188. !define: "un.GetParent"="!insertmacro GetParentCall"
  189. !define: "GetFileName"="!insertmacro GetFileNameCall"
  190. !define: "un.GetFileName"="!insertmacro GetFileNameCall"
  191. !define: "GetBaseName"="!insertmacro GetBaseNameCall"
  192. !define: "un.GetBaseName"="!insertmacro GetBaseNameCall"
  193. !define: "GetFileExt"="!insertmacro GetFileExtCall"
  194. !define: "un.GetFileExt"="!insertmacro GetFileExtCall"
  195. !define: "BannerTrimPath"="!insertmacro BannerTrimPathCall"
  196. !define: "un.BannerTrimPath"="!insertmacro BannerTrimPathCall"
  197. !define: "DirState"="!insertmacro DirStateCall"
  198. !define: "un.DirState"="!insertmacro DirStateCall"
  199. !define: "RefreshShellIcons"="!insertmacro RefreshShellIconsCall"
  200. !define: "un.RefreshShellIcons"="!insertmacro RefreshShellIconsCall"
  201. !include: closed: "G:\WinBox\PortableApps.com\NSISPortable\App\NSIS\Include\FileFunc.nsh"
  202. !include: "G:\WinBox\PortableApps.com\NSISPortable\App\NSIS\Include\TextFunc.nsh"
  203. !define: "TEXTFUNC_INCLUDED"=""
  204. !include: "G:\WinBox\PortableApps.com\NSISPortable\App\NSIS\Include\FileFunc.nsh"
  205. !include: closed: "G:\WinBox\PortableApps.com\NSISPortable\App\NSIS\Include\FileFunc.nsh"
  206. !include: "G:\WinBox\PortableApps.com\NSISPortable\App\NSIS\Include\Util.nsh"
  207. !define expects 1-5 parameters, got 6.
  208. Usage: !define ([/date|/utcdate] symbol [value]) | (/file symbol filename) | (/math symbol val1 OP val2)
  209. OP=(+ - * / % & | ^)
  210. !include: error in script: "G:\WinBox\PortableApps.com\NSISPortable\App\NSIS\Include\Util.nsh" on line 23
  211. !include: error in script: "G:\WinBox\PortableApps.com\NSISPortable\App\NSIS\Include\TextFunc.nsh" on line 60
  212. Error in script "G:\WinBox\PortableApps.com\PortableApps.comLauncher\Other\Source\PortableApps.comLauncher.nsi" on line 54 -- aborting creation process
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement