JohnOne Posted January 26, 2014 Posted January 26, 2014 I found some links that were quite old, basically advising to just change a property in scite, aiming it at a particular aut2exe. But there have been vast changes from 3.3.8 to 3.3.10 in both AutoIt and Scite4AutoIt. Wondering if anyone has figured out a method of having both installed AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
Moderators Melba23 Posted January 26, 2014 Moderators Posted January 26, 2014 JohnOne,Install the 2 version in different folders and use the #AutoIt3Wrapper_Autoit3Dir= directive at the top of the script to determine which version runs it. M23 czardas and JohnOne 2 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area
czardas Posted January 26, 2014 Posted January 26, 2014 I wish I had known this before. operator64 ArrayWorkshop
JohnOne Posted January 26, 2014 Author Posted January 26, 2014 Thanks M. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
JohnOne Posted January 26, 2014 Author Posted January 26, 2014 I mean M in like a James Bond way. czardas 1 AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
Richard Robertson Posted January 27, 2014 Posted January 27, 2014 You could technically have every version available at the same time by extracting the zip copy to a version number directory.
JohnOne Posted January 27, 2014 Author Posted January 27, 2014 I think in my head, I was assuming AutoIt3 put files into my windows or system directory, files which might change from version to version and break an earlier install. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
Richard Robertson Posted January 27, 2014 Posted January 27, 2014 The zip file version would be unusable if that was true. The only difference is that the install version writes to the registry for file associations.
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