how do u make a component out of a an msi file?

  • Thread starter Thread starter cs
  • Start date Start date
cs said:
how do u make a component out of a an msi file?

Create a new component.
Add that file as a resource.
Create a repository.
Set the source path for the repository.
Link the component to the repository.

Save the SLD
Import it into the Component Database Manager and enable the copy files
check to copy the files into the repository.
 
thanks

Gordon Smith (eMVP) said:
Create a new component.
Add that file as a resource.
Create a repository.
Set the source path for the repository.
Link the component to the repository.

Save the SLD
Import it into the Component Database Manager and enable the copy files
check to copy the files into the repository.
 
cs,

Also search this NG archive (and MSDN) for "msiexec". It will help you add
some functionality to your component to automate the msi installation.
 

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