From ce1aef12b6f7af49ac9e9d3b4b65648360f217b7 Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Fri, 15 Jul 2011 17:39:44 +0200 Subject: [PATCH] correct typo --- CLIENT_DATA/setup.ins | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CLIENT_DATA/setup.ins b/CLIENT_DATA/setup.ins index 884603c..53b597e 100644 --- a/CLIENT_DATA/setup.ins +++ b/CLIENT_DATA/setup.ins @@ -97,7 +97,7 @@ endif ; ; === MSI package ======================================================================================= ; You may use the parameter PIDKEY=$Licensekey$ -msiexec /i "%ScriptPath%\X86FILE" /l* "$LogDir$\$ProductId$.install_log.txt" /qb! ALLUSERS=2 REBOOT=ReallySuppress USERNAME="%IPName%" PIDKEY=$LicenseKey$ +msiexec /i "%ScriptPath%\X86FILE" /l* "$LogDir$\$ProductId$.install_log.txt" /qb! ALLUSERS=2 REBOOT=ReallySuppress USERNAME="%PCName%" PIDKEY=$LicenseKey$ [Files_install_32] ; Example of recursively copying some files into the installation directory: @@ -110,7 +110,7 @@ msiexec /i "%ScriptPath%\X86FILE" /l* "$LogDir$\$ProductId$.install_log.txt" /qb ; ; === MSI package ======================================================================================= ; You may use the parameter PIDKEY=$Licensekey$ -msiexec /i "%ScriptPath%\AMD64FILE" /l* "$LogDir$\$ProductId$.install_log.txt" /qb! ALLUSERS=2 REBOOT=ReallySuppress USERNAME="%IPName%" PIDKEY=$LicenseKey$ +msiexec /i "%ScriptPath%\AMD64FILE" /l* "$LogDir$\$ProductId$.install_log.txt" /qb! ALLUSERS=2 REBOOT=ReallySuppress USERNAME="%PCName%" PIDKEY=$LicenseKey$ [Files_install_64] ; Example of recursively copying some files into the installation directory: