Commit Graph

13 Commits

Author SHA1 Message Date
Mihaela Stoica
9f99c37f83 CP-16012: Rename branding variables
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-02-10 11:52:30 +00:00
Cheng Zhang
15ef3410a3 CP-15398: Make file name and dir rebrandablei
Signed-off-by: Cheng Zhang <cheng.zhang@citrix.com>
2016-01-19 18:40:55 +08:00
Cheng Zhang
08741a1fa0 CP-15398: Make texture company name rebrandable
Signed-off-by: Cheng Zhang <cheng.zhang@citrix.com>
2016-01-19 18:40:54 +08:00
Cheng Zhang
a33d10bade CP-15398: Make texture XenCenter rebrandable
Signed-off-by: Cheng Zhang <cheng.zhang@citrix.com>
2016-01-14 18:52:53 +08:00
Gabor Apati-Nagy
ff478e1e7d Changing the schema version to match our build server's dotNetInstaller version 2015-08-06 17:20:13 +01:00
Gabor Apati-Nagy
53b1e820d9 CP-13390: Update XenCenter installer to require .NET 4.5
changing info texts from 4.0 to 4.5 and 4.0 to 4.5.2 accordingly
2015-08-06 12:18:00 +01:00
Gabor Apati-Nagy
9b0552a83f CP-13390: Update XenCenter installer to require .NET 4.5
Checking the presence of 4.5 before launching the 4.5.2 installer (This way we accept any 4.5 (or 4.6) .NET Framework and we will not start the installer to do a minor upgrade eg 4.5.1 to 4.5.2)

Note: We now check the presence of the "Release" key at HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full
that means >4.5 is installed.

(We used to check the key "Install" for version 4.0, but this is not
sufficient anymore as it would catch  4.0 as well as 4.5.)
2015-08-06 11:59:18 +01:00
Gabor Apati-Nagy
32c36118db CP-13390: Update XenCenter installer to require .NET 4.5 2015-08-05 17:53:08 +01:00
Gabor Apati-Nagy
3a4e0ea1c5 CP-9406: Make an unattended install of XenCenter
-Modified installer to support unattended install of XenCenter and prerequisite Microsoft .NET Framework 4.
-Normal behavior (no parameters used when running XenCenterSetup) has not been changed.
-All unattended install options will install Microsoft .NET Framework when necessary.
-Supported unattended install options for XC -- no user interaction is needed for all the followings:

1. install XC with default options (default folder, install for the current user only):
 XenCenterSetup /q

2. install XC to default directory, but install for ALL users:
XenCenterSetup /q /ComponentArgs "XenCenter":"ALLUSERS=1"

3. install XC to custom directory for the current user:
XenCenterSetup /q /ComponentArgs "XenCenter":"INSTALLDIR=""C:\Custom\Folder Where Spaces Are Allowed\XenCenter"""
(note the number of quotation marks, do not use  ALLUSERS=0)

4. install XC to custom dierctory for ALL users/per machine install:
XenCenterSetup /q /ComponentArgs "XenCenter":"INSTALLDIR=""C:\Custom\Folder Where Spaces Are Allowed\XenCenter"" ALLUSERS=1"
(note the number of quotation marks)

Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2014-08-22 14:51:14 +01:00
Gabor Apati-Nagy
426910b4a0 CA-139890: Installer shouldn't download the .NET installer without asking but bundle it instead
-Bundling the redistributable Microsoft .NET Framework 4 (Web Installer) into our exe XenCenter installer
2014-07-04 15:44:36 +01:00
Gabor Apati-Nagy
d38ae1357d [CA-124983] Fix: Issues installing XenCenter with no network
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2014-01-21 16:49:50 +00:00
Gabor Apati-Nagy
48d70c1f45 CA-124979: Fix: XenCenter installer automatically installs .NET without asking 2014-01-10 11:42:39 +00:00
Gabor Apati-Nagy
7e3752ff84 [CP-6475] CAR-100: Include .NET installer in the XenCenter installer -- Adding bootstrapper installer creation to build process (initial commit)
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2013-12-12 19:47:13 +00:00