changes for 1.2 M1 release packaging.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
IF (TestRemove.Caption <> TRUE) THEN CaptionInstall.Visible := True;
|
||||
IF (TestRemove.Caption = TRUE) THEN CaptionUninstall.Visible := True;
|
||||
IF (TestRemove.Caption <> TRUE) THEN CaptionUninstall.Visible := False;
|
||||
IF (TestRemove.Caption = TRUE) THEN CaptionInstall.Visible := False;
|
||||
Reference in New Issue
Block a user