G
Guest
Hi Everyone
I am shooting this mail here because, I thought, one of you could help me in finding a clue with the problem we are currently running into
Here is the problem statement: "Installation of our product is not successful via Terminal Services session"
The install app was built in C/C++ which will interact with WMI to launch our other install modules developed using InstallShield and MSI. Our product installation comprises all kinds of binaries like driver, service, DLLs and executables.
We experimented few MSFT recommended solutions separately, but all of them produced negative results. They are
#1. Terminal Services offer two modes: install and execute. We changed to execute mode before installation using 'change user /install'
#2. Compile our install app with /TSAWARE linker flag. This required us to upgrade to Visual Studio to SP3 (we upgraded to SP5 also)
#3. As we noticed, all our custom actions were failing in the installation, we changed all of them to run in system context in InstallShield
However, these 3 solutions seems to work correctly in some machines, but consistently fails in other machines
If any additional information is needed, I will gather from our install folks and provide it to you
Your help is much appreciated.
Thanks in advance
~Mohan.
I am shooting this mail here because, I thought, one of you could help me in finding a clue with the problem we are currently running into
Here is the problem statement: "Installation of our product is not successful via Terminal Services session"
The install app was built in C/C++ which will interact with WMI to launch our other install modules developed using InstallShield and MSI. Our product installation comprises all kinds of binaries like driver, service, DLLs and executables.
We experimented few MSFT recommended solutions separately, but all of them produced negative results. They are
#1. Terminal Services offer two modes: install and execute. We changed to execute mode before installation using 'change user /install'
#2. Compile our install app with /TSAWARE linker flag. This required us to upgrade to Visual Studio to SP3 (we upgraded to SP5 also)
#3. As we noticed, all our custom actions were failing in the installation, we changed all of them to run in system context in InstallShield
However, these 3 solutions seems to work correctly in some machines, but consistently fails in other machines
If any additional information is needed, I will gather from our install folks and provide it to you
Your help is much appreciated.
Thanks in advance
~Mohan.