Skip to content

Commit

Permalink
Updated code sample of minVersion attribute in Readme.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
ravibpatel committed Feb 14, 2020
1 parent 6b4c87d commit d9a94cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ There are two things you need to provide in XML file as you can see above.
* minVersion (Attribute, Optional): You can also prvoide minVersion attribute on mandatory element. When you provide it Mandatory option will be triggered only if the installed version of the app is less than the mininum version you specified here.

````xml
<mandatory mode="2">true</mandatory>
<mandatory minVersion="1.2.0.0">true</mandatory>
````

* args (Optional): You can provide command line arguments for Installer between this tag. You can include %path% with your command line arguments, it will be replaced by path of the directory where currently executing application resides.
Expand Down

0 comments on commit d9a94cc

Please sign in to comment.