Skip to content

Commit ac2b968

Browse files
committed
Added all files in the installer to maybe help others.
1 parent 4d5f048 commit ac2b968

File tree

2,132 files changed

+405035
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,132 files changed

+405035
-0
lines changed

LuaForWindows.iss

Lines changed: 578 additions & 0 deletions
Large diffs are not rendered by default.

SciTE/SciLexer.dll

360 KB
Binary file not shown.

SciTE/SciTE.exe

422 KB
Binary file not shown.

SciTE/SciTE.exe.manifest

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2+
<assembly
3+
xmlns="urn:schemas-microsoft-com:asm.v1"
4+
manifestVersion="1.0">
5+
<assemblyIdentity
6+
processorArchitecture="x86"
7+
version="5.1.0.0"
8+
type="win32"
9+
name="xplorer2"/>
10+
<description>gScripted scripting interface to gtxDeviceComm</description>
11+
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
12+
<security>
13+
<requestedPrivileges>
14+
<requestedExecutionLevel
15+
level="asInvoker"
16+
uiAccess="false"/>
17+
</requestedPrivileges>
18+
</security>
19+
</trustInfo>
20+
<dependency>
21+
<dependentAssembly>
22+
<assemblyIdentity
23+
type="win32"
24+
name="Microsoft.Windows.Common-Controls"
25+
version="6.0.0.0"
26+
publicKeyToken="6595b64144ccf1df"
27+
language="*"
28+
processorArchitecture="x86"/>
29+
</dependentAssembly>
30+
</dependency>
31+
<dependency>
32+
<dependentAssembly>
33+
<assemblyIdentity type="win32" name="Microsoft.VC80.CRT"
34+
version="8.0.50727.762" processorArchitecture="x86"
35+
publicKeyToken="1fc8b3b9a1e18e3b"></assemblyIdentity>
36+
</dependentAssembly>
37+
</dependency>
38+
</assembly>
39+

0 commit comments

Comments
 (0)