X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=win%2Fyaz.nsi;h=a442b8172e355827c9248c106a19f2d4c7810539;hp=397ed6e4f4c96e80c7438baaf35ed2c48ee3bf46;hb=a60cfb6333496199c7c1d52d67ab8a3835597b48;hpb=c8ec7f23c5eaf841978968d8d9f85d459960a01f diff --git a/win/yaz.nsi b/win/yaz.nsi index 397ed6e..a442b81 100644 --- a/win/yaz.nsi +++ b/win/yaz.nsi @@ -4,7 +4,7 @@ !include version.nsi ; Microsoft runtime CRT -; Uncomment exactly ONE section of the three below +; Uncomment exactly ONE of the sections below ; 1: MSVC 6 ; !define VS_RUNTIME_DLL "" ; !define VS_RUNTIME_MANIFEST "" @@ -78,7 +78,7 @@ Section "" ; (default section) CreateShortCut "$SMPROGRAMS\YAZ\YAZ Program Directory.lnk" \ "$INSTDIR" WriteINIStr "$SMPROGRAMS\YAZ\YAZ Home page.url" \ - "InternetShortcut" "URL" "http://www.indexdata.dk/yaz/" + "InternetShortcut" "URL" "http://www.indexdata.com/yaz/" CreateShortCut "$SMPROGRAMS\YAZ\Uninstall YAZ.lnk" \ "$INSTDIR\uninst.exe" SetOutPath $INSTDIR @@ -87,7 +87,6 @@ Section "" ; (default section) File ..\NEWS SetOutPath $INSTDIR SetOutPath $INSTDIR\ztest - File ..\ztest\dummy-records File ..\ztest\dummy-grs File ..\ztest\dummy-words SetOutPath $INSTDIR\etc