From 89a7e5dbb757d42c63bb100372e0a5c4807396df Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Tue, 16 Dec 2008 14:07:11 +0000 Subject: [PATCH] Correct the link to index.html, in the Windows installer. --- wininst/developer_scripts/script_cgal_3_4.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wininst/developer_scripts/script_cgal_3_4.nsi b/wininst/developer_scripts/script_cgal_3_4.nsi index 1cccbfc766f..4ae8ba40c1c 100644 --- a/wininst/developer_scripts/script_cgal_3_4.nsi +++ b/wininst/developer_scripts/script_cgal_3_4.nsi @@ -98,7 +98,7 @@ !define MUI_FINISHPAGE_TEXT "You have downloaded CGAL sucessfully. Please continue the installation, reading the installation instructions." !define MUI_FINISHPAGE_LINK "Installation instructions" - !define MUI_FINISHPAGE_LINK_LOCATION $INSTDIR/doc_html/index.html + !define MUI_FINISHPAGE_LINK_LOCATION "file:///$INSTDIR/doc_html/index.html" ;-------------------------------- ; Pages