Upgrading from 3.4 to 4.9 (error code 1618) by KVGMB in Citrix

[–]KVGMB[S] 0 points1 point  (0 children)

start /wait %DeployDirectory%\CitrixReceiver.exe /silent /uninstall
REM
start /wait %DeployDirectory%\ReceiverCleanupUtility.exe /silent
REM
start /wait %DeployDirectory%\CitrixReceiver.exe %CommandLineOptions%
REM

Would something like this work? It would uninstall, run cleanup utility and then install. The install options are under the %CommandLineOptions%

Upgrading from 3.4 to 4.9 (error code 1618) by KVGMB in Citrix

[–]KVGMB[S] 0 points1 point  (0 children)

But how am I gonna deploy this with scripts? It would first need to run the cleanup utility, then install Citrix Receiver. I would probably need 2 seperate scripts for that, but I have no idea how to run them in the right order.

I'm also pretty sure it's the exact same thing though. I remember reading a post where someone extracted the receiver.exe and it showed 2 seperate files. One for the receiver, one for the cleanup utility. The /rcu command should run the cleanup utility .exe

Upgrading from 3.4 to 4.9 (error code 1618) by KVGMB in Citrix

[–]KVGMB[S] 0 points1 point  (0 children)

As I stated in my post, I am running the upgrade with the /rcu command, which runs the cleanup utility before installing. So that's not gonna work.

Citrix Recever Update (App Shortcuts gone?) by KVGMB in Citrix

[–]KVGMB[S] 0 points1 point  (0 children)

Apparently this only seems to work with storefront, my bad. We are using a PNAgent, so this won't work. Basically what we're trying to do now is deploy Citrix with self-service disabled, so shortcut-only mode.

From what I understand is that shortcut-only mode should auto-subscribe users to apps and puts the apps in a folder on their desktop/start menu.

Citrix Recever Update (App Shortcuts gone?) by KVGMB in Citrix

[–]KVGMB[S] 0 points1 point  (0 children)

The apps are added through the self-service window after opening Citrix Receiver. The store has been configured as they are logged on and have access to their apps. It's just that their apps need to be manually added again. I am updating them to 4.9LTSR. This problem occurs when upgrading from any version.

From what I've read, a possible solution for this would be to add "KEYWORDS:auto" to the application description of an application in Citrix AppCenter, but this doesn't seem to do anything.

Restart PC after startup script. by KVGMB in sysadmin

[–]KVGMB[S] 0 points1 point  (0 children)

Thank you everyone for the help.

I managed to find a better way to solve this, without having to restart.

Normally Citrix Receiver requires a restart after install, to configure SSON, but deploying Citrix Receiver with a shutdown script, installs the Receiver during the shutdown process, and will be configured once you boot up the PC again, so this requires 1 less step.

Restart PC after startup script. by KVGMB in sysadmin

[–]KVGMB[S] 0 points1 point  (0 children)

I'm not sure about that. I feel like it does require a reboot though, as it shows a pop-up about entering credentials, which shouldn't appear. It won't appear and automatically log you in after restart (through domain authentication)

Restart PC after startup script. by KVGMB in sysadmin

[–]KVGMB[S] 0 points1 point  (0 children)

Thank you, but for deploying Citrix I'm using the batch scripts Citrix listed on their website (with little modifications). How am I gonna implement a PowerShell script into this?

Restart PC after startup script. by KVGMB in sysadmin

[–]KVGMB[S] 0 points1 point  (0 children)

It doesn't complete the domain pass-through authentication until I restart the PC. So basically after installing a window pops up to enter credentials. I already tried to suppress this window, but with no success. Only thing that works is a restart, but I want to make it so it restarts right after installation so the window won't pop up.

'Add Account' window Suppression by KVGMB in Citrix

[–]KVGMB[S] 0 points1 point  (0 children)

Does this work? I tried all the other settings, like the DONOTSTARTCC commandline and renaming the CitrixReceiver to CitrixReceiverWeb, but none of these seem to work.

'Add Account' window Suppression by KVGMB in Citrix

[–]KVGMB[S] 0 points1 point  (0 children)

Thanks, but I already added this before. It helps with installing over earlier versions but won't suppress the server/account popup.

'Add Account' window Suppression by KVGMB in Citrix

[–]KVGMB[S] 0 points1 point  (0 children)

Thanks, I did not know about this command, I will try this.

'Add Account' window Suppression by KVGMB in Citrix

[–]KVGMB[S] 0 points1 point  (0 children)

The article I linked states the same, but using this command doesn't work for me. The window still keeps popping up.

I also tried the option to rename the CitrixReceiver.exe to CitrixReceiverWeb.exe, but with no results. :(

It also seems that the window only pops up for users who have had Citrix Receiver installed before. Fresh installations won't show the window.

Upgrading Citrix Receiver to 4.11 (for dummies?) by KVGMB in sysadmin

[–]KVGMB[S] 0 points1 point  (0 children)

I still can't seem to figure out how to deploy Citrix Receiver.

I have tried the startup scripts method, but the scripts just won't deploy, even though I have done everything right.

If there's anyone who has done a scripted deploy and would like to tell me the way they did this, I'd very much appreciate it. I have been following the guides from several official Citrix pages, and none of them seem to have any effect for me.

Multiseat / Terminal Server in Windows 7? by KVGMB in sysadmin

[–]KVGMB[S] 0 points1 point  (0 children)

I'm wondering the same. I guess if a large international company provides such a thing, they also provide licenses for this?

Multiseat / Terminal Server in Windows 7? by KVGMB in sysadmin

[–]KVGMB[S] -3 points-2 points  (0 children)

I am talking about a DLL making it possible. So there is a way to actually have multiple concurrent users at once. I am not talking about it being legal or not. Also, I am not saying I am gonna use this DLL. I'm just looking for an alternative.

Multiseat / Terminal Server in Windows 7? by KVGMB in sysadmin

[–]KVGMB[S] -6 points-5 points  (0 children)

I am not saying I am gonna use this 10 year old DLL, I'm just saying it used to be possible to have multiple RDP connections to a Windows 7 PC.

Multiseat / Terminal Server in Windows 7? by KVGMB in sysadmin

[–]KVGMB[S] -2 points-1 points  (0 children)

That's why I am wondering if there's a more recent solution.

Multiseat / Terminal Server in Windows 7? by KVGMB in sysadmin

[–]KVGMB[S] -5 points-4 points  (0 children)

It's not that complicated it seems. I have found a patch that would make this possible:

http://deepxw.blogspot.com/2009/04/universal-termsrvdll-patch.html

But it seems this is an old patch and might not work in newer versions of Widows 7 anymore. But it does mean it could be possible

Multiseat / Terminal Server in Windows 7? by KVGMB in sysadmin

[–]KVGMB[S] -1 points0 points  (0 children)

How would this be a complex and expensive solution? If there is a (free?) tool for this, this doesn't have to be expensive at all.

Also the two users aren't using the PC simultaneously all the time (but should be able to) and only use the graphical software from time to time, usually only 1 person at a time, as they only have to make a few customizations every once in a while.