Jump to content

Switch off wrapper


 Share

Recommended Posts

Hi!

I have downloaded a AutoIt Scite with full packge. And now i want to switch off AutoIt3Wrapper.exe, because wrapper checked my scripts every time if i run a script, this don`t need for me.

Posted Image

Link to comment
Share on other sites

Hi!

I have downloaded a AutoIt Scite with full packge. And now i want to switch off AutoIt3Wrapper.exe, because wrapper checked my scripts every time if i run a script, this don`t need for me.

use AutoIt3Wrapper defaults ini

X:\Program Files\AutoIt3\SciTE\AutoIt3Wrapper\AutoIt3Wrapper.ini.example

This INI sets the Defaults for AutoIt3Wrapper which can be overridden by the Compiler Directives

Use 1 for Yes and 0 for No on options like Allow_Decompile,UseUPX and UseAnsi

See documentation for an explanation on purpose of the fields and their values

[Other]

Run_AU3Check=0

or per script

#AutoIt3Wrapper_Run_AU3Check=N

Edited by rover

I see fascists...

Link to comment
Share on other sites

@rover thanks, but you understand me wrong, i want to disable starting AutoIt3Wrapper when i run my script from Scite editor. I don`t need in this:

>"C:\Program Files\AutoIt3\SciTE\AutoIt3Wrapper\AutoIt3Wrapper.exe" /prod /AU3Check /in "C:\test.au3"
+>18:07:04 Starting AutoIt3Wrapper v.1.10.1.6   Environment(Language:0419  Keyboard:00000409  OS:WIN_XP/Service Pack 2  CPU:X86)

:)

Link to comment
Share on other sites

  • Developers

Why ?

What is the problem running a wrapper application that does all the hard work for you and makes it all configurable per script?

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