A new release is finally here after great help from AutoIt specialist artbio. After several internal release candidates we now feel our work is complete.
Changelog: 3.0* Added: Option to extract silently using 7-Zip (artbio)
* Added: Option to install silently with different UI levels (CEoCEo)
* Added: Option to install even if file rename operations are pending (artbio)
* Added: Option to unregister Nero DirectShow filters (artbio)
* Added: Automatic search and use of custom multiple transforms (*.mst) '
Windows SDK Setup Transform Script' (CEoCEo)
* Added: Install of multiple Helpfile Packs and extra helpfiles not included in the original package (artbio) - Extra helpfile support for (*BurnRights*.chm, *ControlCenter*.chm, *Scout*.chm) placed in '
chm' folder
* Added: Removal of unneeded help files and folders (artbio)
* Added: Several error checking improvements (artbio)
* Updated: Major code review specific to the current distribution (CEoCEo & artbio)
* Updated: Removal of '
Media Indexing Services' (CEoCEo)
* Fixed: Silent install with new release of '
Template Packages for Nero Vision 5' (CEoCEo)
This is how to make a transform to
enable InCD. Place the mst file together with the script.
In the "Condition" table using Orca, change the feature
InCDC9AC4AC7 from
CODE
1=1
...to...
CODE
CC9AC4AC7=0
This is how to make a transform to
enable CopyGadget in Windows XP. Thanks goes to ricktendo64 for this information.
In the "Condition" table using Orca, change the feature
NeroCopyGadgetED8C2E75 Level 0 from
CODE
NOT(CED8C2E75=1) OR NOT((VersionNT=600 AND (NOT (VersionNT64))))
…to…
CODE
NOT(CED8C2E75=1) OR NOT(VersionNT=500 OR (VersionNT=501 AND (NOT (VersionNT64))) OR (VersionNT=502 AND WindowsBuild>2600 AND (NOT (VersionNT64))
Also change the feature
NeroCopyGadgetED8C2E75 Level 200 from
CODE
(CED8C2E75=0) AND NOT((VersionNT=600 AND (NOT (VersionNT64))))
…to…
CODE
(CED8C2E75=0) AND NOT(VersionNT=500 OR (VersionNT=501 AND (NOT (VersionNT64))) OR (VersionNT=502 AND WindowsBuild>2600 AND (NOT (VersionNT64))))
Script is found in my signature