The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
2answers
285 views

Visual Studio Installer. Uninstaller shortcut error

I have made setup project with Visual Studio Installer. Project creates uninstall shortcut into User's programs menu. Setup works fine and uninstall shortcut uninstalls application. Shortcut points ...
7
votes
2answers
2k views

Visual Studio Installer Project: Installer and Application Icons

I've got an icon for one of my applications, which I've embedded in a resource file and is used as the main icon for the application. So far so good. However, I want to use the same icon for the ...
0
votes
1answer
83 views

Good reference material for creating VS2008 integration packages

I'm looking for reference/tutorial material on building integration packages for Visual Studio 2008. I am particularly looking for info on editor integration such as intellisense for a custom syntax ...
0
votes
1answer
342 views

Is it possible to include a .vssettings file in a .vsi

In Visual Studio 2008, I've exported my settings to a .vssettings file. I have a .vsi file that includes a .vscontent file. In the .vscontent I've included a macro project like this: ... ...