strate Posted November 11, 2004 Posted November 11, 2004 I tried using this lastnight but couldn't figure out how. Could someone walk me thru setup from downloading PLEASE. INI TreeViewA bus station is where a bus stops, a train station is where a train stops. Onmy desk I have a work station...
this-is-me Posted November 11, 2004 Posted November 11, 2004 http://autoitscript.com/autoit3/files/unst...it-v3.0.103.exe Who else would I be?
strate Posted November 11, 2004 Author Posted November 11, 2004 How often does it crash due to changes being made? INI TreeViewA bus station is where a bus stops, a train station is where a train stops. Onmy desk I have a work station...
CyberSlug Posted November 11, 2004 Posted November 11, 2004 0) Read http://www.autoitscript.com/forum/index.php?showtopic=28771) Download and install http://www.autoitscript.com/autoit3/files/...it-v3.0.103.exe2) Download and install http://www.autoitscript.com/autoit3/scite/...iTe4AutoIt3.exe3) [Optional] Download http://www.autoitscript.com/fileman/users/public/CyberSlug/oct16proto.zipAfter the each installer finishes, there should be a help file that is launched automatically.... Glance though the documentation before closing it Hope that helps Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
strate Posted November 11, 2004 Author Posted November 11, 2004 http://autoitscript.com/autoit3/files/unst...it-v3.0.103.exe<{POST_SNAPBACK}>This doesn't appear to be any different, all of the functions look the same. INI TreeViewA bus station is where a bus stops, a train station is where a train stops. Onmy desk I have a work station...
CyberSlug Posted November 11, 2004 Posted November 11, 2004 The old functions should be there.... It has some new functions at shown in this example:GuiCreate("Example") $ok = GuiCtrlCreatebutton("Click to close", 50, 50, 100, 30) GuiSetState(@SW_SHOW) While 1 $msg = GuiGetMsg() If $msg = $ok Then Exit Wend By the way, I've found the code to be quite stable. Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
strate Posted November 11, 2004 Author Posted November 11, 2004 0) Read http://www.autoitscript.com/forum/index.php?showtopic=28771) Download and install http://www.autoitscript.com/autoit3/files/...it-v3.0.103.exe2) Download and install http://www.autoitscript.com/autoit3/scite/...iTe4AutoIt3.exe3) [Optional] Download http://www.autoitscript.com/fileman/users/public/CyberSlug/oct16proto.zipAfter the each installer finishes, there should be a help file that is launched automatically.... Glance though the documentation before closing it Hope that helps<{POST_SNAPBACK}>When I started installing step two it says AutoIt wasnt installed. INI TreeViewA bus station is where a bus stops, a train station is where a train stops. Onmy desk I have a work station...
CyberSlug Posted November 11, 2004 Posted November 11, 2004 Hmm, maybe this change is the reason...Workaround that might work:Start > Run regeditBrowse to "HKEY_LOCAL_MACHINE\SOFTWARE\AutoIt v3\"Right-click, Export, and save to some file such as AutoItRegKey.regFind the file you just saved, right click it and choose EditDo a search for "\SOFTWARE\AutoIt v3\" and replace it with "SOFTWARE\HiddenSoft\AutoIt3\"Save the fileRight click the file again and choose "Merge" Confirm mergingTry running the SciTE installer again Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
Administrators Jon Posted November 11, 2004 Administrators Posted November 11, 2004 Hmm, maybe this change is the reason...Workaround that might work:Start > Run regeditBrowse to "HKEY_LOCAL_MACHINE\SOFTWARE\AutoIt v3\"Right-click, Export, and save to some file such as AutoItRegKey.regFind the file you just saved, right click it and choose EditDo a search for "\SOFTWARE\AutoIt v3\" and replace it with "SOFTWARE\HiddenSoft\AutoIt3\"Save the fileRight click the file again and choose "Merge" Confirm mergingTry running the SciTE installer againShould be fine, I made it check for old keys during install. Deployment Blog: https://www.autoitconsulting.com/site/blog/ SCCM SDK Programming: https://www.autoitconsulting.com/site/sccm-sdk/
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now