Niels Beukhof 2013-10-21 02:53
Hi,
We auto install ultramon to our systems here. But is it also posible to automatic add the license information without user interfention?
I have tryed to create a .reg file but this does not work.
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\7B6507354A238044B945301469C3C7C9\InstallProperties] "RegOwner"="XXXXXX" "ProductID"="XXXXXX"
|
Niels Beukhof 2013-10-21 03:32
Already fixed from 3.1 to 3.2.2 the reg dir has changed
|
Christian Studer 2013-10-21 16:15
You can also pass the registration information to msiexec:
msiexec /i <setupfile> USERNAME="<registeredTo>" PIDKEY=<regCode>
Or you could set the USERNAME and PIDKEY properties directly in the setup file or with a Windows Installer transform.
Christian Studer - www.realtimesoft.com
|