Omar Abou Selo
Omar Abou Selo
I see. I prefer to install it manually then.
This manifest looks good. But I have two questions: 1. Why does "https://update.virtualbox.org/query.php?platform=WINDOWS_64BITS_GENERIC&version=0.0.0" show 5.1.30 when the current version is 5.2.0 2. How can we make scoop uninstall virtualbox actually...
I updated the installer so that it only asks for privilege escalation. ``` "installer": { "file": "VirtualBox_amd64.msi", "args": ["/qb", "ADDLOCAL=VBoxApplication,VBoxUSB,VBoxNetwork,VBoxNetworkFlt,VBoxNetworkAdp,VBoxPython", "VBOX_INSTALLDESKTOPSHORTCUT=1", "VBOX_INSTALLQUICKLAUNCHSHORTCUT=0", "VBOX_START=0", "VBOX_REGISTERFILEEXTENSIONS=1"], "keep": "true" } ``` I could...
The first one tries to call `$dir\\msiexec` and so it fails. The second one deletes the virtualbox app folder including VirtualBox_amd64.msi then tries to run `msiexec /x VirtualBox_amd64.msi /qb` but...
I agree with @peterkrieg in that space shouldn't be an issue with modern phones, especially when each audio file will probably be very small. The first thing I think of...
Reading through the comments there seems to be a disagreement on adding audio pronunciations. That said it seems to me everyone agrees that IPAs could help and in the very...
Even with `--web-renderer html` it can't seem to find special characters. So if you're search string has for instance ' ', ':', '_', etc. it won't find it. Even if...