I am setting up an install across for across our enterprise
I will need to have it
I have this so far
blg6410001023en.exe InstallDesktopShortcut="" PostInstallLaunchApplicationArgs=1 PostInstallLaunchApplicationArgs=MinimizeOnSignInTrue" BeCheckUpdateIsEnabled=0 /q
I think I have 1-5 but I need 6 and 7; any help would be greatly appreciated
Thank You
This works we will have to remove the desktop icon in a post install step.
I have a couple more questions
We do not want it to launch on start up. I see it puts a key in the Registry but if I delete it is replaced on start up. How do I get it to not launch on start up.
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run]
"MySELECT.exe"="C:\\Program Files\\Common Files\\Bentley Shared\\CONNECTION Client\\Bentley.Connect.Client.exe"
Is the re an ETA on 10.00.11.xx
Some of our machines receive "Proxy server requires Authentication" Dialog as if the CONNECTION Client is trying to connect to a SELECTserver. Our SELECTserver is on site and our users do NOT go through a Proxy to connect to our SELECTserver. Pleas advise on how to correct this issue
Hello,
Your Proxy Server will need an exception created to route traffic originating from the CONNECTION Client to the Bentley (DNS) domains listed in this wiki: https://communities.bentley.com/communities/other_communities/sign-in_assistance_and_web_services/w/wiki/36380/faq
Regards,
Tamicca SellarsProduct Manager I
OK will review with Proxy team I have another question
Looks like the application creates the MySELECT.db at the time of CONNECTION Client launch under the users profile.C:\Users\xxxxxxxx\AppData\Local\Bentley
We would like to have a Seed "MySELECT.db" and a Seed "Bentley.Connect.Client.exe.config" that gets used NO MATTER who logs on to a machine ALL USERS. This is no problem if there is only one user on a machine.
The Bentley.Connect.Client.exe.config is easy for all users Common location. C:\Program Files\Common Files\Bentley Shared\CONNECTION Client
Where is the seed for MySELECT.db? If it is created by DLL is there a way to have the db populated with the configuration we need for all users. We do not want users to have to reinstall an application that is already on the machine.
"ShowDesktopNotifications" "False""PREFSYNC_REDOWNLOAD" "False""AutoLogin" "False""EverSignedIn" "False""KEY_UserId" """Notifications.RefreshIntervalInSeconds" "300""Notifications.RetrievalGoBackDays" "30""OnboardingShown" "True""MinimizeOnSignIn" "True"
Any Help?