Installation of pdf.kit and .slides

I am building a project with Visual Studio.NET (2005) and InstallShield 2008. The .pdf.kit msi installation installs the Aspose.Pdf.Kit.dll, Aspose.Pdf.Kit.xml in the /bin/net2.0 directory as well as number of .font files in the /Resources directory. Where should I place these files on a user's machine during the installation process?

The .slides installation seems simpler - it just includes Aspose.Slides.dll and Aspose.Slides.xml

My best guess is to do this:

c:/My_Project/my_app.exe

c:/My_Project/Aspose.Pdf.Kit.dll

c:/My_Project/Aspose.Pdf.Kit.xml

c:/My_Project/Courier.font

c:/My_Project/Times-New.font & all other fonts...

c:/My_Project/Aspose.Slides.dll

c:/My_Project/Aspose.Slides.xml

i.e. copy everything into the same directory from which my application runs. Does this look correct?

Hello,

I have moved this post to Aspose.Pdf.Kit section so a developer can help you with this question. Thank you.

hi, if you will not use the Aspose.Pdf.Kit.PdfViewer or Aspose.Pdf.Kit.PdfConverter, you can only copy the dll and the xml; otherwise you should install Aspose.Pdf.Kit because some resourses need to be got according to some information in the register.

Best regards.