If you have downloaded and installed Xomega for Visual Studio 2012, but you cannot see Xomega solution templates in the
New Project wizard, then it may be related to failure to register Xomega with Visual Studio due to installation being run with insufficient privileges.
You can easily resolve this issue in any of the following ways.
- If you have Xomega still installed (which you can see in the Programs and Features), then you can run the following command:
Code:
"C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\devenv.exe" /setup
- If Xomega is not installed, but you have the installation package that you downloaded before, then you can launch a command prompt as an administrator and run the following command:
Code:
msiexec /i Xomega_VS2012_v4.0.msi
- If you don't have the installation package then you can just download the latest installation package and run it as usual, as the new installer has it fixed.
You can validate that the installation succeeded by clicking on the
Help > About menu and making sure that Xomega is listed as one of the installed Visual Studio extensions.
We apologize for any inconvenience this may have caused. Please let us know if you have any additional questions or comments.