Problem with silent installation (FlashPlayer 10 -> /qn
Hi,
I added a "VBScript embedded code" and when I execute without /qn, everything is ok. But when I use /qn, the "VBScript embeded code" is ignored.
I really need to know, how to install silently and make sure the vbscript embedded code is executed ?
Thanks
I added a "VBScript embedded code" and when I execute without /qn, everything is ok. But when I use /qn, the "VBScript embeded code" is ignored.
I really need to know, how to install silently and make sure the vbscript embedded code is executed ?
Thanks
0 Comments
[ + ] Show comments
Answers (4)
Please log in to answer
Posted by:
aogilmor
15 years ago
what are you doing with your vbscript and why do you need it for flash player 10?
Also, I really don't like vbscript embedded code as it has a character limit and they're hard to change or edit; if you really need a vbscript for this install (doubtful) use the binary table to store it.
To tell what's going on with your CA, do a verbose log /qn /l*v <path to log file> and examine the log file to see if your custom action ran.
Also, I really don't like vbscript embedded code as it has a character limit and they're hard to change or edit; if you really need a vbscript for this install (doubtful) use the binary table to store it.
To tell what's going on with your CA, do a verbose log /qn /l*v <path to log file> and examine the log file to see if your custom action ran.
Posted by:
DGI
15 years ago
Posted by:
zipsantro
15 years ago
Custom action sequence matters a lot. You might need to check your custom action sequence.
If your CA is sequenced under InstallUISequence, it will be ignored on silent installation. In that case you can sequence your CA under ExecuteImmediate/ExecuteDeffered. There are differences between immediate and deffered which you need understand first and than take a call on that.
Jeeoo!
Santro
If your CA is sequenced under InstallUISequence, it will be ignored on silent installation. In that case you can sequence your CA under ExecuteImmediate/ExecuteDeffered. There are differences between immediate and deffered which you need understand first and than take a call on that.
Jeeoo!
Santro
Posted by:
DGI
15 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.