Following pattern would be caught when using "XenCenter" "XenServer" and
"Citrix":
1) not "[" or "/" or """ on left of the brand string
2) brand string followed by space followed by not "p", and optional letter
3) optional letter followed by space followed by the brand string
4) brand string followed by "," and optional letter
5) begin with the brand string
6) end with the brand string
tested with all .resx files
Signed-off-by: Ji Jiang <ji.jiang@citrix.com>
* CA-258357: Modified the build script to build the MSI installer
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
* CA-258357: Modified the build script to build the MSI installer
Removed duplicate
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
* CA-258357: Modified the build script to build the MSI installer
Changed the autorun.inf file to point to the msi installer
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
can be passed in as a parameter and authentication is not required. For this
purpose the artifactory download patterns had to be expanded so as to be
understood by wget.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
Windows 7 (without sp1) comes with powershell v2.x and
download_packages.ps1 doesn't work with powershell v2.x.
Check for powershell version and bail out if Major version is less than
3.
Signed-off-by: Anoob Soman <anoob.soman@citrix.com>