May 14, 2010
10:31 AM
Not running on Win2k - this is on Vista On a similar note, during an upgrade of our software, we read and write to ini files using GetProfString and WriteProfString The same string ("ßäµ≈") is changed to ("ßäµ~") during that upgrade process. What happens is that the string is read from the ini file using GetProfString, a string concatenation happens to add another value (e.g "ßäµ≈, Test") and the concatenated string gets written using WriteProfString but the "ßäµ≈" is changed to "ßäµ~". I verified that the ≈ is in the character map (0x2248) but the ~ character (0x02dc) is not.
... View more
May 12, 2010
12:57 PM
Sorry made mistake in original post - we are using XCopyFile API from InstallShield not XCopy. I do not copy files individually The call to XCopyFile is: XCopyFile("*.*", "*.*", INCLUDE_SUBDIR) where the TARGETDIR and SRCDIR were saved via VarSave and restored afterwards via VarRestore
... View more
May 11, 2010
03:04 PM
When attempting to use XCopyFile to copy files to a backup folder, I get this error code (0x80070003 - The system cannot find the file specified). This only happens if I have files with the following characters in their filename: ß䵘 Removing all files with those characters does not cause the error to occur. Any help would be appreciated. We are using InstallShield 2010 with SP1 and hotfix for Windows 2000 install. Thank you
... View more
Labels
- Labels:
-
InstallShield 2010
Latest posts by bytesmaster
Subject | Views | Posted |
---|---|---|
1227 | May 14, 2010 10:31 AM | |
1227 | May 12, 2010 12:57 PM | |
5571 | May 11, 2010 03:04 PM |
Activity Feed
- Posted Re: XCopy error 0x80070003 on InstallShield Forum. May 14, 2010 10:31 AM
- Posted Re: XCopy error 0x80070003 on InstallShield Forum. May 12, 2010 12:57 PM
- Posted XCopy error 0x80070003 on InstallShield Forum. May 11, 2010 03:04 PM