It would be nice if we could add Version to the Script Compile dialog and then have that added as a File Property.
Manual Entry - no auto increment or anything like that.
Or is there a way to do this now?
Add Version to compiled scripts
Moderators: Dorian (MJT support), JRL
-
- Macro Veteran
- Posts: 267
- Joined: Mon Sep 27, 2010 8:57 pm
- Location: Seattle, WA
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
Re: Add Version to compiled scripts
Hi Jerry,
This is on the wish list
This is on the wish list
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
- Grovkillen
- Automation Wizard
- Posts: 1132
- Joined: Fri Aug 10, 2012 2:38 pm
- Location: Bräcke, Sweden
- Contact:
Re: Add Version to compiled scripts
Another thing that would be ideal is to have the destination path and icon path take the %SCRIPT_DIR% variable.
- Grovkillen
- Automation Wizard
- Posts: 1132
- Joined: Fri Aug 10, 2012 2:38 pm
- Location: Bräcke, Sweden
- Contact:
Re: Add Version to compiled scripts
And perhaps have it as an variable?Jerry Thomas wrote: ↑Thu Dec 04, 2014 4:00 pmIt would be nice if we could add Version to the Script Compile dialog and then have that added as a File Property.
Manual Entry - no auto increment or anything like that.
Or is there a way to do this now?
Code: Select all
Let>APP_VERSION=1.2.3
- Grovkillen
- Automation Wizard
- Posts: 1132
- Joined: Fri Aug 10, 2012 2:38 pm
- Location: Bräcke, Sweden
- Contact:
Re: Add Version to compiled scripts
I have found this exe working for my needs.
Add version to the product version info (cmd):
Add version to the file version info (cmd):
Add version to the product version info (cmd):
Code: Select all
stampver.exe -p"1.2.3.4" your_exe_file.exe
Code: Select all
stampver.exe -f"1.2.3.4" your_exe_file.exe
- Grovkillen
- Automation Wizard
- Posts: 1132
- Joined: Fri Aug 10, 2012 2:38 pm
- Location: Bräcke, Sweden
- Contact:
Re: Add Version to compiled scripts
I have found that other exe-compilers incorporate the version into the exe using variables. See this exampel:
Which comes from this app: https://bc.epirivena.org/index.html
Which comes from this app: https://bc.epirivena.org/index.html