diff --git a/wininst/developer_scripts/script_cgal.nsi b/wininst/developer_scripts/script_cgal.nsi index f5a178358c0..b897cd131c2 100644 --- a/wininst/developer_scripts/script_cgal.nsi +++ b/wininst/developer_scripts/script_cgal.nsi @@ -44,7 +44,7 @@ OutFile "${CGAL_SRC}-Setup.exe" !endif - ;Default installation folder: C:\CGAL-4.8 + ;Default installation folder: C:\dev\CGAL-4.8 ; See also .onInit Installdir "" @@ -313,7 +313,7 @@ Function .onInit # Setup the default installation dir ${If} $InstDir == "" ; /D= was not used on the command line - StrCpy $InstDir "C:\${CGAL_SRC}" + StrCpy $InstDir "C:\dev\${CGAL_SRC}" ${EndIf} !ifdef DebugLog