Custom Query (3927 matches)
Results (424 - 426 of 3927)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #425 | Rejected | Change to the registy by the installer | ||
| Description |
The standard method of finding the path to the AutoIt3 folder is to read and parse the default registry value at. HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\AutoIt3.exe Although this is easily enough accomplished it would be much easier if the installer also wrote just the folder path to a new value like "Path". Typically that would just be "C:\Program Files\AutoIt3" or "C:\Program Files\AutoIt3\" That is a simple change for the installer. Then if we wanted, for example, the path to the standard Include folder it would just be $rKey = "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\AutoIt3.exe" $InclPath = RegRead($rKey,"Path") & "\include\" Just a thought here, but I think it is a better solution than using $rKey = "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\AutoIt3.exe" $rVal = RegRead($rKey,"") $InclPath = StringLeft($rVal, StringInStr($rVal,"\",0,-1)) & "include\" |
|||
| #426 | Rejected | Compability with cryptors & packers | ||
| Description |
AutoIt is incompatible with WinLicence v2.0 and themida 2.0+ Autoit is incompatible with the best obfuscator & cryptor - ExeCryptor. AutoIt is incompatible with other minor cryptors & packers. I like AutoIt,I sell projects made in Autoit.Please make my life safer and easier,I want to protect my work with something better than UPX! [i]Note:For testing purposes,I can provide you with license of these packers,I bought a few and it's not a problem for me to give you one.i |
|||
| #427 | Rejected | add latest SciTE info to http://www.autoitscript.com/autoit3/files/beta/update.dat | ||
| Description |
Hello Developers Team. What do you think about adding a section covering the latest Autoit customized SciTE version as well to this file? http://www.autoitscript.com/autoit3/files/beta/update.dat I've written an autoit + beta + SciTE + some hotkeys (startmenu's .LNK properties) + SciTE customization's setup. Now I was wondering to first check (prior setup) if there are newer versions on the web. If, get them first. Autoit and Autoit Beta are fine, but I fail with SciTE...
.... [AutoItSciTE] version=0.0.0.0 index=http://www.autoitscript.com/autoit3/scite/downloads.shtml setup=http://www.autoitscript.com/cgi-bin/getfile.pl?../autoit3/scite/download/SciTE4AutoIt3.exe filesize=4136694 filetime=0 Regards, Rudi. |
|||
