Help on Setup and Deployment Projects

B

Bryan

Hello,

Can anyone point me to a good link on MSDN that has all the information on
how to create Setup and Deployment projects in VS.Net? I've got the basics
down and have created custom installer classes and they work fine, but I
cannot find any information on the different properties that can be used as
launch conditions or that can be passed into my custom installer classes.

For example, what property gives me the location of the original install
files (i.e. the path to setup.exe)? There has to be a ton of those types of
properties available, but I cannot find them documented anywhere.

Also, can anyone recommend a good book on VS.Net Setup and Deployment
projects?

Cheers,
B
 
J

John Saunders

Bryan said:
Hello,

Can anyone point me to a good link on MSDN that has all the information on
how to create Setup and Deployment projects in VS.Net? I've got the basics
down and have created custom installer classes and they work fine, but I
cannot find any information on the different properties that can be used
as launch conditions or that can be passed into my custom installer
classes.

For example, what property gives me the location of the original install
files (i.e. the path to setup.exe)? There has to be a ton of those types
of properties available, but I cannot find them documented anywhere.

Also, can anyone recommend a good book on VS.Net Setup and Deployment
projects?

BTW, all of the documentation on these are in the Windows Installer
documentation in the Platform SDK.

John Saunders
 

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