|
> Deploying Licensed Software > Files To Deploy Files To DeployFiles to deploy when using IronWrappingAside from your own software file distribution requirements, the files you must deploy relative to GameShield are:
In general - everything you need will be stored in the "Release" directory created when you run the IronWrap compiler. You may use the contents of this folder for your installers source. Files to deploy when not using IronWrappingAside from your own software file distribution requirements, the files you must deploy relative to GameShield are:
Important File Deployment Notes:Be sure that you deploy the Main License File to the appropriate directory. Although you can choose virtually any directory, for simplicity we recommend that you deploy it to the same directory as the host application executable. (See the StartUp function in the ClientProtector Reference for information about relative vs. absolute paths of the Main License File.) Note: the Main License File must be deployed on the client machine. It is not supported to deploy the Main License File (or the application itself) to any other machine through either a UNC path or a mapped drive. If you use a steganographic alias file with your license, your installer package must put the original bitmap file inside the same directory where you chose to place the Main License File. Again - for simplicity, we recommend that you deploy this and the Main License File to the same directory as the host application executable. Alias Files do not have to be deployed (except steganographic ones, see above). Hidden Alias Files and Registry Alias Files are only created at run-time.
|