J jrusin New member Jun 13, 2017 #1 Is there any script (js or php) possibility to get the .exe file version numbers?
gdgsupport Support Staff member Jun 16, 2017 #2 Yes, it’s possible. Version numbers are stored into two resource strings SPubVersion and SPubProductVer at compilation time. And thanks to dedicated PHP or JS functions (http://www.exeoutput.com/help/local...e-string-directly-into-your-php-and-html-page), that’s easy. <?php echo exo_get_resstring('SPubVersion'); ?> See the doc for the JS example at http://www.exeoutput.com/help/local...e-string-directly-into-your-php-and-html-page
Yes, it’s possible. Version numbers are stored into two resource strings SPubVersion and SPubProductVer at compilation time. And thanks to dedicated PHP or JS functions (http://www.exeoutput.com/help/local...e-string-directly-into-your-php-and-html-page), that’s easy. <?php echo exo_get_resstring('SPubVersion'); ?> See the doc for the JS example at http://www.exeoutput.com/help/local...e-string-directly-into-your-php-and-html-page