tresans Posted May 15, 2005 Posted May 15, 2005 Hi all.I want to silently install grabit 1.52b,i am using this switch Echo Installing GrabIT v1.52becho Please wait / Een ogenblik geduldecho.%systemdrive%\Install\Apps\GrabIT\GrabIt152b.exe /verysilent taskkill /F /IM iexplore.exeexitbut the internet explorer does start and i must close it manually.Please helpRegards
Bâshrat the Sneaky Posted May 15, 2005 Posted May 15, 2005 Hi all.I want to silently install grabit 1.52b,i am using this switch Echo Installing GrabIT v1.52becho Please wait / Een ogenblik geduldecho.%systemdrive%\Install\Apps\GrabIT\GrabIt152b.exe /verysilent taskkill /F /IM iexplore.exeexitbut the internet explorer does start and i must close it manually.Please helpRegards<{POST_SNAPBACK}>Use START /WAIT. Like this:start /wait %systemdrive%\Install\Apps\GrabIT\GrabIt152b.exe /verysilentPlease use CODE tags next time!
tresans Posted May 15, 2005 Author Posted May 15, 2005 tnx Bashrat have tested it and result is Regards
JuMz Posted May 1, 2008 Posted May 1, 2008 Does anybody else have an alternate solution to install GrabIt Silently? Internet Explorer is not neccessarily the default Web Browser on all systems, therefore, you cannot always kill 'iexplore'. What if the user is legitimately browsing while the install takes place (I am using WPI)...Any other suggestions welcome!
benners Posted May 2, 2008 Posted May 2, 2008 Does anybody else have an alternate solution to install GrabIt Silently? Internet Explorer is not neccessarily the default Web Browser on all systems, therefore, you cannot always kill 'iexplore'. What if the user is legitimately browsing while the install takes place (I am using WPI)...Any other suggestions welcome!Here are a couple of suggestions :-1. Create a sfx of the Grabit dir, you can delete the articles and temp folders, export the Grabit info from the registry and import the reg file using the sfx.2. Edit the Grabit original Inno setup and delete both entries under the InstallRun section3. Create your own Inno setup that does what #1 does.
JuMz Posted May 2, 2008 Posted May 2, 2008 Does anybody else have an alternate solution to install GrabIt Silently? Internet Explorer is not neccessarily the default Web Browser on all systems, therefore, you cannot always kill 'iexplore'. What if the user is legitimately browsing while the install takes place (I am using WPI)...Any other suggestions welcome!Here are a couple of suggestions :-1. Create a sfx of the Grabit dir, you can delete the articles and temp folders, export the Grabit info from the registry and import the reg file using the sfx.2. Edit the Grabit original Inno setup and delete both entries under the InstallRun section3. Create your own Inno setup that does what #1 does.I like #2. What can I use to edit the original Inno Setup?
benners Posted May 2, 2008 Posted May 2, 2008 I like #2. What can I use to edit the original Inno Setup?Inno Unpacker to extract the setup and ISTool to rebuild it. ISTool also needs Inno Setup to compile the script. It isn't often that a new Grabit is released so if you are unsure how to use the tools is would be easier to create a sfx with WinRAR and add a command to run after extraction to import the reg file.Some people can't be assed spending the time to learn stuff but there are a lot of setups that use Inno and you can always create your own to repack different installers. The installers do not always repack straight away as sometimes the script may need altering.I have attached the one I use for Grabit, it adds the files from the Grabit dir and registry info so you don't need to do a full update on every install, it should be just how you left it.Grabit.iss
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now