Silent installation not working keep poping a window

5 visualizaciones (últimos 30 días)
tocallox
tocallox el 1 de Sept. de 2016
Comentada: tocallox el 6 de Sept. de 2016
Hi I'm trying to silently install matlab R2015a but it's not working. I'm getting a Window asking to input my serial number (which is not suppose to pop-up). Here's my sentence to start it in admin mode in DOS: setup.exe -inputfile installer_input.txt (my .txt file is in the same folder as my setup.exe) and here's my installer_input information from my file (i've deleted everything else):
destinationFolder=C:\Program Files\MATLAB
fileInstallationKey=12345-12345-12345-12345-12345
agreeToLicense=yes
mode=silent
desktopShortcut=false
startMenuShortcut=false
Do i need something else in my installer_input.txt or do i need to place it in a diffrent order or something?

Respuestas (1)

Travis Neuendorf
Travis Neuendorf el 1 de Sept. de 2016
Heh, i know why. It sounds like you did not specify where it is located. for example:
setup.exe -inputFile C:\temp\installer_input.txt
You need to tell cmd where its located.
1.) Where did you put the installer_input
2.) Copy the directory as is and type it in cmd
Error? you probably got the wrong directory. Its theoretic, but it may matter where its located for matlab
  1 comentario
tocallox
tocallox el 6 de Sept. de 2016
Here's what i wrote: setup.exe -inputfile F:\DepotPS\matlab\za2015000000\source\installer_input.txt but it's not working. Is my installer_input.txt the problem?

Iniciar sesión para comentar.

Categorías

Más información sobre Introduction to Installation and Licensing en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by