From 8d0a7448764fd40825734b49d5444583ac20d497 Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Wed, 16 May 2012 09:12:38 +0200 Subject: [PATCH] first install the fonts then register tehm --- CLIENT_DATA/setup.ins | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CLIENT_DATA/setup.ins b/CLIENT_DATA/setup.ins index bf596f3..26d96ea 100644 --- a/CLIENT_DATA/setup.ins +++ b/CLIENT_DATA/setup.ins @@ -56,11 +56,11 @@ else if (($INST_SystemType$ = "x86 System") and ($INST_architecture$ = "system specific")) or ($INST_architecture$ = "both") or ($INST_architecture$ = "32 only") Message "Installing " + $ProductId$ + " 32 Bit..." + comment "Copy files" + Files_install_32 /32Bit comment "Start setup program" Winbatch_install_32 Sub_check_exitcode - comment "Copy files" - Files_install_32 /32Bit comment "Patch Registry" Registry_install /32Bit comment "Create shortcuts" @@ -69,11 +69,11 @@ else if ($INST_SystemType$ = "64 Bit System") and (($INST_architecture$ = "system specific") or ($INST_architecture$ = "both") or ($INST_architecture$ = "64 only")) Message "Installing " + $ProductId$ + " 64 Bit..." + comment "Copy files" + Files_install_64 /64Bit comment "Start setup program" Winbatch_install_64 Sub_check_exitcode - comment "Copy files" - Files_install_64 /64Bit comment "Patch Registry" Registry_install /64Bit comment "Create shortcuts"