You are here

ClamWin: The filename of the installer

3 posts / 0 new
Last post
lwc
Offline
Last seen: 7 hours 22 min ago
Translator
Joined: 2006-04-26 06:35
ClamWin: The filename of the installer

Until 0.95.1 it was:
ClamWin_Portable_{version}.paf.exe

In 0.95.2 it became:
ClamWinPortable_{version}_{language}.paf.exe

In other words, no underscore in the program's name and a new language variable.

I need a steady name for script purposes. Will you stick to the new format for now?

Thanks!

Chris Morgan
Chris Morgan's picture
Offline
Last seen: 8 years 10 months ago
Joined: 2007-04-15 21:08
Should be stable

It should be stable now. It was to do with better integration and simplification of folder names, the build process, and things like that. The values are now got from App\AppInfo\appinfo.ini, AppID, DisplayVersion (processed) and Language (if not "Multilingual").

How are you using it in a script?

I am a Christian and a developer and moderator here.

“A soft answer turns away wrath, but a harsh word stirs up anger.” – Proverbs 15:1

lwc
Offline
Last seen: 7 hours 22 min ago
Translator
Joined: 2006-04-26 06:35
My script checks the installer's version

My VBScript (that runs each time Windows restarts) grabs the {version} part from my main computer. It then compares it against the local [Version]'s DisplayVersion in ClamWinPortable\App\AppInfo\appinfo.ini

It only runs the installer if DisplayVersion

Log in or register to post comments