After installing “Visual Studio Extensions for Windows Library for JavaScript” update, it still appears as an available update

Try this workaround: http://connect.microsoft.com/VisualStudio/feedback/details/847258/vs2013-keep-saying-windows-library-for-javascript-needs-updating-1-0-9651-40228 Get “msiinv” from here: http://blogs.msdn.com/b/astebner/archive/2005/07/01/using-msiinv-to-gather-information-about-what-is-installed-on-a-computer.aspx Run msiinv.exe -p > out.txt Open “out.txt” and find “Visual Studio Extensions for Windows Library for JavaScript”. There should be two of them, one with version 1.x and second with version 2.1. Lookup the product code for v1.x and uninstall it using msiexec /x. For me, … Read more

VS2008 Setup Project: Shared (By All Users) Application Data Files?

I have learned the answer to my question through other sources, yes, yes! Sadly, it didn’t fix my problem! What’s that make me — a fixer-upper? Yes, yes! To put stuff in a sub-directory of the Common Application Data folder from a VS2008 Setup project, here’s what you do: Right-click your setup project in the … Read more

How do I create a custom dialog in WiX for user input?

Have fun with UI! Edit: The original link to answer doesn’t exist anymore. FireGiant (the maintainers of Wix) some examples for part of this process, but it’s doesn’t completely answer this question. There is one further tutorial (UPDATE Aug.2018: Link resurrected from Wayback Machine) that does go most of the way to answer this question. … Read more

Add Package Control in Sublime Text 3 through the command line

The easiest way is to download https://packagecontrol.io/Package%20Control.sublime-package using wget or curl, and store it in ~/.config/sublime-text-3/Installed Packages. It will then set itself up upon first starting the editor. As a bonus, if you create ~/.config/sublime-text-3/Packages/User/Package Control.sublime-settings and populate it with the packages you want installed, everything should work more-or-less automatically to download and install everything. … Read more

Installing ghc binaries on Linux (can’t find libgmp.so)

You either add /usr/local/lib and/or /usr/local/lib64 to $LD_LIBRARY_PATH, or add them to /etc/ld.so.conf, or (since you already have /usr/lib64/libgmp.so.3) add a missing symbolic link: cd /usr/lib64 sudo ln -s libgmp.so.3 libgmp.so (and perhaps the same for /usr/lib). Note that /usr/lib64/libgmp.so.3 might be a different version from /usr/local/lib64/libgmp.so, make sure ghc can actually be used with … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)