Modify

Opened 16 years ago

Closed 16 years ago

#1431 closed Feature Request (Rejected)

Multiple AutoIt3Wrapper outfiles

Reported by: JamesBrooks Owned by: Jos
Milestone: Component: SciTE4AutoIt
Version: Severity: None
Keywords: scite, autoit3wrapper, outfile, multiple Cc:

Description

I think it would be a good idea to allow users to output the EXE in more than one out file.

#AutoIt3Wrapper_Outfile=Program.exe
#AutoIt3Wrapper_Outfile=bin\Program.exe

This would be extremely useful, especially when testing a script which can uninstall itself.

Attachments (0)

Change History (5)

comment:1 by TicketCleanup, 16 years ago

Version: Other

Automatic ticket cleanup.

comment:2 by Jon, 16 years ago

Type: BugFeature Request

comment:3 by TicketCleanup, 16 years ago

Version: Other

Automatic ticket cleanup.

comment:4 by Matt Diesel, 16 years ago

Solution:

#AutoIt3Wrapper_Run_After=copy "%out%" "%scriptdir%\bin\%scriptfile%.exe"

Not tested but I know that copy works fine, see my example on creating a version directory structure on the wiki here:

http://www.autoitscript.com/wiki/Cookbook#Creating_a_Version_directory

Mat

comment:5 by Jos, 16 years ago

Resolution: Rejected
Status: newclosed

The #AutoIt3Wrapper_Outfile directive is used on the aut2exe program and only supports one output program, which meakes a lot of sense by the way.
Use the #AutoIt3Wrapper_Run_After to copy the output program is that is what is needed.

Jos

Modify Ticket

Action
as closed The owner will remain Jos.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.