Jump to content

Recommended Posts

Posted

Is there any instructions or a how to use for Autoit3Wrapper? or AutoIt3Wrapper_GUI? Do I need to download an add-on or some other piece of software?

Thanks

Posted

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.

  • 10 months later...
Posted

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)
  • 1 month later...
Posted (edited)

Zedna

In full Scite4Autoit3 you can get Help for it by Ctrl+F1 from Scite editor.

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

Edited by AZJIO
  • Developers
Posted

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

Posted

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.

Posted

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

  • Developers
Posted

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

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
  • Recently Browsing   0 members

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