/build/static/layout/Breadcrumb_cap_w.png

I need to install a package with the qr switch

And I have to disable the cancel button.
How can I achieve this ?

0 Comments   [ + ] Show comments

Answers (7)

Posted by: anonymous_9363 13 years ago
Red Belt
0
I've found searching and reading to be a good way of getting that information. Or how about 'MSIEXEC /?'
Posted by: $tar_sk 13 years ago
Senior Yellow Belt
0
I have not tried with qr but tried with qb as qb-!
Posted by: pjgeutjens 13 years ago
Red Belt
0
I don't think you actually can achieve that, since the /qr switch doesn't support an added !.
So if you want limited UI without a cancel button I'm afraid you're stuck with /qb

what's the reason for needing /qr specifically?
Posted by: yuri 13 years ago
Orange Belt
0
You could remove the [cancel] button from the dialogs that are displayed.
Posted by: anonymous_9363 13 years ago
Red Belt
0
Ha, ha, ha, ha, ha, ha, ha, ha, ha, ha, ha...

Ha, ha, ha, ha, ha, ha, ha, ha, ha, ha, ha...

Ha, ha, ha, ha, ha, ha, ha, ha, ha, ha, ha...

Ha, ha, ha, ha, ha, ha, ha, ha, ha, ha, ha...

Somebody, make it stop! Please make it stop
Posted by: baldawa 13 years ago
Senior Yellow Belt
0
qb! will remove the cancel button
Posted by: jmcfadyen 13 years ago
5th Degree Black Belt
0
i think your missing the OP's point. He said he needed /qr most likely due to some UILevel issue.

You can do it with a CA like this,.

Function HideCancel( )

Const msiMessageTypeCommonData = &H0B000000
Set rec = Installer.CreateRecord(2)
rec.IntegerData(1) = 2
rec.IntegerData(2) = 0

Message msiMessageTypeCommonData, rec HideCancel = 1 ' [font="courier new,courier new"][font="courier new,courier new"]return success to MSI
[font="courier new,courier new"][font="courier new,courier new"]
[font="courier new,courier new"][font="courier new,courier new"]End Function
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ