all groups > visual studio .net setup > may 2004 >
You're in the

visual studio .net setup

group:

Not to install setup files using Visual Studio Installer


Not to install setup files using Visual Studio Installer joe_goeke NO[at]SPAM hotmail.com
5/17/2004 11:05:17 AM
visual studio .net setup:
I have a few setups that use the Visual Studio MSI Installer. My
setup use a few custom actions and a custom bitmap. Everything works
fine, but after running the install, all of these CA files and bitmap
are installed in the target dir location of the project.

Is there a way to reference files in a setup to be used by setup
without installing them? The only way I can find to reference these
files is to first put them in a File System folder and therefore they
always get installed.

Re: Not to install setup files using Visual Studio Installer Phil Wilson
5/17/2004 2:21:36 PM
Is this Visual Studio Installer (from VS 6) or is it VS.NET/2003?
--
Phil Wilson [MVP Windows Installer]
----
[quoted text, click to view]

Re: Not to install setup files using Visual Studio Installer joe_goeke NO[at]SPAM hotmail.com
5/17/2004 6:20:23 PM
VS.NET 2003.

[quoted text, click to view]
Re: Not to install setup files using Visual Studio Installer Phil Wilson
5/17/2004 8:34:21 PM
Each file should have an Exclude property you can set to False.
--
Phil Wilson
[MVP Windows Installer]
Definitive Guide to Windows Installer
http://apress.com/book/bookDisplay.html?bID=280

[quoted text, click to view]

Re: Not to install setup files using Visual Studio Installer joe_goeke NO[at]SPAM hotmail.com
5/18/2004 10:33:47 AM
Thanks again. I had seen this one already, but the poorly writen help
steered me away before I read the entire page. The opening statement
for this property is: "Determines whether a file, assembly, project
output group, or merge module will be excluded from an installer or
merge module" leads me to think the file will not even be put into
the MSI.

Thanks again!
---JHG

[quoted text, click to view]
Re: Not to install setup files using Visual Studio Installer Phil Wilson
5/18/2004 12:58:57 PM
For things like custom actions, the codefile is stored in the Binary table
of the MSI file.
--
Phil Wilson [MVP Windows Installer]
----
[quoted text, click to view]

AddThis Social Bookmark Button