-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
V. 1.8 (64-bit)
- Loading branch information
Showing
13 changed files
with
77 additions
and
22 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,28 +1,32 @@ | ||
Readme for Developers | ||
|
||
By: Islam Adel | ||
------------------------------------------------------ | ||
|
||
- Change File Version and Info: | ||
V. 1.8 64-bit | ||
|
||
- Replaced 7z.dll, 7z.exe, 7zSD.sfx with version 9.20 + Extras | ||
|
||
- Replaced RCEDIT by RCEDIT64 | ||
|
||
Open sfx with Reshacker | ||
change text under "Version Info" | ||
click compile script | ||
save and exit | ||
- Apply manifest compatibility: | ||
#https://github.com/eladkarako/mt/tree/master/x64 | ||
mt.exe -manifest manifest.xml -outputresource:"7zS.sfx;#1 | ||
|
||
- Apply Version Info with Resource H. | ||
- Apply Default icon with RCEDIT64 | ||
#https://sourceforge.net/projects/winrun4j/ | ||
------------------------------------------------------ | ||
|
||
- What to include when updating version? | ||
|
||
bat2exe.bat | ||
bat2exe.cmd | ||
bat2exe.ico | ||
|
||
bin\7z.dll | ||
bin\7z.exe | ||
bin\7ZSD_LZMAi.sfx | ||
bin\7ZSD.sfx | ||
bin\browse.vbs | ||
bin\choice.exe | ||
-[bin\ResHacker.exe] | ||
bin\res.exe | ||
bin\upx.exe | ||
bin\RCEDIT64.exe | ||
|
||
------------------------------------------------------ |
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3"> | ||
|
||
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1"> | ||
<application> | ||
<!--application support for Windows Vista --> | ||
<supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/> | ||
<!--application support for Windows 7 --> | ||
<supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/> | ||
</application> | ||
</compatibility> | ||
|
||
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2"> | ||
<security> | ||
<requestedPrivileges> | ||
<requestedExecutionLevel level="asInvoker" uiAccess="false"/> | ||
</requestedPrivileges> | ||
</security> | ||
</trustInfo> | ||
|
||
</assembly> |
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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
|
||
1 VERSIONINFO | ||
FILEVERSION 1,8,0,0 | ||
PRODUCTVERSION 1,8,0,0 | ||
FILEOS 0x40004 | ||
FILETYPE 0x1 | ||
{ | ||
BLOCK "StringFileInfo" | ||
{ | ||
BLOCK "040904B0" | ||
{ | ||
VALUE "CompanyName", "Islam Adel" | ||
VALUE "FileDescription", "Created by BAT2EXE.net" | ||
VALUE "FileVersion", "1.8" | ||
VALUE "InternalName", "bat2exe.exe" | ||
VALUE "LegalCopyright", "Islam Adel" | ||
VALUE "OriginalFilename", "bat2exe.exe" | ||
VALUE "ProductName", "BAT2EXE" | ||
VALUE "ProductVersion", "1.8" | ||
} | ||
} | ||
|
||
BLOCK "VarFileInfo" | ||
{ | ||
VALUE "Translation", 0x0409 0x04B0 | ||
} | ||
} |
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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.