10-07-2002 01:05 PM
10-08-2002 10:04 AM
10-08-2002
10:26 AM
- last edited on
07-02-2024
10:27 AM
by
Content Cleaner
Hello
This document should help, it talks about customizing installers.
You can also install the CVI RTE silently.
Type the following line at the command prompt to silently install the CVI Run-Time Engine:
msiexec /i"CVI Runtime Engine.msi" /qb /l*v "C:\temp\install.log"
If you're not in the directory of the msi file, you need to specify the msi's full path. The /i switch means "install the following msi file"; use /x"CVI Runtime Engine.msi" to uninstall instead. /qb means "run in silent mode" and /l*v means "log the installer activity into this file"; the logging is entirely optional.
Hope this helps
Bilal Durrani
NI
10-11-2002 10:33 AM