Notes for Users of Previous Versions
- If you are upgrading from previous versions of Spread for WinForms, you have the choice of installing parallel versions of the product.
-
- If you want to have parallel installations of Spread for WinForms on your system, follow the installation instructions below.
- If you do not want to have parallel installations, before installing this latest version of the product, run the uninstall program for your previous versions of the product, then run the installation for this version of the product.
- For instructions for upgrading your existing projects, see Upgrading Visual Studio .NET Projects.
Install Instructions
To install Spread.NET,
- Run the GcInstaller.exe program.
- Select Options.
- Accept or change the installation location in the General tab.
- Close the Options dialog.
- Read and accept the End User License Agreement.
- Select the components to install and then select Install.
Offline Install Instructions
To install Spread for WinForms in offline mode,
- Save the downloaded ZIP file to a temporary directory on your system, and then unzip the files to C:\Users\your user name\AppData\Local\GcInstaller\Offline.
- Run GcInstaller.exe.
- Select Options.
- If Offline is not selected by default, select the Mode tab and change the mode to Offline.
- Accept or change the installation location in the General tab.
- Close the Options dialog.
- Read and accept the End User License Agreement.
- Select the components to install and then select Install.
Notes:
- Near the end of the installation, the help file is installed on your system and registered. This process can take some time, and you might think that your system has stopped, but do not interrupt the installation process.
- If you experience issues installing under Microsoft Windows Vista, you may need to install as the administrator. If you are still unable to install, try disabling your User Account Control (UAC) and then reactivate after installing.
- Spread for WinForms: Microsoft has informed component vendors that MSN Messenger can lock the GAC, which stops the installation from removing older assemblies from the GAC. For more information, refer to Removing Assemblies from the GAC.
Activation
You can activate the product using any one of the following ways:
- Activate using Grapecity License Manager
- Activate using Command Prompt
Activate using Grapecity License Manager
- In the GrapeCity License Manager window that appears at the end of the installation, under Action, click Activate.
- On the Activate the Product Key screen that appears, click Next.
- In the Enter a Product Key screen that appears, enter the requested information, entering the product key exactly as you received it, including any capital letters. A green check mark appears next to this field to indicate a valid key.
- Click the Next button to authenticate the license.
- If your machine does not have an internet connection,
- Select the Use a browser on another machine with Internet connectivity option and click the Next button.
- From the Activate using the GrapeCity web site screen that appears, copy the Product Key and Authentication Number.
- On another machine with an internet connection, go to https://sas.grapecity.com/activation. Remember not to close the activation dialog on your original machine until the activation process is complete.
- Enter the Product Key and Authentication Number from the original machine on this website.
- Click the Send Request button to generate a license key.
- From the website, copy the License Key and enter it in the Activate using GrapeCity web site dialog under Step 3.
- Click Next and then Finish to complete the licensing process.
Note: You can use the license manager to deactivate a license before moving the license to another machine. The license manager is located in C:\\Program Files (x86)\Common Files\GrapeCity\Components. You can also use the Start menu link.
Activate using Command Prompt
If you are trying to activate on a secure machine and can't disable internet, follow the steps mentioned below to license the product.
- Open the command prompt.
- Type the below command and press enter to browse to the following directory:
cd C:\Program Files (x86)\Common Files\GrapeCity\Components
- Run the following command to open the Grapecity License Manager. Click "Yes" in the Grapecity License Manager dialog that appears on your screen.
Grapecity.LicenseManager.exe/?
- A list of commands will be displayed on the command line. Use the last command, replacing the "YourProductKey" field with your product key as shown below to get the authentication number:
GrapeCity.LicenseManager.exe /GetAuthenticationNumber /Product:"Spread.NET 10" /ProductKey:YourProductKey
- On another machine with an internet connection, go to https://sas.grapecity.com/activation. Enter the Product Key and Authentication Number from the original machine on this website. Click the Send Request button to generate a license key.
- Now, open the command prompt and type the first command from the list obtained after executing the step 3. The following command will activate the product when you replace the Product Name field with "Spread.NET 10", the YourAuthenticationNumber field with the number (obtained in Step 4), the YourProductKey field with the product key and the YourLicenseKey field with the license key (obtained in Step 5). Also, type your username, company name and email address in the fields YourName, YourCompanyName and YourEmail respectively.
GrapeCity.LicenseManager.exe /Activate /Offline /Product:"Spread.NET 10"
/AuthenticationNumber:YourAuthenticationNumber /ProductKey:YourProductKey
/LicenseKey:YourLicenseKey [/UserName:YourName] [/CompanyName:YourCompanyName] [/Email:YourEmail]
- If the above command is executed successfully, it displays the message "Activated Successfully" on the command line. This indicates that the product license is successfully activated on the secure machine.
Note: You can use the command prompt to deactivate a license before moving the license to another machine. All you need to do is to simply browse to the directory as in Step 2 above, press enter and type the following command replacing the Product Name field with "Spread.NET 10" and the Product key field with your product key: GrapeCity.LicenseManager.exe /Deactivate /Offline/Product:ProductName /
ProductKey:YourProductKey
Adding the Component to the Toolbox
If the Spread component is not displayed in the Toolbox, follow the procedure for Adding the Component to the Toolbox.
Return to the Read Me overview.