Exetools

Exetools (https://forum.exetools.com/index.php)
-   General Discussion (https://forum.exetools.com/forumdisplay.php?f=2)
-   -   Setup temp files (https://forum.exetools.com/showthread.php?t=7260)

shn0r 04-01-2005 22:54

Setup temp files
 
Elo,
I have app which during install generate few temp files, one of it is checking license which of course need patch, possible is to patch this exe and while next installation fastly copy/ovewrite generated file before install will run it, but heh its lame ;) any ideas how to "put" inside setup this patched file ? :>
setup has cabs too ...

SystemeD 04-01-2005 23:08

Depending on the tool used to create the setup, have you tried to extract the files from the cab file, patch the interesting one and recreate the cab or simply substitute it inside the package itself?

shn0r 04-01-2005 23:18

i know that this file is in data1.cab but i dont have any tools to replace files :/

SystemeD 04-01-2005 23:31

Have you tried to open it with Winrar, TotalCommander (and plugins) or the Setup application itself? Which is the tool that generates your setup package?

NimDa2k 04-01-2005 23:39

to shn0r :
if your program setup system use InstallShield
you can Use SID to Patch InstallShield Script Installation and The Setup Program Don't Check The License !! ;)

Regards,
NimDa2k

shn0r 04-02-2005 00:26

it is installshield but it generate another exe file which looks for dongle , i patched it already but i need somehow to replace my patched file with this oryginal in data1.cab

SystemeD 04-04-2005 16:08

So it's Installshield, have you tried to get their suite, open the target setup, substitute the file and then create a new setup package? Can you tell us the target name?

Michel 04-04-2005 22:35

Hi shnOR,
I had already this problem : what is simple and working is to put the pached dll or exe in the temp folder BEFORE installation and PUT IT IN "READ-ONLY" so it don't be overwrited at install time... nice! that's all, a little crack.bat can do that (of course you must know the used temp folder).

Asus 04-04-2005 22:55

You can use InstallShield Decomplier to replace patched one with the original. That tools is from SnowPanther

toro 04-05-2005 00:51

hi
if your target created with installshield v<7, you can use winpack3 and replace files in data cabs with your patched files.
however patching inx or ins file is more easier and applicabale in most of targets even they use custom dll for protection or serial numebr validation.

e.b 04-05-2005 13:41

some weeks ago..
[URL=http://forum.exetools.com/showthread.php?t=5167 /URL]

I think zipscan is a fine tool

e.b

amigo 04-07-2005 20:10

You can use installer-specific tools as described above
or you can use method which works with most installers:
set bpx on createfile / copyfile when your temp file is created
when the original file appears in temp directory, stop the installer (JMP $ in sice - EBFE) and replace the file with cracked one
then let installer continue

if replacing is not permitted you must change createfile sharing conditions
Regards
amigo

Michel 04-07-2005 20:52

Hi Amigo,
bpx and sice aren't needed : don't answer the install dialog box and return to Windows with the win-caps if full screen; then search all files just created...


All times are GMT +8. The time now is 09:17.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2026, vBulletin Solutions, Inc.
Always Your Best Friend: Aaron, JMI, ahmadmansoor, ZeNiX