Jump to content

Empty file description when compiling with Scite


Recommended Posts

When I add this directive on Scite for AutoIt I can change the description details in my executable but when I leave it empty or omit the directive the description value of the file is "Aut2Exe"

#AutoIt3Wrapper_Res_Description=

How can I change this behavior? Is there some parameter for AutoIt3Wrapper.exe to leave it empty?

This is the compile command executed by Scite:

"C:\Program Files (x86)\AutoIt3\SciTE\AutoIt3Wrapper\AutoIt3Wrapper.exe" /in "C:\...\myscript.au3" /console
Edited by somedude12
Link to comment
Share on other sites

  • Developers

AutoIt3Wrapper will default to the resources information found in aut2exe.exe when a field isn't provide.

Just put a single dot in it should do it.

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

Not sure wha t point you try to make and. What the issue is with having a sort of description in there.

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

Well I dont want that all my executables are shown in task manager the same way: '.' or 'Aut2Exe'

And they all are created with the same executable, only updating resources so it's difficult to be replacing this field with an external resource editing program especially when it's not my pc

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