Page 1 of 1

IFW Silent Install Switches

Posted: Sun Nov 27, 2016 8:26 pm
by Yottabytes
Before I switch to AutoIt, is there a way to completely silently install TeraByte Drive Image Backup and Restore? The following code gets me through most of the setup but I still get prompts for TBView Tool Suite.

setup.exe SP- /VERYSILENT /SUPPRESSMSGBOXES /DIR="E:\CustomDirectory" /LOADINF="mysetupoptions.inf"

Re: IFW Silent Install Switches

Posted: Sun Nov 27, 2016 10:30 pm
by TeraByte Support
What is in your .inf?

The tbiview setup is another instance of inno setup, but default is silent
install, perhaps your option file changes that default?


"Yottabytes" wrote in message news:12898@public.image...

Before I switch to AutoIt, is there a way to completely silently install
TeraByte Drive Image Backup and Restore? The following code gets me through
most of the setup but I still get prompts for TBView Tool Suite.

setup.exe SP- /VERYSILENT /SUPPRESSMSGBOXES /DIR="E:\CustomDirectory"
/LOADINF="mysetupoptions.inf"


Re: IFW Silent Install Switches

Posted: Thu Dec 21, 2017 2:54 pm
by Yottabytes
Sorry, so late getting back to this thread but installing most recent version of IFW reminded me I had not solved this issue. My .INF file is as follows:

[Setup]
Lang=default
Dir=D:\0Apps\TB
Group=,DiskTools\TB
NoIcons=0
SetupType=custom
Components=ifw,phylock,tbiview,tbinotify,tbicd2hd,bingburn,burncdcc,bartpe,partinfo,tbosdt,ifl
Tasks=phylocksetuplink,tbiviewsetup,copytbicd2hd,tbinotifystart,tbosdtsetup

Re: IFW Silent Install Switches

Posted: Thu Dec 21, 2017 7:03 pm
by TeraByte Support
The tbiviewsetup task is to show the wizard, so you'd remove it from tasks.


"Yottabytes" wrote in message news:14542@public.image...

Sorry, so late getting back to this thread but installing most recent
version of IFW reminded me I had not solved this issue. My .INF file is as
follows:

[Setup]
Lang=default
Dir=D:\0Apps\TB
Group=,DiskTools\TB
NoIcons=0
SetupType=custom
Components=ifw,phylock,tbiview,tbinotify,tbicd2hd,bingburn,burncdcc,bartpe,partinfo,tbosdt,ifl
Tasks=phylocksetuplink,tbiviewsetup,copytbicd2hd,tbinotifystart,tbosdtsetup


Re: IFW Silent Install Switches

Posted: Sat Dec 23, 2017 2:13 pm
by Yottabytes
Ok Thanks. So Tbi View will silent install with out this INF entry? I assume this applies to tbosdtsetup because it shows up too.