From 21239f1561416bde5a5e118d99bf7e14bf816669 Mon Sep 17 00:00:00 2001 From: rainwater Date: Tue, 27 Aug 2002 18:34:21 +0000 Subject: [PATCH] turn xp style on in makensis install git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@760 212acab6-be3b-0410-9dea-997c60f758d6 --- Examples/makensis.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/makensis.nsi b/Examples/makensis.nsi index 2ab1826f..9a5036e4 100644 --- a/Examples/makensis.nsi +++ b/Examples/makensis.nsi @@ -20,8 +20,8 @@ SetCompressor bzip2 BGGradient 000000 308030 FFFFFF InstallColors FF8080 000000 InstProgressFlags smooth colored -XPStyle on !else +XPStyle on WindowIcon off !endif