PDA

View Full Version : silent install / uninstall


GerLot
17-03-2008, 05:00 PM
Die neueset Version lässt sich mit
vwsetup6a17de.exe /S /INST="d:\CadViewer6" /NOPDF /NR /ASSOC_TIF=0
silent in einem Verzeichnis meiner Wahl ohne PDF-Druckertreiber installieren aber wie trage ich die Lizenzinformation silent ein?

wie geht ein silent uninstall um auf eine zukünftige Version umzusteigen?

GuthCAD Software Support
17-03-2008, 07:55 PM
Hi,

You can use the switch /LICENSE="{license_name},{command_line_license_code}". The {command_line_license_code} is not the same as the keycode that is given to activate the software via the user interface. Please request a command_line_license_code by sending an email to our Software Support / Keycode Requests contact email. (http://www.guthcad.com/contact.htm)

(In your case we will also send it via a Private Email. Click the 'Private Messages' link after you log on to the forum.)

Best regards,
Software Support

GerLot
18-03-2008, 02:45 AM
Lizenzeintrag über
/LICENSE= ="{license_name},{command_line_license_code}" funktioniert.

Gibt es eine Möglichkeit des silent uninstall?

GuthCAD Software Support
18-03-2008, 03:11 AM
Hi,

Gibt es eine Möglichkeit des silent uninstall?
By example:
If the software was installed in "D:\cadviewer6", then to silently uninstall use:

"d:\cadviewer6\unwise.exe" /S "d:\cadviewer6\install.log"

Note that command line uninstall method requires the path to the log file as a parameter. It must be the log file that is in the same folder as unwise.exe.

Best regards,
Software Support