This feature would be nice but clashes with the current syntax dosbox c:\game\game.exe -dosboxoption. This could be solved by supporting -- to mark the end of dosbox parameters: dosbox -- c:\game\game.exe /gameoption dosbox -dosboxoption -- "c:\program files\game\game.exe" /gameoption
Cherry picked most spelling fixes from GH PR 33
Delete MakeNsisW MRU
Don't create shortcut in portable mode
Add MULTIUSER Korean translation (GH PR 32)
Fix BOM
Read my previous post again, slowly...
Function GetFileSize64 Exch $1 FileOpen $1 $1 r StrCmp $1 "" error !if "${NSIS_PTR_SIZE}" > 4 ; Change this to "!if 1" if you don't care about systems older than WinXP. System::Call 'KERNEL32::GetFileSizeEx(pr1,*l0s)' FileClose $1 !else System::Call 'KERNEL32::GetFileSize(pr1,*i0s)i.s' FileClose $1 Pop $1 IntFmt $1 "0x%x" $1 Exch $1 IntFmt $1 "0x%x00000000" $1 System::Int64Op $1 | !endif Pop $1 error: Exch $1 FunctionEnd Section Push "favorite_distro.iso" Call GetFileSize64 Pop $1 DetailPrint Bytes=$1...