bbear15 Posted February 12, 2015 Share Posted February 12, 2015 Can the Adept 2 software be silently installed in Windows from the command line? Link to comment Share on other sites More sharing options...
Cristian.Fatu Posted February 16, 2015 Share Posted February 16, 2015 And here are some more details: The installer options that I am aware of are as follows: /S - Silent mode installation without GUI. The driver installation might ask for allowance. /IsePath="path" - IsePath for ChipScope Plugin. The plugin will be insalled under “$pathlibntpluginsDigilentlibCseDigilent” and “$pathlibnt64pluginsDigilentlibCseDigilent”. /LogFile="path" - The installer will append the installation log file to this. The log file must exist. Here are the error codes: 0 - no error 1 - aborted by user (only in gui mode because in silent mode there is no cancel button) 2 - other error 100 - requires at least Windows 2000 101 - requires Administrator privileges 200 - Adept-Runtime USB driver installation failed 300 - IsePath argument for ChipScope plugin is not valid Link to comment Share on other sites More sharing options...
JColvin Posted February 13, 2015 Share Posted February 13, 2015 Hi bbear15, I talked with our support team and found that yes you are able to install it silently. Here's the response I got: Yes the Windows version of Adept can be installed silently from the command line. In fact that's how Xilinx installs it with Vivado. The installer can be run silently from the command line by executing the following command: start "install" /WAIT "c:path_to_executabledigilent.adept.system_v2.16.1.exe" /S /LogFile="c:path_to_log.txt" Please note that the "/LogFile" parameter may be omitted if the log file isn't desired. Also note that if this parameter is specified then the file must exist prior to the command being executed. Let me know if you have any more questions. Thanks, JColvin Link to comment Share on other sites More sharing options...
Question
bbear15
Can the Adept 2 software be silently installed in Windows from the command line?
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.