-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert redirection policies to CLR2, which had unintentionally been c…
…onverted to CLR4 during Platform 7 development, fixes #71. The policies need to be in the CLR2 GAC in order to be effective so have to be compiled as CLR2.
- Loading branch information
1 parent
4814731
commit eee254a
Showing
11 changed files
with
37 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,11 @@ | ||
Check Application Requirements | ||
Check Application Pre-Requisites | ||
Set Registry Keys | ||
Remove Previous Platform install if present | ||
Remove 64bit components | ||
Remove Previous Platforms 4 and 5 if present | ||
Remove 32bit components | ||
Clean up any remaining simulator COM entries | ||
Install MSI support if required | ||
Remove any items left from previous instals | ||
Remove Platform update checker scheduled task | ||
Remove the earth rotation update scheduled job. | ||
Set Profile ACL | ||
Platform 5 and 5.5 files | ||
Developer files | ||
Validate installation |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
@Echo off | ||
Call "%VS90COMNTOOLS%vsvars32" | ||
al /link:Policy.1.0.Exceptions.xml /out:policy.1.0.ASCOM.Exceptions.dll /keyfile:..\..\ASCOM.snk /version:6.0.0.0 /fileversion:6.0.0.0 /company:"ASCOM Initiative" /product:"ASCOM Platform" | ||
al /link:Policy.1.1.Exceptions.xml /out:policy.1.1.ASCOM.Exceptions.dll /keyfile:..\..\ASCOM.snk /version:6.0.0.0 /fileversion:6.0.0.0 /company:"ASCOM Initiative" /product:"ASCOM Platform" | ||
al /link:Policy.1.0.DriverAccess.xml /out:policy.1.0.ASCOM.DriverAccess.dll /keyfile:..\..\ASCOM.snk /version:6.0.0.0 /fileversion:6.0.0.0 /company:"ASCOM Initiative" /product:"ASCOM Platform" | ||
al /link:policy.5.5.Astrometry.xml /out:policy.5.5.ASCOM.Astrometry.dll /keyfile:..\..\ASCOM.snk /version:6.0.0.0 /fileversion:6.0.0.0 /company:"ASCOM Initiative" /product:"ASCOM Platform" | ||
al /link:Policy.5.5.Utilities.xml /out:policy.5.5.ASCOM.Utilities.dll /keyfile:..\..\ASCOM.snk /version:6.0.0.0 /fileversion:6.0.0.0 /company:"ASCOM Initiative" /product:"ASCOM Platform" | ||
"C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\bin\x64\al" /link:Policy.1.0.Exceptions.xml /out:policy.1.0.ASCOM.Exceptions.dll /keyfile:..\..\ASCOM.snk /version:6.0.0.0 /fileversion:6.0.0.0 /company:"ASCOM Initiative" /product:"ASCOM Platform" | ||
"C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\bin\x64\al" /link:Policy.1.1.Exceptions.xml /out:policy.1.1.ASCOM.Exceptions.dll /keyfile:..\..\ASCOM.snk /version:6.0.0.0 /fileversion:6.0.0.0 /company:"ASCOM Initiative" /product:"ASCOM Platform" | ||
"C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\bin\x64\al" /link:Policy.1.0.DriverAccess.xml /out:policy.1.0.ASCOM.DriverAccess.dll /keyfile:..\..\ASCOM.snk /version:6.0.0.0 /fileversion:6.0.0.0 /company:"ASCOM Initiative" /product:"ASCOM Platform" | ||
"C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\bin\x64\al" /link:policy.5.5.Astrometry.xml /out:policy.5.5.ASCOM.Astrometry.dll /keyfile:..\..\ASCOM.snk /version:6.0.0.0 /fileversion:6.0.0.0 /company:"ASCOM Initiative" /product:"ASCOM Platform" | ||
"C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\bin\x64\al" /link:Policy.5.5.Utilities.xml /out:policy.5.5.ASCOM.Utilities.dll /keyfile:..\..\ASCOM.snk /version:6.0.0.0 /fileversion:6.0.0.0 /company:"ASCOM Initiative" /product:"ASCOM Platform" |
Binary file modified
BIN
+0 Bytes
(100%)
InstallerSupport/RedirectionPolicies/policy.1.0.ASCOM.DriverAccess.dll
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
InstallerSupport/RedirectionPolicies/policy.1.0.ASCOM.Exceptions.dll
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
InstallerSupport/RedirectionPolicies/policy.1.1.ASCOM.Exceptions.dll
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
InstallerSupport/RedirectionPolicies/policy.5.5.ASCOM.Astrometry.dll
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
InstallerSupport/RedirectionPolicies/policy.5.5.ASCOM.Utilities.dll
Binary file not shown.