aboutsummaryrefslogtreecommitdiff
path: root/runtime.manifest
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2009-08-06 11:43:19 +0000
committermarha <marha@users.sourceforge.net>2009-08-06 11:43:19 +0000
commit8b7fb34c4a3483aea08ddcc697b2a11c17d2e403 (patch)
tree7084b8e6f2965c18ef54ab4408dd489ad89cb43c /runtime.manifest
parent5a4d2414ae2ae1c3bcb70b1c7febd1423a19077f (diff)
downloadvcxsrv-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.manifest15
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>