how to change the COM AddIn Default install path?

G

Guest

Hi,

The COM AddIn Default install path on my system is always under C:\Program
Files\Default Company Name. Is there a way to modify this default setting in
the Setup project that comes with the Extensibility project?

thanks in advance.
 
M

Michael Bauer

Am Fri, 16 Dec 2005 06:31:02 -0800 schrieb lostwings:

Not sure if it´s the best way but I always modify the setup.lst file. That
file is generated by the VB6 PDW. It´s the "DefaultDir" key in the Setup
section.
 
G

Guest

hi,

Thanks for the reply. The thing is that I am using VB .Net to develop the
Com Addin, and I cannot find the setup.lst file generated by the setup
project. Expect to know how to solve the problem in VB .Net context.

Thanks in advance
 
D

Dave Kane [MVP - Outlook]

Here's how to change that property in Visual Studio 2003:
1. Right-click on the setup project node in the Solution Explorer and select
View > File System
2. Select "Application Folder" node in the "File System on Target Machine"
tree
3. Right-click and select "Properties Window" if that isn't already showing
4. Edit "DefaultLocation". Keep in mind that [ProgramFilesFolder] is a token
that resolves based on the local machine settings, and it includes a
trailing backslash. Click F1 while on DefaultLocation for Help about other
special/pre-defined folder locations.
 

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