ASP.NET Build / MSI Package

  • Thread starter Thread starter CG
  • Start date Start date
C

CG

Hi,

I have an ASP.NET app.

I have a folder within this app that has PDF's.

I want build an MSI Package and include these in the build.

How do I do this.

Curreently when I buod my app it is not including them in
the build.

CG
 
You can do this by creating a new directory in the deployment project and
then adding these pdf files to this newly created directory. When you
install the MSI, the corresponding directory will be created and the files
will be copied to this directory.

Thanks,
Parag/-
 

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

Back
Top