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

   


Google Internet Forums Unattended CD/DVD Guide
craigey
hi all,

can anyone tell me if it's possible to do a silent install of dvd profiler. I've search here & on google, but no luck so far. I did try to modify someone's vbs script for AVG, but I can't seem to get it to select a radio button for the EULA. There doesn't seem to be a way to tab across to the radio buttons.

any ideas??
benners
What I do is install the program initially, then copy the InterVocative Software folder from Program Files and export this key
CODE
[HKEY_CURRENT_USER\Software\InterVocative Software]
I use xplode to install my apps so I have this
CODE
     <dircopy directory='#SOURCEDRIVE#\Applications\programfiles\InterVocative Software' target ='#PROGRAMFILES#'/>
     <execute display='Importing DVDProfiler Settings' program='regedit' arguments='/s "#SOURCEDRIVE#\Applications\programfiles\InterVocative Software\dvdprofiler.reg"'/>
all this does is copy the InterVocative Software folder back to Program Files and import the settings, this will save you re-downloading databases such as Master Actor databases, Master Director databases etc and importing your profile database.
craigey
Thanks I'll give it a go.
maladi
Hi All,

Can anybody tell me how to silent install dvd profiler with a .bat file ?
maladi
Hi,

If you use the next line you get a silent installation of dvdprofiler:
start /wait %systemdrive%\Install\Applications\DVDProfiler\setup.exe /sp- /silent /norestart

Good luck




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.