I have some problems understanding how the 'repair button' works in burn. If my program is installed, and I'll click the repair button, my program is beeing installed again (if I understood the log files right). Is there a way to controll what's happening by clicking the button?? For example that it should redirect me to the .msi modify/change interface?
Am I right, that this line in the Rtf-theme:
< Button Name="RepairButton" X="-171" Y="-11" Width="75" Height="23" TabStop="yes" FontId="0" HideWhenDisabled="yes">#(loc.ModifyRepairButton) < /Button >
the loc.ModifyRepairButton redirects me to somewhere else??
This is what I would like to achieve:
The user should have the possibility to add some packages after the installation, for example if he has forgotten to check somehting or some hardware has changed etc.
thanks!!