I need to install a package with the qr switch
And I have to disable the cancel button.
How can I achieve this ?
How can I achieve this ?
0 Comments
[ + ] Show comments
Answers (7)
Please log in to answer
Posted by:
anonymous_9363
14 years ago
Posted by:
pjgeutjens
14 years ago
Posted by:
yuri
14 years ago
Posted by:
anonymous_9363
14 years ago
Posted by:
jmcfadyen
14 years ago
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
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"]
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.