Opened 15 years ago
Closed 15 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 Changed 15 years ago by TicketCleanup
- Version set to Other
comment:2 Changed 15 years ago by Jon
- Type changed from Bug to Feature Request
comment:4 Changed 15 years ago by Mat
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 Changed 15 years ago by Jos
- Resolution set to Rejected
- Status changed from new to closed
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
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
Automatic ticket cleanup.