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/-
 
Back
Top