Sep 04, 2009
03:26 AM
Sorry guys, but am I the only one getting this issue ? :confused:
... View more
Aug 31, 2009
09:38 AM
Hello everyone, First of all, I should say that I'm new with Installshield (using 2010 Pro Edition) and if this question has been already answer, please indicate me were I can find the solution. Thanks 🙂 I've a lot of trouble to use the XML File change feature with my package. The idea is to request 2 values (hostname & port number) to the user during the setup (using SdShowDlgEdit2). Then when copying the files installshield should modify the xml file included into the package with the values entered by the user. In the script I've the following code in the function OnFirstUIBefore(), between Dlg_ObjDialogs & Dlg_SdStartCopy2 where I've added my own label with the following code: szTitle = Client Configuration"; szMsg = "The following parameters will be used to configure the connection details of the client on this computer."; szField1 = "Server:"; szField2 = "Port:"; svServerAddress = "localhost"; svPortNumber = "8086"; nResult = SdShowDlgEdit2 (szTitle, szMsg , szField1 , szField2 ,svServerAddress, svPortNumber); if (nResult = BACK) goto Dlg_ObjDialogs; TextSubSetValue(" ",svServerAddress , TRUE); TextSubSetValue(" ",svPortNumber , TRUE); My XML file that I'm trying to change is a .net config file (MyApplication.exe.config). The thing is that I've been able to make this package working on my computer but every now and then the following error message appears: "Unexpected error updating XML files. Error: -2004" Furthermore, I've the same issue on other computer.... and I do not find why and more important how to correct this. The most weird thing is that I've been able to make it worked once without any problem. And believe me when I said that I've not changed anything (I know all users said that :rolleyes:) I've no anti-virus, I've the latest .Net framework.... I even install MSXML 6.0 Sp1 as a prerequisite but no luck! Any suggestions or idea, because right now I'm having a sort supply of imagination... Thanks in advance
... View more
Labels
- Labels:
-
InstallShield 2010
Latest posts by querton
Subject | Views | Posted |
---|---|---|
1291 | Sep 04, 2009 03:26 AM | |
5464 | Aug 31, 2009 09:38 AM |
Activity Feed
- Posted Re: XML File Change & Error -2004 on InstallShield Forum. Sep 04, 2009 03:26 AM
- Posted XML File Change & Error -2004 on InstallShield Forum. Aug 31, 2009 09:38 AM