Jump to content

compile with informations


Recommended Posts

Hi @all

I want to compile a script with the actual autoit version (3.2.10.0.) and add some informations to the exe,

but it didn´t work. I don´t get a compiled exe. If I only click on the au3-file with right-click and then click

on compile then I get a compiled exe but there aren´t the informations included which I wrote in my script.

How can I compile a script with the Wrapper information?

Thx for help!

Muscle

Edit: I use Windows Vista.

#Region
#AutoIt3Wrapper_icon=D:\Coding\images\compiler\image.ico
#AutoIt3Wrapper_outfile=C:\compiled.exe
;#AutoIt3Wrapper_Compression=4
#AutoIt3Wrapper_Res_Comment=Test
#AutoIt3Wrapper_Res_Description=Some text
#AutoIt3Wrapper_Res_Fileversion=1.0.0.0
#AutoIt3Wrapper_Res_LegalCopyright=© Test Name
#AutoIt3Wrapper_Res_Language=1031
#AutoIt3Wrapper_Run_AU3Check=n
#EndRegion
Edited by Muscle
Link to comment
Share on other sites

You must use: Compile Script With Options! Right click your script and click that, when click: Compile!

EDIT: I just saw your edit. If that doesn't work, I don't know what will....

Edited by Swift
Link to comment
Share on other sites

  • Developers

You must use: Compile Script With Options! Right click your script and click that, when click: Compile!

Not sure what you are saying here but F& from within SciTE4AutoIt3 should work fine.

:)

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