changes for 1.2 M1 release packaging.

This commit is contained in:
markpollack
2008-08-04 20:14:18 +00:00
parent 651ab8ef8c
commit ec5b3278f7
51 changed files with 10928 additions and 28 deletions

View File

@@ -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;