how to determine which software parameters r available?
For example.
AgreeToLicense=Yes LICENSECODE="xxxxx xxxxx xxxxx ..." /qn
how would i know if agreetolicense and licensecode are available? This is to be used in conjunction with MSI packages.
AgreeToLicense=Yes LICENSECODE="xxxxx xxxxx xxxxx ..." /qn
how would i know if agreetolicense and licensecode are available? This is to be used in conjunction with MSI packages.
0 Comments
[ + ] Show comments
Answers (2)
Please log in to answer
Posted by:
MSIMaker
20 years ago
Posted by:
cdupuis
20 years ago
There are also references directly to settings within the windows
installer database, therfore if you have an entry labeled "serial number"
then you can add "SERIAL NUMBER=XXXXX" to the command line, it will set a
temporary environment variable so when the installer logic asks for the
value it will get the one in memory instead of the one in the instaler
database.
installer database, therfore if you have an entry labeled "serial number"
then you can add "SERIAL NUMBER=XXXXX" to the command line, it will set a
temporary environment variable so when the installer logic asks for the
value it will get the one in memory instead of the one in the instaler
database.
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.