Jump to content

aut2exe AutoIt3Wrapper path ini


Ontosy
 Share

Recommended Posts

  • Developers

Try using the directives... i want to move away from the INI as this is replaced by the directives and I left it in for backwards compatibility.

Guess I missed something somewhere.

#AutoIt3Wrapper_Aut2Exe=c:\mypath\Aut2Exe\Aut2Exe.exe
Edited by 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

i want to move away from the INI as this is replaced by the directives and I left it in for backwards compatibility.

Too bad, because it was convenient INI. I have many files to compile with the same parameters and it is terrible to have to include the following directives in each of them. It would be easier to have a configuration file.
Link to comment
Share on other sites

  • Developers

Please give the current Beta version 2.0.3.2 of Autoit3Wrapper a try and see if that fixes it for you.

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

  • Developers

Worked for me.

Show me the scite outputpane info when you do F7 so i can check things.

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

  • Developers

Well you will have to given me information so i can look into the issue.

What is the exact commandline you use?

Can you capture the produced stdout information and share it?

Jos

Edited by 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

c:\ProgrammiMark\AutoIt3\AutoIt3Wrapper\AutoIt3Wrapper.exe
Process started >>>
+>11:29:39 Starting AutoIt3Wrapper v.2.0.3.2    Environment(Language:0410  Keyboard:00000410  OS:WIN_XP/Service Pack 2  CPU:X64 OS:X86)
! Unable to determine the location of the AutoIt3 program directory!
>Running:(3.3.6.1):C:\ProgrammiMark\AutoIt3\Aut2Exe\Aut2Exe.exe  /in "c:\Documents and Settings\Mark\Impostazioni locali\Temp\aaaa.au3" /out "c:\Documents and Settings\Mark\Impostazioni locali\Temp\aaaa.exe" /nopack /icon "c:\ProgrammiMark\AutoIt3\Mark\Mark.ico" /comp 2
+>11:30:04 Aut2exe.exe ended.rc:0
+>11:30:04 Created program:c:\Documents and Settings\Mark\Impostazioni locali\Temp\aaaa.exe
<<< Process finished.
================ READY ================

[Autoit]
aut2exe=c:\ProgrammiMark\AutoIt3\Aut2Exe\Aut2Exe.exe
Icon="c:\ProgrammiMark\AutoIt3\Mark\Sapi5.ico"
OutfileType=
Compression=9
PassPhrase=
Allow_Decompile=0
UseUpx=0
UseAnsi=

command line that i use:

AutoIt3Wrapper.exe
Edited by Ontosy
Link to comment
Share on other sites

  • Developers

Give me the requested info and i will have a look.

I need the commandline you use in batch.

Jos

Edited by 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

  • Developers

ahhh.. ok it didn't dawn on me that you were simply running AutoIt3Wrapper by itself but thought you were running a batch file.

Given the current Beta a try to see if that solves it for you.

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

now finally it works! :D

Do it is possible to change the path absolute in ini in relative to make portable application?

instead of:

aut2exe=c:\alfa\AutoIt3\Aut2Exe\Aut2exe.exe

Icon="c:\alfa\AutoIt3\prg\Sapi5.ico"

aut2exe=..\Aut2exe.exe

Icon="..\Sapi5.ico"

?

ty :oops:

Link to comment
Share on other sites

  • Developers

I am not going to work on adding or modifying code using the INI. Did this one because I believed it was a bug.

You really need to start to use #AutoIt3Wrapper directives in your scripts to make your life easier!

I am nearly done with an AutoIt3Wrapper version and SciTE setup that will run without any Registry setting allowing it to run without installing it.

It will however obviously expect a given directory structure.

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