How to create a Setup
-
Hai there.. I want to create an installer. With that installer, if i'm installing means, it should install one more (.msi) file automatically without asking anything. Second time if same installer i'm installing means, it should not install. First it should check whether that file exists or not, then only it should proceed. Please guide me.
Regards n Thks Sam.M
-
Hai there.. I want to create an installer. With that installer, if i'm installing means, it should install one more (.msi) file automatically without asking anything. Second time if same installer i'm installing means, it should not install. First it should check whether that file exists or not, then only it should proceed. Please guide me.
Regards n Thks Sam.M
Did you look at the setup and deployment options in visual studio?
Vasudevan Deepak Kumar Personal Homepage Tech Gossips
-
Did you look at the setup and deployment options in visual studio?
Vasudevan Deepak Kumar Personal Homepage Tech Gossips
ya, but i want to create a setup that should automatically install another msi file. Actually i created a project, there i included AJAX extensoions. But i've to give an installer file to my clients. So if they install my project, i want to install AJAX exteionsions automatically. Pls Help.
Regards n Thks Sam.M
-
ya, but i want to create a setup that should automatically install another msi file. Actually i created a project, there i included AJAX extensoions. But i've to give an installer file to my clients. So if they install my project, i want to install AJAX exteionsions automatically. Pls Help.
Regards n Thks Sam.M
Can customactions address your requirement? http://www.codeproject.com/install/msicustomaction.asp[^]
Vasudevan Deepak Kumar Personal Homepage Tech Gossips