Jump to content

IsoBuster 1.7 registration


Doogal

Recommended Posts

Evenin' all!

Thanks to all the great advice on these forums i am well on my way to having an unattended DVD with all the apps i want on it!

the next stage that i want to go is the preregistration of IsoBuster on the install to tidy away the little user/serial pop up that comes up for a split second on my install.

I have had a browse through and a search and whereas there are plenty of info for the switches i couldn't find anything for this part of it.

Any help would be greatly appreciated!

Link to comment
Share on other sites


Ok here it is.

Use this to install ISOBuster 1.7

REGEDIT /S ISOBUSTER.REG
START /W SETUP.EXE /SILENT
TASKILL /F /IM ISOBUSTER.EXE

To get your regfile, install ISOBuster on your system, and register it. Then open regedit and navigat to HKEY_CURRENT_USER\Software\Smart Projects\IsoBuster, and export that entry. You can edit that regfile and delete the other entries. You only need these entries.

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Smart Projects\IsoBuster]

"ID"="BLAH"
"ID1"="BLAH"
"ID2"="BLAH"
"ID3"="BLAH"
"ID4"="BLAH"
"ID5"="BLAH"
"ID6"="BLAH"

If you don't have a serial number, just skip the regfile part. But either way, you still need the taskkill because the installer automatically starts the program. :)

Link to comment
Share on other sites

Hi!

Just had a couple of attempts at getting this working... it all seems to go well apart from the actual registering still...

I included the registry setting as gueded and exported the one from my current registry but only the initial line "ID" was filled in!

what i am going to try now to counteract this is to place the registry location before every ID

for example:

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Smart Projects\IsoBuster]
"ID"="BLAH"
[HKEY_CURRENT_USER\Software\Smart Projects\IsoBuster]
"ID1"="BLAH"
[HKEY_CURRENT_USER\Software\Smart Projects\IsoBuster]
"ID2"="BLAH"
[HKEY_CURRENT_USER\Software\Smart Projects\IsoBuster]
"ID3"="BLAH"
[HKEY_CURRENT_USER\Software\Smart Projects\IsoBuster]
"ID4"="BLAH"
[HKEY_CURRENT_USER\Software\Smart Projects\IsoBuster]
"ID5"="BLAH"
[HKEY_CURRENT_USER\Software\Smart Projects\IsoBuster]
"ID6"="BLAH"

hopefully this will get the message across!

will let you know

Link to comment
Share on other sites

I use this for version 1.7 and it wkrs fine :)

[HKEY_CURRENT_USER\Software\Smart Projects\IsoBuster]
"InstallPath"="C:\\Program Files\\Smart Projects\\IsoBuster"
"URL"="http://www.Smart-Projects.net"
"Email"="Peter@Smart-Projects.net"
"ID"="Blah"
"SavedGotham"=dword:00000000
"ID1"="user@email.com_blah"
"ID2"="blah"
"ID3"="blah"
"ID4"="blah"
"ID5"="blah"
"ID6"="blah"
"RML"=dword:00000000
"FF"=dword:00000000
"Max"=dword:00000000
"Left"=dword:000000cd
"Top"=dword:000000d7
"Width"=dword:0000031e
"Height"=dword:00000236
"TreeViewWidth"=dword:00000126
"Version"="1.7  (Build: 1.7.0.0)"
"ImageFilePath"=""
"LastSavedPath"="C:\\"
"MotorolaPrefered"=dword:00000001
"AllEndian"=dword:00000000
"SplitImages"=dword:00000000
"SplitSizeMB"=dword:00000400
"CreateCueSheet"=dword:00000001
"CreateMD5Sum"=dword:00000002
"ScanForUDFonVCDorCDi"=dword:00000000
"ScanForHFSonVCDorCDi"=dword:00000000
"ViewsIconStyle"=dword:00000000
"ProgressPerObject"=dword:00000000
"AutoAssignHFSExtensions"=dword:00000001
"ConvertToMacBinary"=dword:00000000
"VersionCheckedYear"=dword:0000076c
"VersionCheckedDay"=dword:00000001
"VersionCheckedMonth"=dword:00000001
"VersionCheckedMin"=dword:00000001
"VersionCheckedHour"=dword:00000001
"VersionCheckedHun"=dword:00000001
"VersionCheckedSec"=dword:00000001
"VersionCheckCriteria"=dword:00000003
"VersionCheckLastBuildNmbrRetrieved"=dword:00000000
"VersionCheckLastBuildRetrieved"=""
"VersionCheckLastBetaBuildNmbrRetrieved"=dword:00000000
"VersionCheckLastBetaBuildRetrieved"=""
"VersionCheckedLastVersionDateYear"=dword:0000076c
"VersionCheckedLastVersionDateDay"=dword:00000001
"VersionCheckedLastVersionDateMonth"=dword:00000001
"VersionCheckedLastBetaDateYear"=dword:0000076c
"VersionCheckedLastBetaDateDay"=dword:00000001
"VersionCheckedLastBetaDateMonth"=dword:00000001
"VersionCheckLastBuildURL"=""
"VersionCheckLastBetaURL"=""
"VersionCheckPromptBeforeGoingOnline"=dword:00000001
"VersionCheckPromptIfNewerVersionExists"=dword:00000001
"VersionCheckPromptIfNewerBetaVersionExists"=dword:00000000
"Language"=""
"DisplayLocalTimeStamps"=dword:00000000
"ExtractLocalTimeStamps"=dword:00000000
"TempDirPath"="C:\\Documents and Settings\\Glent\\Local Settings\\Temp\\"

Link to comment
Share on other sites

That is a very long list! :lol: IMHO, you don't need most of them if you just want to register the software. Most of the entries in your regfile are automatically generated when you install the program. :)

And "TempDirPath"="C:\\Documents and Settings\\Glent\\Local Settings\\Temp\\" will not work for all users. :P

The entry "InstallPath"="C:\\Program Files\\Smart Projects\\IsoBuster" will not work if you install the program on a different location.

:)

Link to comment
Share on other sites

Okay, got interrupted by sleep again ;)

i am going to try the one i said earlier and if this doesn't work i will go through both registries and see where the differences are between activated and none activated and make appropriate changes where necessary...

will post outcome

Link to comment
Share on other sites

Hi !

Actually registering for all users does not seem to be that easy after all ... :(

First I tried to load the registry settings (ID 0 to ID 7 or so ) from commands.txt during T12 stage so that the default user gets them and all future users will be registered properly. This did not work in the virtual machine because seemingly those ID`s are computer specific so they only work on one machine.

I then gave up on that idea and wrote myself a little vb script that calls the isobuster.exe after silent installation and fills in the keys through sendkeys. This works obviously but since this happens during the unattended installation those keys only work for the Administrator account so if a new user logs on and tries to use IsoBuster it is not registered.

Any ideas how to register IsoBuster for all users on more than one machine (should at least work in the virtual machine and on my main PC ) ?

Thanks,

Alex

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...