Need help - ClickOnce (mage.exe) question : option -MinVersion does not work ?

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.
 
Joined
Jul 9, 2012
Messages
1
Reaction score
0
hi
how van i set the version parameters in mage.exe(command line) from text file?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top