Help - Search - Members - Calendar
Full Version: Isobuster
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   
Google Internet Forums Unattended CD/DVD Guide
andrewcrawford
Has anyone made a autoit script for isobuster 2.4 that also will input your registration details?
crahak
You shouldn't even need a script of any kind for this.

Use the /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- switches to install silent.
As for the reg infos, export them with regedit (clean in notepad), and apply them back using regedit /s as usual.
andrewcrawford
QUOTE (crahak @ Jun 30 2008, 07:21 PM) *
You shouldn't even need a script of any kind for this.

Use the /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- switches to install silent.
As for the reg infos, export them with regedit (clean in notepad), and apply them back using regedit /s as usual.


doesnt work

the reg goes to reg user and as the reg user numebr change ever time you install it fails, plus it doesnt merge correctly anyway, trust me i have tried ever way possiable
radix
QUOTE (andrewcrawford @ Jun 30 2008, 11:38 PM) *
QUOTE (crahak @ Jun 30 2008, 07:21 PM) *
You shouldn't even need a script of any kind for this.

Use the /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- switches to install silent.
As for the reg infos, export them with regedit (clean in notepad), and apply them back using regedit /s as usual.


doesnt work

the reg goes to reg user and as the reg user numebr change ever time you install it fails, plus it doesnt merge correctly anyway, trust me i have tried ever way possiable

Registration is located here:
CODE
[HKEY_CURRENT_USER\Software\Smart Projects\IsoBuster]
"ID"=
"ID21"=
"ID22"=
"ID23"=
"ID24"=
"ID25"=
"ID26"=

and it works to import from an installation to another (for version 2.4.0.1)

Edit: Disable online check (set it to Never):
CODE
[HKEY_CURRENT_USER\Software\Smart Projects\IsoBuster]
"VersionCheckCriteria"=dword:00000000
andrewcrawford
QUOTE (radix @ Jun 30 2008, 10:52 PM) *
QUOTE (andrewcrawford @ Jun 30 2008, 11:38 PM) *
QUOTE (crahak @ Jun 30 2008, 07:21 PM) *
You shouldn't even need a script of any kind for this.

Use the /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- switches to install silent.
As for the reg infos, export them with regedit (clean in notepad), and apply them back using regedit /s as usual.


doesnt work

the reg goes to reg user and as the reg user numebr change ever time you install it fails, plus it doesnt merge correctly anyway, trust me i have tried ever way possiable

Registration is located here:
CODE
[HKEY_CURRENT_USER\Software\Smart Projects\IsoBuster]
"ID"=
"ID21"=
"ID22"=
"ID23"=
"ID24"=
"ID25"=
"ID26"=

and it works to import from an installation to another (for version 2.4.0.1)

Edit: Disable online check (set it to Never):
CODE
[HKEY_CURRENT_USER\Software\Smart Projects\IsoBuster]
"VersionCheckCriteria"=dword:00000000



ah that onlien check might be the problem

ill give that a try thanks

it also appears in hkey_user which by default changes ever time it instals well HKEY_USERS\S-1-5-21-* where * is created on install
Google Internet Forums Unattended CD/DVD Guide
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.