Citrix Workspace can't add account after reinstall - citrix

I had Citrix Workspace in my computer and it was good.
Later I installed Citrix Receiver. This installation deleted automaticaly my Citrix Workspace.
I tried to add an account with Citrix Receiver like I did with Citrix Workspace. But that didn't worked.
I uninstalled Citrix Receiver and I reinstalled Citrix Workspace. Or the reinstallation of Citrix Workspace deleted automaticaly Citrix Receiver.
But now Citrix Workspace too can't add an account.
To add an account I am using the same adress (probably of the server) I used in Citrix Workspace (before the installation of Citrix Receiver).
Why now I can't add an account please ?
OS : Windows 10
The problem is probably due to the installation of Citrix Receiver or due to the reinstallation of Citrix Workspace.
Thank you

it is resolved, I think I download a corrupted version.

Related

Does the Eclipse 2019-3 installer require Internet?

We have need to install Eclipse on a network-isolated (on purpose) Windows machine. We can transfer files by USB, so we can physically put the Eclipse installer executable on the machine.
There is already a JDK (1.8) on the machine.
Question is, will just the installer be sufficient? Does it try to "reach out" for additional web resources?
Yes, it does require an active connection. If that's not possible, consider one of the packages at https://www.eclipse.org/downloads/packages .

SCCM 2012 R2 client deployment

I just installed SCCM 2012 R2 (thx Internet for tips) on a 2012 R2 server and i have a new problem to solve.
How can i deploy correctly agents on all clients of my lab ? 'cause when i click on "Install client" everything's good i can finish the installation but i see any changes on the Console Configuration Manager and on my server (i tried to install just on one server).
I tried to reboot all my servers, to change my installation mode :
"Allow the client software to be installed on domain controllers"
"Always install the client software"
"Install the client software from a specified site"
No change...
If someone has a tips for me to solve this problem i'll be recognizing.
Thx
Based on your description, you want to install Configuration Manager clients by using Client Push Installation.
First, you need to add an user account to install client.
Then you Install Configuration Manager clients using Client Push Installation Wizard.
On the server side, The ccm.log records client push installation activities.
On the client side, if the ccm.log not report error, after few minutes when you login to client machine and look at the process tab in task manager you will see the ccmsetup.exe is running.
You can view the ccmsetup.log file on the client machine to check the log messages and monitor the client installation process.
When the installation is finished, you can see the Configuration Manager icon in the Control Panel.

Install4j Licences uninstallation

i installed install4j licence version on my machine which is for one machine only now i want to remove that from my machine and want to install on some another machine for that which problems will come. And please tell me solutions for that.
Just uninstall install4j and select the "Remove licensing information" check box in the uninstaller.

Upgrade ClickOnce Application using Windows Installer. Is this possible?

Few machines have 'MyApp.exe' installed using ClickOnce. And I have created a new MSI Windows Installer for 'MyApp.exe' using MS Visual Studio 2013 Setup and Deployment. I have a requirement that when my new MSI Installer runs it has to automatically remove/uninstall all previous 'MyApp.exe' (installed using ClickOnce) and install the new exe. Installer has to do it as part of its installation process.
Is this even possible? ClickOnce doesn't make any registry entries, so how can I get the Upgrade codes/Product codes which I can feed to Windows Installed 'Upgrade Paths' to upgrade it. ClickOnce is per user installation, but Windows Installer is not.
Is it even possible for Windows Installer to uninstall ClickOnce installed application ?
Any help is greatly appreciated. Thanks
ClickOnce is a per-user deployment experience and MSI is usually a per-machine experience. Per machine can't clean up other people's profiles. The only way I know is to do an active setup trick to run a program for each user who logs on and then execute a script to do cleanup. Either that or put first-run code in the applicaton itself to do the same.

how to add custom prerequisite for a remote client in a clickonce installer?

i made a click once installer, in that i added direct X as a custom prerequisite. when i make the installer on my local machine only then the installation of DirectX works fine. but i need to make a clickonce deployment for the web so that a person can remotely access my installer and download it.
when i am adding a custom prerequisite direct X then i want that my installer should start downloading direct X in her machine and installs it. how to do this?
Thanks in advance..
Click Once installers are self-contained. This hinders the risk of tampering with the application's contents (assuming of course the users trust you as the publish).
You will have to bundle the DirectX files within your ClickOnce package.