Packaging CDBurnerXP
Hi I am trying to do the following tasks repackaging CDBurnerXP ver 4.3.8.2474 with Adminstudio 11 I want to disable the following links from the help menu 'Online help' 'Check for new Version CDBurnerXP on the web', and also grey out the icons on the tool bar for 'weblinks' and 'update' is there a registry entry to disable these please?
I woulod greatly appreciate any help with this
Answers (3)
You could try either running a capture when doing these changes to capture any files or registry changes made or run procmon while doing these changes and you should find out which keys and files.
Comments:
-
it seems these are links via the 'help menu' rather than settings i can disabled when the application is getting captured.. - COBWEBCRAIG001 12 years ago
This does not help with repacking in admin studio but shows you a way to install silently with the original installer.
My notes for 4.4.13184 will probably work for 4.3.8.2474.
First run setup to create a config file.
cdbxp_setup_4.2.1.950.exe /SAVEINF=default.cfg
This creates the config file in the same folder with the options you chose during the install.
ex:
[Setup]
Lang=Swedish
Dir=C:\Programme\CDBurnerXP
Group=CDBurnerXP
NoIcons=0
SetupType=full
Components=main,nmsaccess,lang,lang\france,lang\germany
Tasks=desktopicon,desktopicon\common,quicklaunchicon,fileassoc,isoassoc
Now you can install silently with.
cdbxp_setup_4.2.1.950.exe /VERYSILENT /LOADINF=default.cfg
To disable online update you have to create a inifile.
For Win Vista/7:
”%ALLUSERSPROFILE%\Canneverbe Limited\CDBurnerXP\Application.ini”
For Win XP:
”%ALLUSERSPROFILE%\Appdata\Canneverbe Limited\CDBurnerXP”
with the followin content:
[Setup]
DisableOnlineUpdate=1
Comments:
-
Hi Thanks for your help, i have managed to create the ini file and have now hidden the 'autoupdate' option Thanks for this info... But I am having trouble hiding the 'Online Help option and the 'CDBurnerXP on the web' option via the help menu... i need to try and hide this or grey it out some how to stop users clicking it.. any help or advice i welcome as i am running out of options Thanks everyone.. - COBWEBCRAIG001 12 years ago