Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
NSISインストーラーがあります。引数を使用して起動NSISインストーラーを検出するにはどうすればよいですか?
例えばinstaller.exe /DEBUG
installer.exe /DEBUG
GetOptions:
!include FileFunc.nsh !include LogicLib.nsh Function .onInit ${GetParameters} $0 ClearErrors ${GetOptions} $0 "/DEBUG" $1 ${IfNot} ${Errors} MessageBox mb_ok "Debug" ${EndIf} FunctionEnd