Jump to content

Change exe details


Recommended Posts

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

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 by dantay9
Link to comment
Share on other sites

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 by flinchy
Link to comment
Share on other sites

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 by flinchy
Link to comment
Share on other sites

  • Developers

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

>"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 by flinchy
Link to comment
Share on other sites

  • Developers

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

This tell me you do NOT have the full version of SciTE4AutoIt3 installed yet.

Try installing it (again)

Jos

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

Publisher: Microsoft Corporationg

Running From: A Hard Drive On This Computer

i 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

  • Developers

What does the Publisher field contain for compiled AutoIt3 scripts?

Did you try setting it yourself?

Jos

Edited 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

What does the Publisher field contain for compiled AutoIt3 scripts?

Did you try setting it yourself?

Jos

Compiled scripts show as Publisher: unknown

and i dont know how to try setting it myself... thats the question im asking lol

Link to comment
Share on other sites

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

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