Jump to content
  • 0

Silent install of WaveForms2 on Windows


attila

Question

The installer can be launched in silent mode form command prompt or batch script:
> digilent.waveforms_v2.7.5.exe /S /AllUsers
 
In order to use the local version of requirements, have these setups in a directory named "Kit" next to the installer:
- WindowsInstaller
Command line argument:
/S
- Silent mode installation without GUI. The driver installation might ask for allowance.
/NCRC
- Disable CRC check.
/CurrentUser|AllUsers
- Create shortcuts for current user or for all users. Only available on first install, when no other Digilent Software is installed.
/QuickLaunch
- Create Quick Launch shortcut only for Windows XP.
/LogFile="log file"
- The installer will append the installation log file to this. The log file must exist.
/D=path to install
- Install directory. It must be the last parameter used in the command line and must not contain any quotes, even if the path contains spaces. Only absolute paths are supported.
 
Link to comment
Share on other sites

1 answer to this question

Recommended Posts

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...