/build/static/layout/Breadcrumb_cap_w.png

Silent install Maple17

I can install silently Maple 17 on my local machine with command prompt, but when I enter the same command lines in Kace k1000 (after zipped files)=>Distribution management=>Override defaut installation, it doesn't work. Can you help me please?

command lines: Maple17WindowsX86_64Installer.exe -f installer.properties

Thank you!

2 Comments   [ + ] Show comments
  • First of all try to use full paths, eg. create Install.bat next to the executable file with command:
    "%~dp0Maple17WindowsX86_64Installer.exe" -f "%~dp0installer.properties".
    If it doesn't help, verify if this is not related with different execution context (try to use 'psexec.exe -si <install.command>' to make sure that App is installing properly as SYSTEM user). - rad33k 8 years ago
  • Thank you! I forget to put INSTALLER_UI=SILENT on my properties file - moba-junior 8 years ago

Answers (1)

Answer Summary:
Posted by: moba-junior 8 years ago
Purple Belt
1

Top Answer

Thank you! I forget to put INSTALLER_UI=SILENT on my properties file.
My properties file is:

# Tue Jul 14 10:40:33 ADT 2015
# Replay feature output
# ---------------------
# This file was built by the Replay feature of InstallAnywhere.
# It contains variables that were set by Panels, Consoles or Custom Code.

INSTALLER_UI=SILENT

#Choose Install Folder
#---------------------
USER_INSTALL_DIR=C:\\Program Files\\Maple 17

#Install Desktop Shortcuts
#-------------------------
DESKTOP_SHORTCUTS=\"Yes\",\"\"
DESKTOP_SHORTCUTS_1=Yes
DESKTOP_SHORTCUTS_2=
DESKTOP_SHORTCUTS_BOOLEAN_1=1
DESKTOP_SHORTCUTS_BOOLEAN_2=0

#Choose the Type of Licensing
#----------------------------
LICENSE=\"Single User License\",\"\"
LICENSE_1=Single User License
LICENSE_2=
LICENSE_BOOLEAN_1=1
LICENSE_BOOLEAN_2=0

#Install
#-------
-fileOverwrite_C\:\\Program\ Files\\Maple\ 17\\bin.X86_64_WINDOWS\\activation.exe=Yes
-fileOverwrite_C\:\\Program\ Files\\Maple\ 17\\bin.X86_64_WINDOWS\\reader.exe=Yes
-fileOverwrite_C\:\\Program\ Files\\Maple\ 17\\bin.X86_64_WINDOWS\\lmutil.exe=Yes
-fileOverwrite_C\:\\Program\ Files\\Maple\ 17\\bin.X86_64_WINDOWS\\cmaple.ico=Yes
-fileOverwrite_C\:\\Program\ Files\\Maple\ 17\\bin.X86_64_WINDOWS\\maplew.ico=Yes
-fileOverwrite_C\:\\Program\ Files\\Maple\ 17\\bin.X86_64_WINDOWS\\update.properties=Yes
-fileOverwrite_C\:\\Program\ Files\\Maple\ 17\\examples\\MaplePortal.mw=Yes
-fileOverwrite_C\:\\Program\ Files\\Maple\ 17\\java\\MapleActivation.jar=Yes
-fileOverwrite_C\:\\Program\ Files\\Maple\ 17\\license\\version.txt=Yes
-fileOverwrite_C\:\\Program\ Files\\Maple\ 17\\redist\\vcredist_x86.exe=Yes
-fileOverwrite_C\:\\Program\ Files\\Maple\ 17\\redist\\vcredist_x64.exe=Yes
-fileOverwrite_C\:\\Program\ Files\\Maple\ 17\\redist\\vcredist_x86_2010.exe=Yes
-fileOverwrite_C\:\\Program\ Files\\Maple\ 17\\redist\\vcredist_x64_2010.exe=Yes
-fileOverwrite_C\:\\Program\ Files\\Maple\ 17\\redist\\w_ccompxe_redist_ia32_2013.0.089.msi=Yes
-fileOverwrite_C\:\\Program\ Files\\Maple\ 17\\redist\\w_ccompxe_redist_intel64_2013.0.089.msi=Yes
-fileOverwrite_C\:\\Program\ Files\\Maple\ 17\\reader\\maple-reader.jar=Yes
-fileOverwrite_C\:\\Program\ Files\\Maple\ 17\\uninstall\\Uninstall\ Maple\ 17.lax=Yes
-fileOverwrite_C\:\\Program\ Files\\Maple\ 17\\uninstall\\resource\\iawin64_x64.dll=Yes
-fileOverwrite_C\:\\Program\ Files\\Maple\ 17\\uninstall\\resource\\iawin32.dll=Yes
-fileOverwrite_C\:\\Program\ Files\\Maple\ 17\\uninstall\\resource\\remove.exe=Yes
-fileOverwrite_C\:\\Program\ Files\\Maple\ 17\\MapleToolbox_WindowsX86_64.exe=Yes
-fileOverwrite_C\:\\Program\ Files\\Maple\ 17\\MapleToolbox.bat=Yes

#Maplesoft Activation
#--------------------


command lines: Maple17WindowsX86_64Installer.exe -f <file>.properties
 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ