DirtDBaK Posted November 24, 2007 Posted November 24, 2007 Need a good how to on the AutoIT3Wrapper_icon, Plz! #AutoIt3Wrapper_icon=icon.ico <=Not Working, or i just don't know how it use it... autoit ver: 3.2.6.0 Heres part of my source: #AutoIt3Wrapper_icon=icon.ico #AutoIt3Wrapper_outfile=AMP 3.exe While 1 Wend or in code tags: #AutoIt3Wrapper_icon=icon.ico #AutoIt3Wrapper_outfile=AMP 3.exe While 1 Wend I have a 32x32 icon file called icon.ico in the same directory as the script... When i compile this script it doesnt set the Icon or the set the outfile.... What my real goal is i want all of my 8 different scripts to have thier own header for a different compile icon.... -Thanks! =) [center][/center]
Generator Posted November 24, 2007 Posted November 24, 2007 Mine is, for example: #AutoIt3Wrapper_Icon=E:\Program Files\IconsExtract\icons\ijjiUninstall_128.ico
DirtDBaK Posted November 24, 2007 Author Posted November 24, 2007 #AutoIt3Wrapper_Icon=F:\Projects\AMP\AMP 3.0.2 Beta\Icon.ico #AutoIt3Wrapper_outfile=F:\Projects\AMP\AMP 3.0.2 Beta\Amp 3.exe Now i have exact paths and it still won't work... any other ideas?? [center][/center]
Jacek Posted November 24, 2007 Posted November 24, 2007 When you use default autoit3 installation program, it won't work.You must install SciTE from http://www.autoitscript.com/autoit3/scite/downloads.shtml and then download reshacker.exeFull instruction you can find here: http://www.autoitscript.com/autoit3/scite/...nstallation.htm (1, 3 and 4 points).It works for me.
DirtDBaK Posted November 25, 2007 Author Posted November 25, 2007 thanks that fixed it!! [center][/center]
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now