= Maintenance of the End-user = End-user Instructions: InstallationGuidelinesWindows * {{{static/scripts/tools/standalone_exe.py}}} * Clean the Eden folder (databases/errors/sessions) * rename it as 'init' * Zip-up folder contents * Customise {{{NSIS\Contrib\zip2exe\Modern.nsh}}}: {{{ !include "MUI.nsh" !define MUI_ICON "c:\bin\web2py\applications\eden\static\favicon.ico" !insertmacro MUI_PAGE_DIRECTORY !insertmacro MUI_PAGE_INSTFILES !insertmacro MUI_LANGUAGE "English" Section "install" ;Add files SetOutPath "$INSTDIR" ;create desktop shortcut CreateShortCut "$DESKTOP\Sahana Eden.lnk" "$INSTDIR\web2py.exe" "" ;create start-menu shortcut CreateShortCut "$SMPROGRAMS\Sahana Eden.lnk" "$INSTDIR\web2py.exe" SectionEnd }}} * use NSIS' {{{zip2exe.exe}}} to convert to an .exe ---- [InstallationGuidelinesWindowsPythonInstaller Developer installer] BluePrintInstallerWindows