Managed deployment scenario is intended for large customer with a managed approach to software installations.
Managed deployment is to install IFS Applications client into the same environment / file system which is used for hosting other applications. Security requirements on this file system, update policies etc is managed by computer network or security staff. Citrix, Windows Terminal Server, software on shared file servers etc is covered in this scenario.
These options requires Administrator rights on local PC / local workstation / Citrix / Terminal server, and browse/read access to Application Server file system.
![]() |
Client runtime is located in <ifs_home> \<instance_name> \client\runtime.
|
Client runtime |
Copy files from Application Server to destination, e.g. file server, Windows Terminal Server, Citrix, or to an software distribution/management server.
<ifs_home>
\<instance_name>
\client\runtime md "\\destination\share\Program Files\IFS" xcopy * "\\destination\share\Program Files\IFS\<instance_name>" /I /E
Create shortcut to Ifs.Fnd.Explorer.exe
Selecting a suitable name for shortcut.
"IFS Applications ..." shortcut will start IFS Applications securely.
A few additional steps may be required. These steps are:
If using independent workstation installations:
If hosting software on shared terminal server, e.g. Citrix or Windows Terminal Server:
If hosting IFS Applications software on a shared (and trusted) fileserver, either do:
%WINDIR%\Microsoft.NET\Framework\v2.0.50727\CONFIG\security.config
files to workstations.
Security consideration: Adding servers to My Computer is potentially dangerous. To limit threat, you may chose to only add the file servers file protocol to this zone
Security consideration: When changing .NET framework policies, FullTrust should be added to file:// URLs to improve security.
Security consideration: Windows can be configured to use SMB signing and only accept Kerberos authentication. This improves network file system access a lot.
![]() |
Start the Application by double clicking the Icon on the desktop or by
selecting the shortcut in the start menu.
"IFS Applications ..." shortcut will start IFS Applications securely. |
![]() |
Download dialog problem when running Ifs.Fnd.Explorer.exe from file server:
Ifs.Fnd.Explorer.exe - File download dialog This screen is indicating that:
|
Unhandled Exception problem
Ifs.Fnd.Explorer.exe - Application has generated an exception that could not be handled This problem is most likely caused by a trust/permission problem when executed from a network fileserver. The application has insufficient rights to work properly. If Managed deployment, this might mean that the network fileserver is not a member of My Computer zone. It may also mean that client is a member of another zone (e.g. Local Intranet or Trusted Sites zone) and therefore a FullTrust rule for .NET framework must be added for site. |