Building a SqlConnection string during installation
-
Hi there, can anyone please help me? I wrote a program with a deployment project too. How can i add a sqlconnection setup during the deployment / installation of the program ? Thanks in advance.
Why do you need to create the connections tring at setup time? You can create a custom action in your install package to write the connection string.
only two letters away from being an asset
-
Why do you need to create the connections tring at setup time? You can create a custom action in your install package to write the connection string.
only two letters away from being an asset
-
I dont know what the client's datasource address is so i want him to be able to enter it on setup of the website. How does one create a custom action in your install package to write a connection string? :~
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/custom_actions.asp[^]
only two letters away from being an asset
-
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/custom_actions.asp[^]
only two letters away from being an asset
-
Im sorry but i can't find anything in custom actions that i want to get a connection string from the client during the installation.
Create dialog to display within your install package asking the user to supply connection string details. Use a custom action, possibly of type 2, to run an exe that adds this info to the config file.
only two letters away from being an asset