mirror of
https://github.com/aluxnimm/outlookcaldavsynchronizer.git
synced 2026-04-27 20:06:00 +03:00
[GH-ISSUE #227] Can't install on a virtual machine (no admin rights) #222
Labels
No labels
1.0
1.0
1.0
2.0
Feature
Feature request
Google
Google Calendar
async
attachement
auto-migrated
auto-migrated
auto-migrated
bug
critical
enhancement
help wanted
implemented
pull-request
solved
solved
sourceforge
sourceforge
sourceforge
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/outlookcaldavsynchronizer#222
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Ard625514 on GitHub (Apr 20, 2018).
Original GitHub issue: https://github.com/aluxnimm/outlookcaldavsynchronizer/issues/227
Many company's use "Bring Your Own Device" and provide access to their office environment through a VDI (Citrix or Mircosoft Remote Desktop).
In order to sync my calendar events and contacts i would like to use OutlookCalDavSynchroniser (OCDS) in this environment.
I tried to install OCDS at 2 clients and in both situations i got a "No admin rights" error.
Would it be possible to make a non-install version (Portable)?
@aluxnimm commented on GitHub (Apr 29, 2018):
Not sure if portable Outlook Addins are possible or if that would need a standalone application. Not our focus atm.
@Ard625514 commented on GitHub (May 1, 2018):
Portable is not the goal, installing without admin rights is what i need. Would that be possible?
@Offerel commented on GitHub (Jul 9, 2018):
install without Admin rights would be great.
@tobyX commented on GitHub (Feb 19, 2019):
I agree, install without Admin rights would be great!
@rdoering commented on GitHub (Sep 5, 2019):
Yeah, I need this feature, too.
@rdoering commented on GitHub (Sep 5, 2019):
Is there a workaround, currently?
@Offerel commented on GitHub (Sep 5, 2019):
You can extract all files manually either with 7Zip or by command line with
msiexec /a drive:\filepath\to\MSI\file /qb TARGETDIR=drive:\filepath\to\target\folder. Thats enough for a update. For a fresh install, you must setup some registry keys to register the path to the plugin in Outlook. But i cant remember what key exactly it was.Found it:
@rdoering commented on GitHub (Sep 5, 2019):
That's funny, I discovered this solution also and would like to describe it here. Thanks for pointing out the registration key.
What are you thinking about adding an batch file? IMHO it's unnecessary, because MSI is also able to handle this,but the currently configured one unfortunately not.
@Offerel commented on GitHub (Sep 5, 2019):
A *.bat or *.cmd would be a good idea. Maybe interactive, so that you can specify if thats a update or new install. Or read the registry to decide, if it is update (if the key already exists). I don't know, if it is possible to read the registry via *.cmd
@rdoering commented on GitHub (Sep 5, 2019):
Unfortunately I am not allowed to run powershell scripts on this maschine.
Thats why I could only set correct entry for me :-(
A better solution should looks like
@Offerel commented on GitHub (Sep 6, 2019):
Oh... you are faster then me... i came up with a much like similar approach but as a *.bat file. I have put it here as CDS.bat.txt and also the source for it. It should work as expected. Maybe Alex can pack it in the release *.zip files as well.
@aluxnimm feel free to change my source and include it where you want. Maybe its helpfull to others as well.
CDS.bat.txt
@Nuube commented on GitHub (Jun 3, 2022):
I tried to do this today and did not work. Can someone confirm that it still works this way on his installation (or not)?
@mausquirk commented on GitHub (Oct 31, 2023):
I applied https://github.com/aluxnimm/outlookcaldavsynchronizer/issues/227#issuecomment-528194361 today. It works with an Outlook Version of 2016.
Thanks for that.
@StaffanBetner commented on GitHub (Nov 20, 2024):
Also works for M365 Outlook (16.0.18025.20214)