autoit-scripts – Diff between revs 7 and 8

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 7 Rev 8
Line 3... Line 3...
3 #AutoIt3Wrapper_Icon=favicon.ico 3 #AutoIt3Wrapper_Icon=favicon.ico
4 #AutoIt3Wrapper_Outfile=Release\x86\AutoRun.exe 4 #AutoIt3Wrapper_Outfile=Release\x86\AutoRun.exe
5 #AutoIt3Wrapper_Compression=0 5 #AutoIt3Wrapper_Compression=0
6 #AutoIt3Wrapper_Res_Comment=Hold shift key down in order to simulate autorun for games that do not have an autorun feature. 6 #AutoIt3Wrapper_Res_Comment=Hold shift key down in order to simulate autorun for games that do not have an autorun feature.
7 #AutoIt3Wrapper_Res_Description=Hold shift key down in order to simulate autorun for games that do not have an autorun feature. 7 #AutoIt3Wrapper_Res_Description=Hold shift key down in order to simulate autorun for games that do not have an autorun feature.
8 #AutoIt3Wrapper_Res_Fileversion=1.0.0.14 8 #AutoIt3Wrapper_Res_Fileversion=1.0.0.15
9 #AutoIt3Wrapper_Res_Fileversion_AutoIncrement=y 9 #AutoIt3Wrapper_Res_Fileversion_AutoIncrement=y
10 #AutoIt3Wrapper_Res_Fileversion_First_Increment=y 10 #AutoIt3Wrapper_Res_Fileversion_First_Increment=y
11 #AutoIt3Wrapper_Res_ProductName=AutoRun 11 #AutoIt3Wrapper_Res_ProductName=AutoRun
12 #AutoIt3Wrapper_Res_ProductVersion=1.0 12 #AutoIt3Wrapper_Res_ProductVersion=1.0
13 #AutoIt3Wrapper_Res_CompanyName=Wizardry and Steamworks 13 #AutoIt3Wrapper_Res_CompanyName=Wizardry and Steamworks
Line 48... Line 48...
48 ; THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR 48 ; THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
49 ; OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 49 ; OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
50 ; ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 50 ; ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
51 ; OTHER DEALINGS IN THE SOFTWARE. 51 ; OTHER DEALINGS IN THE SOFTWARE.
Line 52... Line 52...
52   52  
53 Global Const $VERSION = "1.0.0.14" 53 Global Const $VERSION = "1.0.0.15"
54 #AutoIt3Wrapper_Testing=n 54 #AutoIt3Wrapper_Testing=n
55 #pragma compile(AutoItExecuteAllowed, true) 55 #pragma compile(AutoItExecuteAllowed, true)
Line 56... Line 56...
56 #AutoIt3Wrapper_ShowProgress=n 56 #AutoIt3Wrapper_ShowProgress=n
Line 67... Line 67...
67 #include <AutoItConstants.au3> 67 #include <AutoItConstants.au3>
68 #include <StringConstants.au3> 68 #include <StringConstants.au3>
69 #include <Misc.au3> 69 #include <Misc.au3>
70 ; Required for the $TRAY_CHECKED and $TRAY_ICONSTATE_SHOW constants. 70 ; Required for the $TRAY_CHECKED and $TRAY_ICONSTATE_SHOW constants.
71 #include <TrayConstants.au3> 71 #include <TrayConstants.au3>
72 ; Base64 encoder / decoder by J2TEAM (https://github.com/J2TEAM) -  
73 #include "Base64.au3" -  
Line 74... Line 72...
74   72  
75 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 73 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
76 ;; INTERNALS ;; 74 ;; INTERNALS ;;