Hi,
I'm getting an annoying -6415 and I can't say that the given resolutions in the KB would help me at all. Well, first things first:
We have one product that we ship with the help of InstallShield. Only about 1-2 times a year I'm building a new release and a new patch. We are using the same windows client with the same InstallShield installation with an unchanged file base and general outlay since several years. When I built the last release and the last patch version I encountered no problems. That was in January 2014 building our version 10.01.03.
When I started this time (same physical windows PC, same user, same OS, same everything) I was successful with building the new release (versioned 10.01.04). Then I created a new patch design (suitable for Patching 10.01.00 to 10.01.03) - I just copied and pasted from my last successful patch design. And this is what I got when I clicked Build Patch:
Of course I checked the 10-6-2014 12-41-13.txt log - I snipped it a little bit jumping to the relevant parts:
Of course the file \\?\C:\Users\... doesn't exist. But how does the silly PatchWiz get the idea to look into this silly path? Of course I checked all locations where I have given a path or a part of the path. I didn't find any superflous character in any path. All pathes I have given are valid and exist. I'm out of ideas.
I'm getting an annoying -6415 and I can't say that the given resolutions in the KB would help me at all. Well, first things first:
We have one product that we ship with the help of InstallShield. Only about 1-2 times a year I'm building a new release and a new patch. We are using the same windows client with the same InstallShield installation with an unchanged file base and general outlay since several years. When I built the last release and the last patch version I encountered no problems. That was in January 2014 building our version 10.01.03.
When I started this time (same physical windows PC, same user, same OS, same everything) I was successful with building the new release (versioned 10.01.04). Then I created a new patch design (suitable for Patching 10.01.00 to 10.01.03) - I just copied and pasted from my last successful patch design. And this is what I got when I clicked Build Patch:
Code:
================= Logging started at 10/6/2014 12:41:13 ==================
Created release folders
Upgrading and Patching Validation disabled...skipping
Creating Patch Configuration Properties...
Building MsiPatchMetadata table
Building ISPatchWholeFile table
Creating Patch...
Validating MSI input file...
Table: Properties
Table: ImageFamilies
Table: UpgradedImages
Table: TargetImages
Table: UpgradedFilesToIgnore
Table: ExternalFiles
Table: TargetFiles_OptionalData
Table: FamilyFileRanges
Table: UpgradedFiles_OptionalData
Creating file patches...
Family7
Cleaning up temporary files...
ISDEV : error -6415: There was an error creating the patch package. Writing contents of log file 'C:\InstallShield 2012 Projects\aBKinstall\P100104\Interm\PatchCreation.log' to output window.
The patch creation process has completed with: 1 Errors and 0 Warnings.
================= Logging stopped at 10/6/2014 12:41:33 ==================
Log file has been created: <file:C:\InstallShield 2012 Projects\aBKinstall\P100104\Interm\10-6-2014 12-41-13.txt>
Code:
...
INFO Comparing bytes...
PERF INFO: File Info Lookup Time: 1 ms
INFO Comparing Files: C:\InstallShield 2012 Projects\aBKinstall\10.01.03\MSI\DiskImages\DISK1\program files\aBK\Dokumentvorlagen\Dokumentvorlagen.zip C:\InstallShield 2012 Projects\aBKinstall\10.01.04\MSI\DiskImages\DISK1\program files\aBK\Dokumentvorlagen\Dokumentvorlagen.zip...
INFO Different sizes...
INFO File Key: dokumentvorlagen.zip is modified
PERF INFO: File Info Lookup Time: 0 ms
PERF INFO: C:\InstallShield 2012 Projects\aBKinstall\10.01.03\MSI\DiskImages\DISK1\abgesetzte Betriebskontrolle.msi 616 ms
PERF INFO: C:\InstallShield 2012 Projects\aBKinstall\10.01.04\MSI\DiskImages\DISK1\abgesetzte Betriebskontrolle.msi 2802 ms
SCHEMA: Table: Patch has mismatched schema (or missing column) for: Header
ERROR: File: '\\?\C:\Users\jfuhrman\AppData\Local\Temp\ISP2BBA.tmp\V100101.MSI' does not exist.
ERROR: The Last Error Received is: 0x6e (110)
ERROR: The Last Error Received is: 1: 2203 2: \\?\C:\Users\jfuhrman\AppData\Local\Temp\ISP2BBA.tmp\V100101.MSI 3: -2147287008
PERF INFO: Time spent generating the patch transform: 4602 ms
INFO: Temporary folder is about to be cleaned out and deleted: C:\Users\jfuhrman\AppData\Local\Temp\ISP2BBA.tmp
ERROR: Internal PatchWiz Error occurred.
ERROR: The Last Error Received is: 0x91 (145)
ERROR: During cleanup, could not delete the temporary folder: C:\Users\jfuhrman\AppData\Local\Temp\ISP2BBA.tmp.
ERROR: The Last Error Received is: 0x91 (145)
PERF INFO: Total Patch Creation Time: 10049 ms