Jump to content

Recommended Posts

Posted

I'd like to send an EXE version of a script to a friend, and have it link to an icon of my choice. Ideally, I'd like to provide it in a form that when clicked, will install a desktop shortcut (with my icon) to a Program File folder, but I'll settle for the icon association if they create a shortcut on their own. I guess I need to look into installers...

Posted

I'd like to send an EXE version of a script to a friend, and have it link to an icon of my choice. Ideally, I'd like to provide it in a form that when clicked, will install a desktop shortcut (with my icon) to a Program File folder, but I'll settle for the icon association if they create a shortcut on their own. I guess I need to look into installers...

If you just compiled the exe with the custom icon wouldn't that solve the shortcut issue also?

Maybe I'm not getting your question though.

Posted

I think you're misjudging my level of expertise. I do some things well, but software isn't one of them.

What does "compile with the icon" mean? I looked at the FileInclude function, and it seemed it just carry a file along and unload it later. No indication that a shortcut would assume the icon, etc.

Posted

Just go to AutoIT Directory, find Aut2Exe directory and launch Aut2Exe.exe. There you may simply choice icon and compile your *.au3

Posted

Except it didn't work ! The icon (.ico) file is in the same directory as the script (.au3) file. The status window doesn't mention anything except the File size statistics.

  • 10 years later...
Posted

I had the exact same issue with the generic icon on the executable, and adding that line 

#AutoIt3Wrapper_icon=your_icon.ico

...doesn't help when I compile (or build) from inside SciTE.exe editor.

However, what solved the issue for me was compiling from the specialized utility Aut2Exe_x64.exe, where you can select the specific icon you want. In my installation of AutoIt3, that utility is in the subdirectory C:\Program Files (x86)\AutoIt3\Aut2Exe\ 

That worked like a charm!

  • 1 year later...
Posted
On 20/04/2010 at 06:10, Makaule said:

Basta ir ao Diretório AutoIT, encontrar o diretório Aut2Exe e iniciar o Aut2Exe.exe. Lá você pode simplesmente selecionar o ícone e compilar seu arquivo *.au3

How many days wanting to do this now simple can it be worth it

  • Developers
Posted

@isaias, As you have been told: This is an English speaking forum so:

  • Do NOT post translated Quotes into a reply
  • Try to make some English sentences that makes sense as this last sentence sounds like a question, be is totally unclear what you are trying to tell us. ;) 

So please try again.

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