Custom Action using Visual Studio Installer 6

  • Thread starter Sashank Singuluri
  • Start date
S

Sashank Singuluri

Can anyone tell me if I can create custom actions using Visual Studio
Installer 6 ? (All I can find is .NET) Is it possible in VS6 ?

ThanQ

Sashank
 
P

Phil Wilson

I can't see a way to add a custom action in the VS Installer that's based on VS
6. I've not used that version much, but I'm danged if I can find an IDE way to
add a custom action.
 
S

Stefan Krueger [MVP]

Sorry I was talking about VS.NET. So this may be a limitation in VS6. So
your options are: Orca (a raw MSI database table editor), or upgrading to
VS.NET, or a full featured third party MSI authoring tool. (See
http://www.installsite.org/go/msidev.htm for a list)


--
Stefan Krueger
Microsoft Windows Installer MVP

Please post your questions in the newsgroup or vist one of these web sites:

Windows Installer FAQ
http://www.msifaq.com - http://www.msifaq.de

InstallSite - Resources for Setup Developers
http://www.installsite.org
http://www.installsite.de (GERMAN)


Phil Wilson said:
I can't see a way to add a custom action in the VS Installer that's based on VS
6. I've not used that version much, but I'm danged if I can find an IDE way to
add a custom action.
--
Phil Wilson [MVP Windows Installer]
----
Stefan Krueger said:
A custom action can be in the form of a DLL or EXE, which you can create
using VS. (for the DLL use C++ not VB)

--
Stefan Krueger
Microsoft Windows Installer MVP

Please post your questions in the newsgroup or vist one of these web sites:

Windows Installer FAQ
http://www.msifaq.com - http://www.msifaq.de

InstallSite - Resources for Setup Developers
http://www.installsite.org
http://www.installsite.de (GERMAN)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top