Call validation during setup
-
Hi All, I am creating setup project for window application in c#. I want user to enter few details during installation like username/password. Installation will be continued only if these fields are filled. Can anyone tell me how to validate fields during installation. FYI: I am using standard Setup Project provided by .NET. Thanks in advance !
Amit
-
Hi All, I am creating setup project for window application in c#. I want user to enter few details during installation like username/password. Installation will be continued only if these fields are filled. Can anyone tell me how to validate fields during installation. FYI: I am using standard Setup Project provided by .NET. Thanks in advance !
Amit
Here you go A Setup and Deployment project that passes parameters to the configuration file[^] Extending Visual Studio Setup Project[^]
thatraja
FREE Code Conversion VB6 ASP VB.NET C# ASP.NET C++ JAVA PHP DELPHI | Nobody remains a virgin, Life screws everyone :sigh:
-
Hi All, I am creating setup project for window application in c#. I want user to enter few details during installation like username/password. Installation will be continued only if these fields are filled. Can anyone tell me how to validate fields during installation. FYI: I am using standard Setup Project provided by .NET. Thanks in advance !
Amit