diff options
author | marha <marha@users.sourceforge.net> | 2009-08-10 07:29:17 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-08-10 07:29:17 +0000 |
commit | 9fbc8f1bf0343901d8e54017809c69621a5f3d43 (patch) | |
tree | 24126ce3f7a68355f4f0fb2c6ce78b1e20d4b203 /xorg-server/installer/vcxsrv.nsi | |
parent | 780422359abddc5dada6373eee4b307c5cc7b998 (diff) | |
download | vcxsrv-9fbc8f1bf0343901d8e54017809c69621a5f3d43.tar.gz vcxsrv-9fbc8f1bf0343901d8e54017809c69621a5f3d43.tar.bz2 vcxsrv-9fbc8f1bf0343901d8e54017809c69621a5f3d43.zip |
Do not set show Details by default.1.0.2
Diffstat (limited to 'xorg-server/installer/vcxsrv.nsi')
-rw-r--r-- | xorg-server/installer/vcxsrv.nsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg-server/installer/vcxsrv.nsi b/xorg-server/installer/vcxsrv.nsi index 15e5f8e98..5b82d7af8 100644 --- a/xorg-server/installer/vcxsrv.nsi +++ b/xorg-server/installer/vcxsrv.nsi @@ -37,7 +37,7 @@ UninstPage uninstConfirm UninstPage instfiles
SetPluginUnload alwaysoff
-ShowInstDetails show
+; ShowInstDetails show
XPStyle on
!define FUSION_REFCOUNT_UNINSTALL_SUBKEY_GUID {8cedc215-ac4b-488b-93c0-a50a49cb2fb8}
|