MSI Insaller

  • Thread starter Thread starter Ron Vecchi
  • Start date Start date
R

Ron Vecchi

I am going to create an installer for my app.
I would like to include the .net frameowork in the installer and macromedia
flash plugin in the installer.
The installer should check for users machine and install them if their not
already installed.

Can someone point me to some resources on doing this.
 
Hi Ron,

In addition to Joe's link, you may also find some useful information at the
following site:

Using Visual Studio .NET to Redistribute the .NET Framework
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetdep/ht
ml/vsredistdeploy.asp

You may download the bootstrap application and the source code at the
following site:

For .Net Framework 1.0:
http://www.microsoft.com/downloads/details.aspx?FamilyID=bf253cfd-1efc-4fc5-
ba7e-6a6f21403495&DisplayLang=en

For .Net Framework 1.1:
http://www.microsoft.com/downloads/details.aspx?FamilyID=66350891-d15b-446b-
bd69-f7f849224a00&DisplayLang=en

I hope the information is useful to you. As far as the "Macromedia Flash
Plugin" is concerned, it is from a third party and I am not very clear
about how it gets installed.

Regards,

Felix Wang
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 
Back
Top