

- RAYSUPREME 3D THERE ARE CURRENTLY NO EXTENSIONS INSTALLED INSTALL
- RAYSUPREME 3D THERE ARE CURRENTLY NO EXTENSIONS INSTALLED CODE
The log file is actually named VSIXInstaller_.log, where is generated each time VSIXInstaller is run. The information about the log file is certainly what I was looking for, so I will mark this as the answer. Of course, it would probably be possible to unpack the VSIX file by hand into an appropriate directory, but then I might as well forget the VSIX format completely. Vsixinstaller /skuName:Pro /skuVersion:12.0 I have found that there are some command line parameters to VSIXInstaller, so I am going to suggest to the user that he opens a "developer command prompt" via the start menu and enters the command: Since it is working on other systems, the most likely error is the user's installation. the user's installation of visual studio or.VSIXInstaller does not have a /log switch. I don't see anything interesting in the visual studio log file. In this case, the VSIX installer does not find any products which can use the extension, so it doesn't unpack it and DevEnv will never see it. unpack the VSIX to an appropriate directory for that product.figure out which products can use the extension.The problem isn't really in visual studio (devenv.exe) but in the VSIX installer (VSIXInstaller.exe). * My new blog about VSX: * Twitter: * MZ-Tools productivity extension for Visual Studio.
RAYSUPREME 3D THERE ARE CURRENTLY NO EXTENSIONS INSTALLED CODE
build a custom utility with the same code that shows a messagebox when some condition fail and make the user to run it on the target machine Notice that there are two branches, depending on whether you pass the target skuName/skuVersion to the installer (first branch), or not (second branch). try to debug mentally which condition may be failing on the target machine. Throw new NoApplicableSKUsException(Resources.NoApplicableSKUsInstalled) That method contains the logic that searches for applicable SKUs and along with the InitializeUninstall is the only method that throws: NET decompiler and decompile the VSIXInstaller.exe assembly in the C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE folder.Ģ) Go to the type "VSIXInstaller.App", method "private void InitializeInstall()". If that fails, there is a radical approach to solve this issue:ġ) Grab your favorite. Notice that the VSIXInstaller.exe creates a VSIX_.log in the C:\Users\\AppData\Local\Temp folder
RAYSUPREME 3D THERE ARE CURRENTLY NO EXTENSIONS INSTALLED INSTALL
Why it this user not able to install my extension?.I have one specific question and one general question. |%CurrentProject% PkgdefProjectOutputGroup| Localization support for Visual Studio projects. My vsix manifest is defined with VSIX schema version 1.0, so that I can support Visual Studio versions 2010, 2012, 20 with a single VSIX package, as described in the article Which is more or less the same as the installation on my machine, where the installation works without problems. He has sent me a screen shot of his help screen: He gets the message "This extension is not installable on any currently installed products", as shown below. A (potential) user of my extension cannot install the VSIX file on Visual Studio 2013.
