Hey, i just created a new small app which i wanted...
# tornadofx
a
Hey, i just created a new small app which i wanted to package and ship with a native msi installer. Last time i used the job
fxlauncher:generateNativeInstaller
and Wix-Toolset which worked great at that time. Now I'm getting this error:
Copy code
Bundler MSI Installer skipped because of a configuration problem: Version string is not compatible with MSI rules [unspecified].  
Advice to fix: Set the bundler argument "win.msi.productVersion" according to these rules: <http://msdn.microsoft.com/en-us/library/aa370859%28v=VS.85%29.aspx>
But i can't find a way to provide the version param. I tried
fxlauncher{javapackarOptions = listOf("...")}
but could get it right. Maybe someone got a similiar problem and could share some knowlegde? Thanks in advance
For some reason? i defined the version as 'val version = "1.0.0" and did not use 'project.version'. This resulted in version undefined, because the fxlauncher:applicationVersion property which is set to 'version' is not used here ...