- Timestamp:
- Sep 18, 2024, 9:25:26 PM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Server/install.nsi
r56 r57 17 17 File "tewi.exe" 18 18 SetOutPath "$INSTDIR\etc" 19 File /oname=tewi.conf "../example-win.conf"19 File /oname=tewi.conf.default "../example-win.conf" 20 20 SetOutPath "$INSTDIR\www" 21 21 File /oname=index.html "../itworks.html" … … 30 30 31 31 WriteUninstaller "$INSTDIR\uninstall.exe" 32 33 MessageBox MB_ICONEXCLAMATION|MB_OK "Example config is installed as $INSTDIR\etc\tewi.conf.default,$\r$\nBut Tewi HTTPd will try to use $INSTDIR\etc\tewi.conf." 32 34 SectionEnd 33 35
Note:
See TracChangeset
for help on using the changeset viewer.