Changeset 57 in Main for trunk


Ignore:
Timestamp:
Sep 18, 2024, 9:25:26 PM (2 months ago)
Author:
Nishi
Message:

copy to tewi.conf.default instead of tewi.conf

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Server/install.nsi

    r56 r57  
    1717        File "tewi.exe"
    1818        SetOutPath "$INSTDIR\etc"
    19         File /oname=tewi.conf "../example-win.conf"
     19        File /oname=tewi.conf.default "../example-win.conf"
    2020        SetOutPath "$INSTDIR\www"
    2121        File /oname=index.html "../itworks.html"
     
    3030
    3131        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."
    3234SectionEnd
    3335
Note: See TracChangeset for help on using the changeset viewer.