Suppose I have a dialogue box to give an example name and I want to see that the other available in the local machine What are the examples or servers and if the user has both SQL Server 2005 and SQL Server 2008 installed in their system and I want to choose the name of the database to be deployed in the database. How can I use a setup project that was created using Visual Studio 2010?
Please guide me because I'm new to the setup project thanks
That VS Start Setup does not let you create your own customized dialogue, and you do not allow them to populate or run the code to validate the content. This means that you are not actually using the setup project because you will end up writing your own code to do all of this. Although you can take the test to run this code as a custom action, the system will run with the account (in each installation) and the dialog will not work properly because you will not run in the winding STA context, Use the device (such as YX) and create your own dialogue to show during the standard install dialog, then you can integrate it in all the setups. Can. The general design pattern is that you can gather information and move it into properties that are used in conjunction with the cusom functions in order to perform the changes. Msiexec enables silent installs by specifying property values on command line or group policy delivery.
With the VS installed in the first part of the app, the user will be better able to run his code to configure it all.
No comments:
Post a Comment