/build/static/layout/Breadcrumb_cap_w.png

No Repair Tab in Add or Remove Programs

Hi everyone,
Problem : After installing the application , the "Repair" tab in the Add/Remove Programs is not visible. Actually in the supplied msi , there is a property "ARPNOREPAIR" with the value "1" . I changed this value to "0" , even then the Repair tab is not visible . Moreover i deleted the same property which yielded no result. Then i realised that there is a custom action which sets the property "ARPNOREPAIR" to "1" . All i want to know is where should i set the property to change the value of ARPNOREPAIR to "0" in custom action .

0 Comments   [ + ] Show comments

Answers (5)

Posted by: anonymous_9363 16 years ago
Red Belt
0
Your property-setting CA needs to be placed in the Execute Immediate sequence after the current CA which is setting it to '1'. If this is a vendor-supplied MSI, make sure you add the CA via a transform and do not edit the MSI directly.
Posted by: spartacus 16 years ago
Black Belt
0
To reinstate the Repair button, just make sure ARPNOREPAIR is removed completely from the Property Table. Then either remove the Custom Action that sets the ARPNOREPAIR property or (if you are uncomfortable with that) set an impossible-to-meet condition on the Custom Action, for example 1=0.

(IIRC, if the ARPNOREPAIR property is present at all in the package, irrespective of the value assigned to it, it will have the effect of disabling the Repair button.)

Regards,

Spartacus
Posted by: anonymous_9363 16 years ago
Red Belt
0
ORIGINAL: spartacus
(IIRC, if the ARPNOREPAIR property is present at all in the package, irrespective of the value assigned to it, it will have the effect of disabling the Repair button.)
Interesting...I'll look into that.
Posted by: axsysbabu 15 years ago
Orange Belt
0
hi,
repair button will nt be visible in arp .
but repair button is visible on support info dialog only . not in arp .....

depends on the value of " Disable repair button" is "Yes/No"
Posted by: anonymous_9363 15 years ago
Red Belt
0
ORIGINAL: axsysbabu
depends on the value of " Disable repair button" is "Yes/No"
That's an InstallShield-only UI option which, in the final analysis, sets the ARPNOMODIFY property anyway.
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