flinchy Posted August 24, 2009 Share Posted August 24, 2009 As the title and description says... How would you change these? Publisher is shown on Vista/7 UAC Prompt and the rest are in [exe file] > right click > properties > details I just need to try and change these and my project is finished if it still runs as planned >_< i love this software... thanks Link to comment Share on other sites More sharing options...
dantay9 Posted August 24, 2009 Share Posted August 24, 2009 (edited) Some of that can be changed with wrappers for the compiler. #Region AutoIt3Wrapper directives section;** This is a list of compiler directives used by AutoIt3Wrapper.exe.;** comment the lines you don't need or else it will override the default settings;===============================================================================================================#AutoIt3Wrapper_Version= ;(B/P) Use Beta or Production for AutoIt3 and AUT2EXE. Default is P #AutoIt3Wrapper_Icon= ;Filename of the Ico file to use#AutoIt3Wrapper_Res_Comment= ;Comment field#AutoIt3Wrapper_Res_Description= ;Description field#AutoIt3Wrapper_Res_Fileversion= ;File Version#AutoIt3Wrapper_Res_FileVersion_AutoIncrement= ;(Y/N/P) AutoIncrement FileVersion After #AutoIt3Wrapper_Res_Language= ;Resource Language code . default 2057=English (United Kingdom)#AutoIt3Wrapper_Res_LegalCopyright= ;Copyright field Edited August 24, 2009 by dantay9 psbeau 1 Link to comment Share on other sites More sharing options...
Ashalshaikh Posted August 24, 2009 Share Posted August 24, 2009 Try AutoIt Wrapper GUI To Compiler ....Pic(^_*) Link to comment Share on other sites More sharing options...
Ashalshaikh Posted August 24, 2009 Share Posted August 24, 2009 (edited) I'm Sorry (dantay9) We wrote Replies In Same Time >_< Edited August 24, 2009 by Ashalshaikh Link to comment Share on other sites More sharing options...
flinchy Posted August 24, 2009 Author Share Posted August 24, 2009 (edited) im confused. where do i type this #Region and #Autoit3wrapper stuff? ive tried in my script but its not showing in the details of the exe and where do i get/how do i use this GUI thing your on about? sorry im just eager to add the finishing touches >_< edit: think i found it... needs to be in the [scriptname].ini file? edit 2: no still not working "/ ill search for a download link to that gui Edited August 24, 2009 by flinchy Link to comment Share on other sites More sharing options...
AdmiralAlkex Posted August 24, 2009 Share Posted August 24, 2009 @flinchyYou are supposed to choose "Compile" (ctrl F7) from within SciTE. Download and install SciTE4AutoIt3 from HERE if you doesn't have it. .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface Link to comment Share on other sites More sharing options...
flinchy Posted August 24, 2009 Author Share Posted August 24, 2009 (edited) i do already have it... I still cant get it to work (using the compile in the tools menu)... I have the: #Region AutoIt3Wrapper directives section #AutoIt3Wrapper_Res_Description=Program Installer #AutoIt3Wrapper_Res_Field=Publisher=Company Name, Incorporated #AutoIt3Wrapper_Res_LegalCopyright="(C) Copyright FLiNCHY 2009" in script.ini AND script.au3 and its still not showing up in the details... im stuck >_< Edited August 24, 2009 by flinchy Link to comment Share on other sites More sharing options...
Developers Jos Posted August 24, 2009 Developers Share Posted August 24, 2009 i do already have it... I still cant get it to work (using the compile in the tools menu)... I have the: #Region AutoIt3Wrapper directives section #AutoIt3Wrapper_Res_Description=Program Installer #AutoIt3Wrapper_Res_Field=Publisher=Company Name, Incorporated #AutoIt3Wrapper_Res_LegalCopyright="(C) Copyright FLiNCHY 2009" in script.ini AND script.au3 and its still not showing up in the details... im stuck >_< You did check the script.exe right ? Show us the information that is shown in the Outputpane when you do the compile. 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 More sharing options...
flinchy Posted August 24, 2009 Author Share Posted August 24, 2009 (edited) >"C:\Program Files\AutoIt3\SciTE\..\aut2exe\aut2exe.exe" /in "C:\Users\Username\Downloads\script.au3" Ultimate Packer for eXecutables Copyright © 1996 - 2008 UPX 3.03w Markus Oberhumer, Laszlo Molnar & John Reiser Apr 27th 2008 File size Ratio Format Name -------------------- ------ ----------- ----------- 590848 -> 268288 45.41% win32/pe script.exe Packed 1 file. >Exit code: 0 Time: 4.400 #Region AutoIt3Wrapper directives section #AutoIt3Wrapper_Res_Description=Program Installer #AutoIt3Wrapper_Res_Field=Publisher=Computers, Incorporated #AutoIt3Wrapper_Res_LegalCopyright="© Copyright FLiNCHY 2009" Line 1 through 6: #Region AutoIt3Wrapper directives section #AutoIt3Wrapper_Res_Description=Program Installer #AutoIt3Wrapper_Res_Field=Publisher=Computers, Incorporated #AutoIt3Wrapper_Res_LegalCopyright="© Copyright FLiNCHY 2009" #AutoIt3Wrapper_Icon=.\setup.exe #RequireAdmin [code continues here] To compile i either use Aut2exe so i can use a customicon but to do this bit ive been using Tools > Compile (CTRL + F7) Edited August 24, 2009 by flinchy Link to comment Share on other sites More sharing options...
Developers Jos Posted August 24, 2009 Developers Share Posted August 24, 2009 This tell me you do NOT have the full version of SciTE4AutoIt3 installed yet. Try installing it (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. Link to comment Share on other sites More sharing options...
flinchy Posted August 24, 2009 Author Share Posted August 24, 2009 This tell me you do NOT have the full version of SciTE4AutoIt3 installed yet.Try installing it (again)JosOMG you were right... i reinstalled and it worked perfectly. Only problem is i cant change the publisher name... Is there a way to do this? Like when you run Setup.exe of microsoft office Vista/7 UAC Pops up saying:Program: setup.exePublisher: Microsoft CorporationgRunning From: A Hard Drive On This Computeri would like to change the publisher to FLiNCHY of my Autoit script... I cant find a #Autoit... command or anything... any help on this last little detail?cheers your help is appreciated Link to comment Share on other sites More sharing options...
Developers Jos Posted August 24, 2009 Developers Share Posted August 24, 2009 (edited) What does the Publisher field contain for compiled AutoIt3 scripts? Did you try setting it yourself? Jos Edited August 24, 2009 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 More sharing options...
flinchy Posted August 24, 2009 Author Share Posted August 24, 2009 What does the Publisher field contain for compiled AutoIt3 scripts?Did you try setting it yourself?JosCompiled scripts show as Publisher: unknownand i dont know how to try setting it myself... thats the question im asking lol Link to comment Share on other sites More sharing options...
Developers Jos Posted August 24, 2009 Developers Share Posted August 24, 2009 I don't have Vista currently available so cannot check. 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 More sharing options...
AdmiralAlkex Posted August 24, 2009 Share Posted August 24, 2009 UAC will ALWAYS show publisher as "Unknown" unless your exe is digitally signed. And that costs a god damn fortune. Read more HERE. .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface Link to comment Share on other sites More sharing options...
flinchy Posted August 24, 2009 Author Share Posted August 24, 2009 I read that Adobe AIR can do Code Signing? i dont need it to be a Trusted Certificate or anything... just something to put my name on it... I have Adobe CS4 Master Collection (AIR is included) if its possible to do it that way? Link to comment Share on other sites More sharing options...
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