Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Generate NSIS installer scripts for Windows with custom UI and features
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-17 | ✗→✓ | ▲ Improved | 50% | 0% |
| case-18 | ✗→✓ | ▲ Improved | 60% | 0% |
| case-01 | ✓→✓ | = Same ✓ | -1% | 0% |
| case-02 | ✓→✓ | = Same ✓ | 24% | 0% |
| case-03 | ✓→✓ | = Same ✓ | 14% | 0% |
Generate NSIS (Nullsoft Scriptable Install System) installer scripts for Windows applications.
json{ "type": "object", "properties": { "projectPath": { "type": "string" }, "appName": { "type": "string" }, "version": { "type": "string" }, "components": { "type": "array" }, "createShortcuts": { "type": "boolean" } }, "required": ["projectPath", "appName", "version"] }
nsi!include "MUI2.nsh" Name "My Application" OutFile "MyApp-Setup.exe" InstallDir "$PROGRAMFILES\MyApp" RequestExecutionLevel admin !insertmacro MUI_PAGE_WELCOME !insertmacro MUI_PAGE_DIRECTORY !insertmacro MUI_PAGE_INSTFILES !insertmacro MUI_PAGE_FINISH !insertmacro MUI_LANGUAGE "English" Section "Install" SetOutPath $INSTDIR File /r "dist\*.*" WriteUninstaller "$INSTDIR\Uninstall.exe" CreateShortcut "$DESKTOP\MyApp.lnk" "$INSTDIR\MyApp.exe" SectionEnd Section "Uninstall" Delete "$DESKTOP\MyApp.lnk" RMDir /r "$INSTDIR" SectionEnd
wix-toolset-configwindows-authenticode-signerOther measured skills in the registry, with their headline benchmark lift.