modifying xml attributes using Installshield -
I am using installshield 2010. I am trying to modify XML attributes related to the connection string in the installshield. I've imported the XML file and have selected the elements that I need to modify. After creating a SQL Connection for the username and password given by the user, I am using the function on SQLLogin.
The strange behavior is that if I debug, XML properties get updated, if I test using the "Test Release 1" in the build menu, the file is not updating.
Any thoughts Thanks
I got the answer for my query. Except that I am using the "test release1" menu option, from which it is expected that it will update xmlfile. The XML file updates only when we run "Run 1 Release" instead of "Release 1".
Comments
Post a Comment