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