Closed wixbot closed 8 years ago
Feel free to reactivate if you can still repro the issue and provide the repro msi.
This Tracker item was closed automatically by the system. It was previously set to a Pending status, and the original submitter did not respond within 14 days (the time period specified by the administrator of this Tracker).
Sorry I didn't catch that in time. Can you please upload the MSI again?
Available for a week at: http://senduit.com/99bff1
The MSI would be helpful. Thanks.
Hi, I'm trying to decompile an MSI file using dark.exe and I'm getting the following output. I tried to attach the source msi file, but keep getting an error. Email me if you'd like a copy of it.
Thanks for any help
Jim
D:\Temp\vpn>"C:\Program Files (x86)\Windows Installer XML v3.5\bin\dark" vpnclient_setup.msi Microsoft (R) Windows Installer Xml Decompiler version 3.5.0619.0 Copyright (C) Microsoft Corporation. All rights reserved.
vpnclient_setup.msi D:\Temp\vpn\vpnclient_setup.msi : warning DARK1060 : The _InstallValidate table is being decompiled as a custom table. D:\Temp\vpn\vpnclient_setup.msi : warning DARK1060 : The _Required table is being decompiled as a custom table. D:\Temp\vpn\vpnclient_setup.msi : warning DARK1060 : The _Sequence table is being decompiled as a custom table. dark.exe : warning DARK1065 : The AdvtUISequence table is not supported by the Windows Installer XML toolset because it has been deprecated by the Windows Installer team. Any information in this table will be left out of the decompiled output. dark.exe : warning DARK1010 : The Directory with Id 'TARGETDIR' must have the value 'SourceDir' in its 'DefaultDir' column. This has been automatically corrected for you in the decompiled output. D:\Temp\vpn\vpnclient_setup.msi : warning DARK1060 : The Cabs table is being decompiled as a custom table. dark.exe : error DARK0001 : Index was outside the bounds of the array.
Exception Type: System.IndexOutOfRangeException
Stack Trace: at Microsoft.Tools.WindowsInstallerXml.Decompiler.DecompileLockPermissionsTable(Table table) at Microsoft.Tools.WindowsInstallerXml.Decompiler.DecompileTables(Output output) at Microsoft.Tools.WindowsInstallerXml.Decompiler.Decompile(Output output) at Microsoft.Tools.WindowsInstallerXml.Tools.Dark.Run(String[] args)