Hi
I need to disable the autoupdate feature in Creator 10 so that I can distribute the app to multiple PC's.
It needs to be disabled for the current user who installs Creator 10 and then any subsequent user of the PC.
In version 9 this could be done by putting the following in a .cmd file but this doesnt work in version 10.
Thanks
Kyle
msiexec /i Roxio\RCP_CORE_33\RCPCORE.msi TRANSFORMS="RCP_CORE_33\1033.mst" /passive
msiexec /i Roxio\RCP_TOOLS_33\Tools.msi TRANSFORMS="RCP_TOOLS_33\1033.mst" /passive
msiexec /i Roxio\RCP_COPY_33\Copy.msi TRANSFORMS="RCP_COPY_33\1033.mst" /passive
msiexec /i Roxio\RCP_BDAV_34\BDAV.msi TRANSFORMS="RCP_BDAV_34\1033.mst" /passive
msiexec /i Roxio\EXPRESSLABELER_30\LABELER.msi TRANSFORMS="EXPRESSLABELER_30\1033.mst" /passive
msiexec /i \Roxio\RCP_AUDIO_33\AUDIO.msi TRANSFORMS="RCP_AUDIO_33\1033.mst" /passive
msiexec /i Roxio\RCP_DATA_33\BMPLE.msi TRANSFORMS="RCP_DATA_33\1033.mst" /passive