
bmiller1.5524920259851716E12 asked a question.
Citrix Package...
HELP!!!
I have created two packages one is a base Citrix installation package that installs the Citrix ICA 32-bit Windows Client & the other is just a configuration of the Citrix client to access Manugistics. If I deploy the base package and then deploy the Manugistics configuration package everything works fine. The problem i'm having is when I uninstall both packages and then reinstall them. The base Citrix ICA client package installs fine but the Manugistics package appears to do nothing. When I launch the Citrix client, the client isnt configured for Manugistics although I've installed the Manugistics package which works properly on a first install. I've recreated the package several times without success.
Any help would be appreciated.
BCM4309
Are you referring to the section in Developer titled "Configure you target system" and then "Files"? Each file on the "destination computer" isn't checked "shared" under the properties.
BCM4309
~Glen
If you uninstall the Citrix client and then reinstall it with the transform does it "reapply" your customizations? I believe I did attempt to use a transform but once I uninstall the application and then reinstalled it, it didnt include/install the customizations (my server farm & settings). It did work properly during the first install.
Eagerly awaiting your response,
BCM4309
Keep in mind that repackaging applications that are already in Windows Installer format is not recommended. Always try to use the shrink wrapped MSI package combined with a MST file first.
Remember that when you install an app using an MST you will normally specify it at the command line, and the transform is then cache. If you repaired the application the same transform that is cached is used during the repair. If you uninstall then reinstall, the transform is no longer cached and must be reapplied.
Let me know if this helps
~Glen