How should you package the custom control?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

Does someone know the answer?

You are building a setup for your application. The application contains a
custom control developed by you, which will be shared across multiple
applications. How should you package the custom control?

A: Package the control in a Merge Module (.msm) and add the .msm file to a
Windows Installer project.

B: Package the control into a cabinet project (.cab) and add the .cab file
to a Windows Installer project.

C: Create a separate directory for the control and then package it in a
Windows Installer project along with the rest of the project files.

D: Package the control as a Web setup project and create a link to that
project from the Windows Installer project.

Thanks,
Monica
 
Hi,
Once you pack your Application using one of the setup projects; your control
will automatically be add, and packed with your application.
So, no need to do any other work on packing the sontrol itself.

get it ?

Regards,
Husam Al-A'araj
 

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