XE client probs !!!

Joel

Well Known Member
When i try to install Xe workstation client, it does not display the list of packages to choose from or filter off.
Any suggestions ?
 
Hello Joel,
I had a same issue few days back. Here is the solution for the issue. Go to the OneWorldClient insall folder in the deployment server. You will find a file called Install.
Open it and edit it. The paths should be as follows

[FileLocations]
PackageInfs=\\<Dep Server Name>\B7333\package_inf
CurrentReleaseMasterPath=\\<Dep Server Name>\B7333
ClientListener=\\<Dep Server Name>\B7333\OneWorld Client Install\Push Install Listener,Setup.exe,/s
DefaultInstallPath=c:\B7

Replace the <Dep Server name> with your entry.
This should solve the issue. Also modify the third party section in the same file with similar paths.

Regards,
Karthik Iyer
 
Hi Joel

If updating you Install.ini has not worked you will have to make the same change in the Package.inf corresponding to the package you want to get listed, if this happening with one particular package.

If this is happening with all the package then a way out is to try change the name of the DS in your install.ini with the IP address of your Deployment server .

change the path from
PackageInfs=\\<Dep Server Name>\B7333\package_inf
to
PackageInfs=\\<Dep Server IP Address>\B7333\package_inf

Ensure that IP adress relplaces the DS name name wherever it is used in this file.

Hope it works
Freddy
 
Back
Top