Prob with a MST file and Silent installation mode
Hi,
I create a MST file with the serial number of my application.
It's work in normal installation mode (Next, Next, Next ...)
But i receive a error message when i try in silent mode (the serial number is not valid)
Could you help me?
Thanks in advance
I create a MST file with the serial number of my application.
It's work in normal installation mode (Next, Next, Next ...)
But i receive a error message when i try in silent mode (the serial number is not valid)
Could you help me?
Thanks in advance
0 Comments
[ + ] Show comments
Answers (11)
Please log in to answer
Posted by:
yshariff
16 years ago
Posted by:
jcb0203
16 years ago
Posted by:
yshariff
16 years ago
Yes its the same and PIDKEY is the Property that is passed along with the values. ie your serial number.
For example.
In Property tab enter the propert name as PIDKEY
and in the value tab enter the value as in your serial number ( Note: serial number entered should be without spaces of dashes).
Hope it helps you install silently.[:)]
For example.
In Property tab enter the propert name as PIDKEY
and in the value tab enter the value as in your serial number ( Note: serial number entered should be without spaces of dashes).
Hope it helps you install silently.[:)]
Posted by:
jcb0203
16 years ago
I create the ISX_SERIALNUM property with the good serial number.
If a launch the test without argument (like msiexec /i XXXX.msi TRANSFORMS=xxxx.mst), the serial number field is correct and i can click on the next button and install my application without any problems.
But when i try whit MSIEXEC /i XXX.msi TRANSFORMS=XXX.mst /qb or /qn, i have a error message (the serial number is not valid or somthing like that)
I don't understant why
Have you an idea?
Thanks
If a launch the test without argument (like msiexec /i XXXX.msi TRANSFORMS=xxxx.mst), the serial number field is correct and i can click on the next button and install my application without any problems.
But when i try whit MSIEXEC /i XXX.msi TRANSFORMS=XXX.mst /qb or /qn, i have a error message (the serial number is not valid or somthing like that)
I don't understant why
Have you an idea?
Thanks
Posted by:
yshariff
16 years ago
Posted by:
cbohs
16 years ago
Posted by:
jcb0203
16 years ago
Posted by:
anonymous_9363
16 years ago
Yes its the same and PIDKEY is the Property that is passed along with the values. ie your serial numberWhat gives you that idea?!? JCB, ignore that advice.
Try only /q instead of /qn or /qb
The /Q switch requires a following character (an 'n', 'b', 'r' or 'f'). The entire command line is ignored without it.
Now, to the problem...
Almost without question, there is a Custom Action which sets the property for the serial number. That CA is probably set to only execute in the User Interface sequence. Naturally, when you use the '/Qx' switch, there is no user interface and therefore no CAs which atre unique to that sequence get executed. You need to change the CA so that is executed at least once during an install. How you do that depends on what tool you're using to edit your transform.
Posted by:
jcb0203
16 years ago
Posted by:
yshariff
16 years ago
Posted by:
jcb0203
16 years ago
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.