tautcony / ISTA-Patcher

An IL patcher
GNU General Public License v3.0
17 stars 8 forks source link

Installation file decompilation request #6

Closed roadray closed 1 year ago

roadray commented 1 year ago

I would like to ask if it is possible to decompile the attached installation file.

https://mega.nz/file/z1JDhToL#QKLuIu8dKDdumAZARpNNH57z9BS34aA8uZwj6SytMmw

tautcony commented 1 year ago

I don't get your point, this setup is just an executable file generated by Inno Setup. It contains only the installation script with its required dependencies, and to some extent does not contain any files related to ISTA-P.

roadray commented 1 year ago

I want to make the install file with the same conditions. I would like to modify some of the contents for the installation file execution, but I am currently unable to do so, so I am inquiring.

tautcony commented 1 year ago

I'm not too familiar with Inno Setup repackaging, so I don't have any specific advice to offer you. However, I suggest checking out the tool's documentation or support resources to see if they can help you out.

roadray commented 1 year ago

Yes, thank you for checking and helping. Also, after looking up ista programming countermeasures, the countermeasure execution button cannot be activated. Is it possible to take action?

tautcony commented 1 year ago

That requires provide the log files under .\EC-APPS\ISTA\Logs. Both application log and istaOperation log are required.

I need to confirm if there is any associated exception log.

roadray commented 1 year ago

We will send you a link to the file. https://mega.nz/file/nlRwlQgY#d1YwOusrX5-xUZu1RlsKi6Y_fFNyZlXoxt--zvXQjDQ https://mega.nz/file/u4YkyL7a#wgel53Cae8LIoPumgYNpUmMH4V-vwF48364PJmtRNRU thank you.

tautcony commented 1 year ago

There are no new exception messages, except for the logs caused by deserialization failure, and the following actions may help:

Save following as "license.reg" and import this mock license information to avoid license deserialization exceptions.

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\BMWgroup\ISPI\Rheingold]
"License"="<?xml version=\"1.0\"?><LicenseInfo xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns=\"http://tempuri.org/LicenseInfo.xsd\"><Name>BMW Group MOSSR2</Name><Email>your_email_here@bmw.de</Email><Expiration>2099-05-01T00:00:00</Expiration><Comment /><ComputerName xsi:nil=\"true\" /><UserName>*</UserName><AvailableBrandTypes>*</AvailableBrandTypes><AvailableLanguages>*</AvailableLanguages><AvailableOperationModes>*</AvailableOperationModes><DistributionPartnerNumber>*</DistributionPartnerNumber><ComputerCharacteristics>wePC9Q9xawMjVPA2fkMVvioHNtA=</ComputerCharacteristics><LicenseKey>dGhpcyBpcyBrZXkK</LicenseKey><LicenseServerURL xsi:nil=\"true\" /><LicenseType>offline</LicenseType></LicenseInfo>"
roadray commented 1 year ago

thank you.