UQOII Posted October 12, 2007 Posted October 12, 2007 (edited) i've got a problem with a librythis is the error if i want to instal it Edited October 12, 2007 by UQOII [center]uqoii.nl[/center]
Developers Jos Posted October 12, 2007 Developers Posted October 12, 2007 i've got a problem with a librythis is the error..and you ofcourse looked in the thread for this issue ? toch ? SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
UQOII Posted October 12, 2007 Author Posted October 12, 2007 ik snap hem nog steeds nie :s [center]uqoii.nl[/center]
Developers Jos Posted October 12, 2007 Developers Posted October 12, 2007 ik snap hem nog steeds nie :sLook in the first post where you found the link to au3lib... its all explained how to "work-around" this issue ....Leuk joh SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
UQOII Posted October 12, 2007 Author Posted October 12, 2007 (edited) $sRegKey = "HKEY_LOCAL_MACHINE\SOFTWARE\AutoIt v3\AutoIt" $sRegValue = "Version" $sRegType = "REG_SZ" $sCurrent = RegRead($sRegKey, $sRegValue) RegWrite($sRegKey, $sRegValue, $sRegType, "v3.2.4.9") MsgBox(0, "", "You are ready to install Auto3Lib." & @CRLF & @CRLF & _ 'Click "OK" when the installation is complete.') RegWrite($sRegKey, $sRegValue, $sRegType, $sCurrent) doesn't work EDIT : It works Edited October 12, 2007 by UQOII [center]uqoii.nl[/center]
Developers Jos Posted October 12, 2007 Developers Posted October 12, 2007 $sRegKey = "HKEY_LOCAL_MACHINE\SOFTWARE\AutoIt v3\AutoIt" $sRegValue = "Version" $sRegType = "REG_SZ" $sCurrent = RegRead($sRegKey, $sRegValue) RegWrite($sRegKey, $sRegValue, $sRegType, "v3.2.4.9") MsgBox(0, "", "You are ready to install Auto3Lib." & @CRLF & @CRLF & _ 'Click "OK" when the installation is complete.') RegWrite($sRegKey, $sRegValue, $sRegType, $sCurrent) doesn't workdid you install while the msgbox was up or did you close the msgbox and then do the install ? SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
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