Inno Setup! how to give user a choose to uninstall program when reinstall

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • flamkuavos
    New Member
    • Sep 2008
    • 1

    Inno Setup! how to give user a choose to uninstall program when reinstall

    function NextButtonClick (...)
    begin
    if CurPageID = TestPage.ID then begin

    if(choose the "uninstall" Radio) ?...? ????????????? {{uninstallexe} doesnot work here}
    ...

    end else begin Result := true end
    end;
  • kenobewan
    Recognized Expert Specialist
    • Dec 2006
    • 4871

    #2
    This is not an IIS question. Please refer to the Posting Guidelines.

    MODERATOR

    Comment

    Working...