Jump to content

IsoBuster 1.8 - 7zip switchless Installer


nonobis

Recommended Posts

Another of my little 7zip Installer .... :whistle:

This is for IsoBuster 1.8.

1. Make a command file named :

setup.cmd :

CMDOW @ /HID
@ECHO OFF
REGEDIT /S regSettings.reg
setup.exe /VERYSILENT
TASKKILL /F /IM IsoBuster.exe

2. Extract the content of this registery key [HKEY_CURRENT_USER\Software\Smart Projects] ... it's a reg file like this one, name this file : regSettings.reg

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Smart Projects]

[HKEY_CURRENT_USER\Software\Smart Projects\IsoBuster]
....
many stuff ...
....
[B]
"ID1"="A_UNKNOW_STRING_YOUREMAIL"
"ID2"="YOUR"
"ID3"="SERIAL"
"ID4"="ENCODED"
"ID5"="IS"
"ID6"="HERE"
[/B]
....
many stuff ...
...

ID1 -> YOUR LOGIN

ID2 to ID6 - >YOUR SERIAL ENCODED

3. Put the followings files in a IsoBuster directory :

regSettings.reg -> the step 2 ...

setup.cmd -> the step 1 ...

setup.exe -> the installer

compress this directory with 7zip (with Ultra compression mode).

4. Create a config.txt file with this code :

;!@Install@!UTF-8!
RunProgram="setup.cmd"
;!@InstallEnd@!

5. copy the attached file 7zS.sfx in your directory (this file include the IsoBuster icon).You can change the icon with ResHacker. 7zS.7z

6. type this last command in a command line :

copy /b 7zS.sfx + config.txt + IsoBuster.7z setup.exe

please make comments.

ciao B)

Edited by nonobis
Link to comment
Share on other sites


  • 3 months later...

Oops, now you've lost me... :blushing:

But maybe you can help me out (and yes, I'm a newbie!).

6. type this last command in a command line :

CODE

copy /b 7zS.sfx + config.txt + IsoBuster.7z setup.exe

Where does this comandline go, and what kind of file should this be?

Best,

Sangi

Link to comment
Share on other sites

if you are not familiar with using cmd prompt, then make a tmp.cmd as well (do not include it in your .7z of course). Once you have put your files in the .7z, put something like

cd %l
copy /b 7zS.sfx + config.txt + somename.7z somename.exe

in the tmp.cmd and run it to build the somename.exe

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...