Installer
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hei, I want to make an installer which can do the following task; 1. Install Dot net fram work 3.0 2. Install CR Merge module 11 3. Install MSDE 4. Create Databes 5. Install Application what is the best practice or any idea? thanks
Syed Shahid Hussain
-
Hei, I want to make an installer which can do the following task; 1. Install Dot net fram work 3.0 2. Install CR Merge module 11 3. Install MSDE 4. Create Databes 5. Install Application what is the best practice or any idea? thanks
Syed Shahid Hussain
Use the Windows Installer and create MSI files. That's your best bet.