diff --git a/Manifest/VistaManAsInvoker.manifest b/Manifest/VistaManAsInvoker.manifest new file mode 100644 index 0000000..b88fccd --- /dev/null +++ b/Manifest/VistaManAsInvoker.manifest @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Manifest/VistaManHighestAvailable.manifest b/Manifest/VistaManHighestAvailable.manifest new file mode 100644 index 0000000..0549c0c --- /dev/null +++ b/Manifest/VistaManHighestAvailable.manifest @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Manifest/VistaManRequireAdministrator.manifest b/Manifest/VistaManRequireAdministrator.manifest new file mode 100644 index 0000000..6a325c9 --- /dev/null +++ b/Manifest/VistaManRequireAdministrator.manifest @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/VistaManAsInvoker.pas b/VistaManAsInvoker.pas index d6e7e06..5303f8d 100644 --- a/VistaManAsInvoker.pas +++ b/VistaManAsInvoker.pas @@ -1,5 +1,9 @@ unit VistaManAsInvoker; +{$IF CompilerVersion >= 23} + {$MESSAGE ERROR 'Deprecated; go to Project Options - Application, Use Custom Manifest and select one from the Manifest folder'} +{$IFEND} + {$WEAKPACKAGEUNIT ON} interface diff --git a/VistaManHighestAvailable.pas b/VistaManHighestAvailable.pas index 8ab89f2..f3cf310 100644 --- a/VistaManHighestAvailable.pas +++ b/VistaManHighestAvailable.pas @@ -1,5 +1,9 @@ unit VistaManHighestAvailable; +{$IF CompilerVersion >= 23} + {$MESSAGE ERROR 'Deprecated; go to Project Options - Application, Use Custom Manifest and select one from the Manifest folder'} +{$IFEND} + {$WEAKPACKAGEUNIT ON} interface diff --git a/VistaManRequireAdministrator.pas b/VistaManRequireAdministrator.pas index ef8b787..8c95b1c 100644 --- a/VistaManRequireAdministrator.pas +++ b/VistaManRequireAdministrator.pas @@ -1,5 +1,9 @@ unit VistaManRequireAdministrator; +{$IF CompilerVersion >= 23} + {$MESSAGE ERROR 'Deprecated; go to Project Options - Application, Use Custom Manifest and select one from the Manifest folder'} +{$IFEND} + {$WEAKPACKAGEUNIT ON} interface