MSFN Forum: Roxio Easy CD and DVD Creator 6 - MSFN Forum

Jump to content



Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
  • 2 Pages +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

Roxio Easy CD and DVD Creator 6 Control what modules get installed Rate Topic: -----

#1 User is offline   jjn1056 

  • Newbie
  • Group: Members
  • Posts: 23
  • Joined: 17-January 04

Posted 17 March 2004 - 04:33 AM

Someone had posted on this forum a way to semi-silently install this app using the following method:

SETUP.EXE /s /v"/qr  REBOOT=Suppress REBOOTPROMPT=S"


You can add to this the ADDLOCAL property, which allows you to control which modules get installed. The following modules are available:

ECDC6
CreatorApps
DragToDisc
LabelCreator
RoxioPlayer
SuperNova
PMStudio
DskTopIcon
PMStudioVCD
PMStudioDVD

I'm not sure what each module is for at this time, although some are obvious by their name. Personally, I leave out the 'supernova' module, which is their ripping and media management tool, because if you use this, it takes control of all the wav and other media files on you PC. I also drop the dsktopicon and lablecreator, since I don't have a printer!

Here's my setup command:

SETUP.EXE /s /v"/qr ADDLOCAL=ECDC6,CreatorApps,DragToDisc,PMStudio,PMStudioVCD,PMStudioDVD REBOOT=Suppress REBOOTPROMPT=S"



#2 User is offline   a06lp 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 976
  • Joined: 19-August 04

Posted 08 September 2004 - 09:25 PM

stupid q:

i have the cd in my cd-rom drive, and i see a large list of files, including:
Autorun.inf,Data.Cab,ECDC6.msi,Install.exe,Install.ini,instmsia.exe,instmsiw.exe,setup.exe,setup.ini

and folders:
Utility, Redist,Readme, Partners

Do I need to copy ALL these to a folder on my harddrive to be able to use it on my unattended CD?

#3 User is offline   Metzen 

  • Member
  • PipPip
  • Group: Members
  • Posts: 135
  • Joined: 19-March 04

Posted 09 September 2004 - 12:22 AM

jjn1056, on Mar 17 2004, 03:33 AM, said:

Someone had posted on this forum a way to semi-silently install this app using the following method:

SETUP.EXE /s /v"/qr  REBOOT=Suppress REBOOTPROMPT=S"


You can add to this the ADDLOCAL property, which allows you to control which modules get installed.  The following modules are available:

ECDC6
CreatorApps
DragToDisc
LabelCreator
RoxioPlayer
SuperNova
PMStudio
DskTopIcon
PMStudioVCD
PMStudioDVD

I'm not sure what each module is for at this time, although some are obvious by their name.  Personally, I leave out the 'supernova' module, which is their ripping and media management tool, because if you use this, it takes control of all the wav and other media files on you PC.  I also drop the dsktopicon and lablecreator, since I don't have a printer!

Here's my setup command:

SETUP.EXE /s /v"/qr ADDLOCAL=ECDC6,CreatorApps,DragToDisc,PMStudio,PMStudioVCD,PMStudioDVD REBOOT=Suppress REBOOTPROMPT=S"

I have a PowerDVD suite which also installs a suite of applications and would like to limit what it installs. How did you find the values for the EZ CD Creator for ADDLOCAL?

#4 User is offline   Joe User 99 

  • Member
  • PipPip
  • Group: Members
  • Posts: 168
  • Joined: 24-September 03

Posted 09 September 2004 - 08:30 AM

Quote

I have a PowerDVD suite which also installs a suite of applications and would like to limit what it installs. How did you find the values for the EZ CD Creator for ADDLOCAL?


You open up the MSI and look at the feature table.

#5 User is offline   ceez 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 581
  • Joined: 06-September 03

Posted 17 September 2004 - 02:29 PM

awesome work jjn1056, thkz for the info.

I was able to unattendedly install only the base eccd app and the dragtodisc feature!

I just created an install.bat with the following:

e:\SETUP.EXE /s /v"/qr ADDLOCAL=ECDC6,CreatorApps,DragToDisc REBOOT=Suppress REBOOTPROMPT=S"

worked like a charm. now to place it in the CD!!!

#6 User is offline   Metzen 

  • Member
  • PipPip
  • Group: Members
  • Posts: 135
  • Joined: 19-March 04

Posted 18 September 2004 - 02:17 PM

Joe User 99, on Sep 9 2004, 07:30 AM, said:

Quote

I have a PowerDVD suite which also installs a suite of applications and would like to limit what it installs. How did you find the values for the EZ CD Creator for ADDLOCAL?


You open up the MSI and look at the feature table.

Shoot, it's an installshield program. Any program to modify that?

#7 User is offline   Joe User 99 

  • Member
  • PipPip
  • Group: Members
  • Posts: 168
  • Joined: 24-September 03

Posted 18 September 2004 - 06:44 PM

Metzen, on Sep 18 2004, 02:17 PM, said:

Shoot, it's an installshield program.  Any program to modify that?

You're not modifying the setup.exe, edit the .MSI file. Any MSI editor can do that, Installshield, Wise, Orca, etc. It doesn't matter if it was created with Installshield or not.

Orca is free, and should work fine. WinInstallLE is another free one, but I haven't used it. Or try a eval version of Wise or Installshield. All you are doing is checking the names on the feature table.

#8 User is offline   Metzen 

  • Member
  • PipPip
  • Group: Members
  • Posts: 135
  • Joined: 19-March 04

Posted 19 September 2004 - 10:15 PM

Joe User 99, on Sep 18 2004, 05:44 PM, said:

Metzen, on Sep 18 2004, 02:17 PM, said:

Shoot, it's an installshield program.  Any program to modify that?

You're not modifying the setup.exe, edit the .MSI file. Any MSI editor can do that, Installshield, Wise, Orca, etc. It doesn't matter if it was created with Installshield or not.

Orca is free, and should work fine. WinInstallLE is another free one, but I haven't used it. Or try a eval version of Wise or Installshield. All you are doing is checking the names on the feature table.

I know, there is no .MSI file :}

#9 User is offline   troycicle 

  • Member
  • PipPip
  • Group: Members
  • Posts: 162
  • Joined: 27-August 04

Posted 29 September 2004 - 06:20 PM

How do you silently install all three Easy CD Creator 6 updates? I'm having problems doing it.

#10 User is offline   a06lp 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 976
  • Joined: 19-August 04

Posted 04 October 2004 - 09:47 PM

I need help with Easy CD Creator 6. When I'm installing it with WPI, it will get to about half way done, and another application will start installing. Sometimes it won't let the next applicaiton install because Easy CD Creator isn't finished. Is there a way I could make ECDC 6 finish installing before the next application starts?

I'm using the following code:
%systemdrive%\install\Applications\easycd6\SETUP.EXE /s /v"/qr ADDLOCAL=ECDC6,CreatorApps,PMStudio REBOOT=Suppress REBOOTPROMPT=S"



I am thinking that using ECDC6.msi would be easier for me. But if I use the ECDC6.msi, can I still specify which parts to install? (Like the ADDLOCAL key above?)

#11 User is offline   a06lp 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 976
  • Joined: 19-August 04

Posted 05 October 2004 - 06:07 PM

bump

anyone know the answer to my question in the previous post?

#12 User is offline   Joe User 99 

  • Member
  • PipPip
  • Group: Members
  • Posts: 168
  • Joined: 24-September 03

Posted 06 October 2004 - 09:19 AM

a06lp, on Oct 4 2004, 09:47 PM, said:

I'm using the following code:
%systemdrive%\install\Applications\easycd6\SETUP.EXE /s /v"/qr ADDLOCAL=ECDC6,CreatorApps,PMStudio REBOOT=Suppress REBOOTPROMPT=S"



I am thinking that using ECDC6.msi would be easier for me.  But if I use the ECDC6.msi, can I still specify which parts to install?  (Like the ADDLOCAL key above?)

Yes, you can use the MSI.

Everything in your commandline after the /v is a MSI switch anyway.


/qr ADDLOCAL=ECDC6,CreatorApps,PMStudio REBOOT=Suppress REBOOTPROMPT=S

#13 User is offline   a06lp 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 976
  • Joined: 19-August 04

Posted 06 October 2004 - 10:08 AM

so, would this be correct?

%systemdrive%\install\Applications\easycd6\ECDC6.msi /qr ADDLOCAL=ECDC6,CreatorApps,PMStudio REBOOT=Suppress REBOOTPROMPT=S


and do you think this would solve my problem with the program installations overlapping?

#14 User is offline   troycicle 

  • Member
  • PipPip
  • Group: Members
  • Posts: 162
  • Joined: 27-August 04

Posted 09 October 2004 - 06:51 PM

I had the same problem you're having. I just wrote a script to sleep for a while. When I tried to use ECDC 6 in VMware, it didn't work.

#15 User is offline   Joe User 99 

  • Member
  • PipPip
  • Group: Members
  • Posts: 168
  • Joined: 24-September 03

Posted 11 October 2004 - 08:49 AM

a06lp, on Oct 6 2004, 10:08 AM, said:

so, would this be correct?

%systemdrive%\install\Applications\easycd6\ECDC6.msi /qr ADDLOCAL=ECDC6,CreatorApps,PMStudio REBOOT=Suppress REBOOTPROMPT=S


and do you think this would solve my problem with the program installations overlapping?

Are you using start /wait in your command line?

For example:
start /wait %systemdrive%\install\Applications\easycd6\ECDC6.msi /qr ADDLOCAL=ECDC6,CreatorApps,PMStudio REBOOT=Suppress REBOOTPROMPT=S

Other than that, I don't know what would be causing them to overlap.

#16 User is offline   a06lp 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 976
  • Joined: 19-August 04

Posted 11 October 2004 - 11:56 AM

the MSI method works.

i think the reason it wasnt working before is because setup.exe would finish, and load the msi, so when setup.exe finished, the next program would start. but now, using just the msi, it waits.

thanks!

#17 User is offline   a06lp 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 976
  • Joined: 19-August 04

Posted 11 October 2004 - 11:56 AM

[double post]

#18 User is offline   troycicle 

  • Member
  • PipPip
  • Group: Members
  • Posts: 162
  • Joined: 27-August 04

Posted 21 November 2004 - 12:52 PM

Easy CD Creator gets installed, but I can't use Creator Classic. Disc copier is the only application that works. I'm installing it with this command:

ECDC6.msi /qr ADDLOCAL=ECDC6,CreatorApps REBOOT=Suppress REBOOTPROMPT=S

I'm thinking I have to put in the serial number information in the registry. Or maybe I have to install something else that Creator Classic needs to work. Does anyone know the answer?

#19 User is offline   army20 

  • MCSA, MCDST, MCTS (vista), A+ (2003)
  • PipPipPipPip
  • Group: Members
  • Posts: 522
  • Joined: 01-September 04

  Posted 15 December 2004 - 10:47 PM

How you do for the serial number ?

#20 User is offline   IcemanND 

  • MSFN Junkie
  • Group: Super Moderator
  • Posts: 3,249
  • Joined: 24-September 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 03 February 2005 - 08:10 PM

Installing Roxio 6 updates:

Engine_v6.2.0.134.exe ECDC_SILENT
Audio_v1.1.0.277.exe AC_SILENT
Creator_v6.2.0.111.exe ECDC_SILENT
Drgdsc_v6.2.0.110.exe D2D_SILENT
du20041203.exe ECDC_SILENT
Dvd_v1.2.0.111.exe DVD_SILENT
Label_v6.2.0.110.exe LC_SILENT

To get this information run the desired update, do not install just run it, go to 'C:\WINDOWS\TEMP' or your corresponding temp folder, a directory is created 'tmpxx', where xx is a random number, inside is a single file named 'COPYFILE.INF'.

Open this file and you will find a section header corresponding to what is being updated i.e. [ECDC folowing by os specific sections, use this first section header and add _SILENT to it for your switch.

Share this topic:


  • 2 Pages +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy