Jump to content

Autoit3Wrapper


Recommended Posts

Download and Install SciTE4AutoIt3 if you haven't.

The GUI comes when you press Compile (ctrl+f7) or if you right+click a file in Explorer and press "Compile with options". The options are mostly self explanatory, but details are in the SciTE help.

Link to comment
Share on other sites

  • 10 months later...

Could you add a line to work portable?

Global $SciTE_Dir = RegRead('HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\App Paths\SciTE.exe', '')
If @error Then $SciTE_Dir = StringRegExpReplace(@ScriptDir, '(^.*)\\.*$', '\1') ; <<<<<<<< - line=168
; MsgBox(0, 'Message', $SciTE_Dir)
Link to comment
Share on other sites

  • 1 month later...
  • Developers

I would like the author to Autoit3Wrapper added a line that returns a path when SciTE is not in the registry. Otherwise Obfuscator error.

It helps to be specific when you have an error by specifying your exact setup and the error you get.

One thing is for sure though that when you either use the installer or simply fill in the correct variable in au3.properties, things should run fine.

Jos :huh2:

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.
  :)

Link to comment
Share on other sites

I originally downloaded separately AutoIt3, AutoIt3Wrapper and Obfuscator ( without SciTE4AutoIt3) and could not understand why is not working Obfuscator. Standard installation AutoIt3 with SciTE does not add the necessary entry in the registry. About SciTE4AutoIt3 I learned only after a year. This caused a problem. Now it does not cause problems, but for those users who separately download get a similar error, not informative.

Link to comment
Share on other sites

I originally downloaded separately AutoIt3, AutoIt3Wrapper and Obfuscator ( without SciTE4AutoIt3) and could not understand why is not working Obfuscator. Standard installation AutoIt3 with SciTE does not add the necessary entry in the registry. About SciTE4AutoIt3 I learned only after a year. This caused a problem. Now it does not cause problems, but for those users who separately download get a similar error, not informative.

So hang on; are you trying to say that the normal autoit installer should be modified to add that registry entry, so that users adding the functionality from the ZIP file will be able to do so?

ongoing projects:-firestorm: Largescale P2P Social NetworkCompleted Autoit Programs/Scripts: Variable Pickler | Networked Streaming Audio (in pure autoIT) | firenet p2p web messenger | Proxy Checker | Dynamic Execute() Code Generator | P2P UDF | Graph Theory Proof of Concept - Breadth First search

Link to comment
Share on other sites

  • Developers

It should work fine without ant registry entries when you adhere to some rules.

... but you will have to use the full SciTE4AutoIt3 installer to install all utilities like Obfuscator correctly.

Jos

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.
  :)

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...