I
isabelle.melnick
Is it possible that the option MinVersion does not work while using
mage.exe command line ?
I attempted to use it this way :
mage.exe -n Deployment -i t -t MyDeployManifestFilePath
-name "applicationName"
-pu http://servername/finalPublishURL/MyManifest.application
-appManifest MyFinalAppManifestFullPath.manifest
-p MSIL -v 1.1.0.0 -mv 1.1.0.0
I get "The minimum version specified is not valid.".
What I want to do is force the updates. I am not using MSBuild, and I
wrote a tool to launch mage, edit and sign manifests.
At this time the only solution I have is to edit the xml node below
<deployment >
to make it <deployment minimumRequiredVersion="1.1.0.0">
How am I suppose to adjust my minimum version number otherwise ?
Thanks in advance,
Best regards
Isabelle AM.
mage.exe command line ?
I attempted to use it this way :
mage.exe -n Deployment -i t -t MyDeployManifestFilePath
-name "applicationName"
-pu http://servername/finalPublishURL/MyManifest.application
-appManifest MyFinalAppManifestFullPath.manifest
-p MSIL -v 1.1.0.0 -mv 1.1.0.0
I get "The minimum version specified is not valid.".
What I want to do is force the updates. I am not using MSBuild, and I
wrote a tool to launch mage, edit and sign manifests.
At this time the only solution I have is to edit the xml node below
<deployment >
to make it <deployment minimumRequiredVersion="1.1.0.0">
How am I suppose to adjust my minimum version number otherwise ?
Thanks in advance,
Best regards
Isabelle AM.