You are here

invalid VIProductVersion?

4 posts / 0 new
Last post
englishman
Offline
Last seen: 11 years 3 months ago
Joined: 2010-02-03 11:10
invalid VIProductVersion?

I'm new to using the PA Installer, but I get this error when using it:

Processed 1 file, writing output:
Adding plug-ins initializing function... Done!
Error: invalid VIProductVersion format, should be X.X.X.X
Error - aborting creation process

Could someone please give me a clue as to what to look for? I did a search and saw this happening 3 years ago but I'm not able to ascertain what the problem is.

I'm on Win 7 x64 using the installer at
https://portableapps.com/apps/development/portableapps.com_installer

Thanks

Chris Morgan
Chris Morgan's picture
Offline
Last seen: 9 years 6 months ago
Joined: 2007-04-15 21:08
PackageVersion

You've got a bad PackageVersion in App\AppInfo\appinfo.ini. It should be an X.X.X.X version number.

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

gluxon
gluxon's picture
Offline
Last seen: 4 years 3 months ago
Developer
Joined: 2008-06-21 19:26
To clarify, you need 4

To clarify, you need 4 integers separated by 4 dots. If the current version of the software you're packaging doesn't have 4 integers, you add zeros.

For example, Firefox 4 would be 4.0.0.0

englishman
Offline
Last seen: 11 years 3 months ago
Joined: 2010-02-03 11:10
Thank you

Yes, that certainly fixed it.

Thanks to both of you for the quick response!

Log in or register to post comments