diff options
author | marha <marha@users.sourceforge.net> | 2009-08-06 11:43:19 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-08-06 11:43:19 +0000 |
commit | 8b7fb34c4a3483aea08ddcc697b2a11c17d2e403 (patch) | |
tree | 7084b8e6f2965c18ef54ab4408dd489ad89cb43c /runtime.manifest | |
parent | 5a4d2414ae2ae1c3bcb70b1c7febd1423a19077f (diff) | |
download | vcxsrv-8b7fb34c4a3483aea08ddcc697b2a11c17d2e403.tar.gz vcxsrv-8b7fb34c4a3483aea08ddcc697b2a11c17d2e403.tar.bz2 vcxsrv-8b7fb34c4a3483aea08ddcc697b2a11c17d2e403.zip |
Generate the manifest file at run-time (taking the latest version of the runtime installed)
Installer: used the latest version of the run-time installed.
Diffstat (limited to 'runtime.manifest')
-rw-r--r-- | runtime.manifest | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/runtime.manifest b/runtime.manifest deleted file mode 100644 index e1888927c..000000000 --- a/runtime.manifest +++ /dev/null @@ -1,15 +0,0 @@ -<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
-<assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>
- <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
- <security>
- <requestedPrivileges>
- <requestedExecutionLevel level='asInvoker' uiAccess='false' />
- </requestedPrivileges>
- </security>
- </trustInfo>
- <dependency>
- <dependentAssembly>
- <assemblyIdentity type="win32" name="Microsoft.VC90.CRT" version="9.0.30729.1" processorArchitecture="x86" publicKeyToken="1fc8b3b9a1e18e3b" />
- </dependentAssembly>
- </dependency>
-</assembly>
|