Support Forum
Windows Unattanded CD Creator - Printable Version

+- Support Forum (https://www.vitaligraf.de/mybb)
+-- Forum: Windows Unattended CD Creator (https://www.vitaligraf.de/mybb/forumdisplay.php?fid=9)
+--- Forum: English (https://www.vitaligraf.de/mybb/forumdisplay.php?fid=7)
+--- Thread: Windows Unattanded CD Creator (/showthread.php?tid=265)



Windows Unattanded CD Creator - 007 - 2006-12-08

Hello Vitali,

Would you please let us if there is any switch for WUNCD
I have tried /s, /Q, and /QB but none of them worked must click next....

thank you and have a good weekend


RE: Windows Unattanded CD Creator - Vitali - 2006-12-08

WUCD Creator is NSIS-Installer, use /S NOT /s


RE: Windows Unattanded CD Creator - 007 - 2006-12-09

Perfect thank you

Vitali Wrote:WUCD Creator is NSIS-Installer, use /S NOT /s



SOFTWARE INSTALLATION - 007 - 2006-12-09

Good day everyone,

I am having problem with the following applications
I tried several Switches including MSFN but they never worked

1- Nero 7.0 Ultra Edition

Nero 7.0 Ultra Edition.checkPoint="Software\Nero 7.0 Ultra Edition"
Nero 7.0 Ultra Edition.Steps="2"
Nero 7.0 Ultra Edition.Step.1=""%CDROM%\Software\Nero 7.0 Ultra Edition\Nero.msi "/qn REBOOT=Suppress"
Nero 7.0 Ultra Edition.Step.2=""%CDROM%\Software\Nero 7.0 Ultra Edition\Nero.msi" /silent /noreboot /no_ui /serial7=xxxxxxxxxxxxxxxxxxxx /write_sn"
----------------------------------------------------------------------------------------------------------------
2- Systran Premium 4.5

stran.checkPoint="Software\Systran"
Systran.Steps="2"
Systran.Step.1=""%CDROM%\Software\Systran\sys.exe /s /v"/qn REBOOT=Suppress"
Systran.Step.2=""%CDROM%\Software\Systran\sys.exe" /silent /noreboot /no_ui /sn=21-xxxxx-88/write_sn"

Language select pops up first and then others

I also tried install.exe /S or Q or even /QB


3- Quicken 2005

Quicken 2005.checkPoint="Software\Quicken 2005"
Quicken 2005.Steps="1"
Quicken 2005.Step.1=""%CDROM%\Software\Quicken 2005\DISK1\Quicken 2005.msi" /s /v/gn"

I also tried install.exe /S or Q or even /QB

WS_FTP Pro 7.0

WS_FTP Pro 7.0.checkPoint="Software\WS_FTP Pro 7.0"
WS_FTP Pro 7.0.Steps="1"
WS_FTP Pro 7.0.Step.1=""%CDROM%\Software\WS_FTP Pro 7.0\fo-wftp7.exe" /Q"

I want to thank you all very much for your time
I certainly appreciate VitaliÂ’s time for creating a great tool like WUCD
I was able to install OS, Hotfixes, SP2, Office 2003, Ad-aware, System mechanic 6, and many others.

Have a great weekend


SOFTWARE INSTALLATION - 007 - 2006-12-11

Good day everyone,

I am having problem with the following applications
I tried several Switches including MSFN but they never worked

1- Nero 7.0 Ultra Edition

Nero 7.0 Ultra Edition.checkPoint="Software\Nero 7.0 Ultra Edition"
Nero 7.0 Ultra Edition.Steps="2"
Nero 7.0 Ultra Edition.Step.1=""%CDROM%\Software\Nero 7.0 Ultra Edition\Nero.msi "/qn REBOOT=Suppress"
Nero 7.0 Ultra Edition.Step.2=""%CDROM%\Software\Nero 7.0 Ultra Edition\Nero.msi" /silent /noreboot /no_ui /serial7=xxxxxxxxxxxxxxxxxxxx /write_sn"
----------------------------------------------------------------------------------------------------------------
2- Systran Premium 4.5

stran.checkPoint="Software\Systran"
Systran.Steps="2"
Systran.Step.1=""%CDROM%\Software\Systran\sys.exe /s /v"/qn REBOOT=Suppress"
Systran.Step.2=""%CDROM%\Software\Systran\sys.exe" /silent /noreboot /no_ui /sn=21-xxxxx-88/write_sn"

Language select pops up first and then others

I also tried install.exe /S or Q or even /QB


3- Quicken 2005

Quicken 2005.checkPoint="Software\Quicken 2005"
Quicken 2005.Steps="1"
Quicken 2005.Step.1=""%CDROM%\Software\Quicken 2005\DISK1\Quicken 2005.msi" /s /v/gn"

I also tried install.exe /S or Q or even /QB



WS_FTP Pro 7.0.checkPoint="Software\WS_FTP Pro 7.0"
WS_FTP Pro 7.0.Steps="1"
WS_FTP Pro 7.0.Step.1=""%CDROM%\Software\WS_FTP Pro 7.0\fo-wftp7.exe" /Q"

I want to thank you all very much for your time
I certainly appreciate VitaliÂ’s time for creating a great tool like WUCD
I was able to install OS, Hotfixes, SP2, Office 2003, Ad-aware, System mechanic 6, and many others.

Have a great weekend


RE: SOFTWARE INSTALLATION - Vitali - 2006-12-11

007 Wrote:I am having problem with the following applications
I tried several Switches including MSFN but they never worked

1- Nero 7.0 Ultra Edition

Nero 7.0 Ultra Edition.checkPoint="Software\Nero 7.0 Ultra Edition"
Nero 7.0 Ultra Edition.Steps="2"
Nero 7.0 Ultra Edition.Step.1=""%CDROM%\Software\Nero 7.0 Ultra Edition\Nero.msi "/qn REBOOT=Suppress"
Nero 7.0 Ultra Edition.Step.2=""%CDROM%\Software\Nero 7.0 Ultra Edition\Nero.msi" /silent /noreboot /no_ui /serial7=xxxxxxxxxxxxxxxxxxxx /write_sn"
I don't using Nero 7. But, have you try this:
http://unattended.msfn.org/unattended.xp/view/switch/93/
007 Wrote:2- Systran Premium 4.5

stran.checkPoint="Software\Systran"
Systran.Steps="2"
Systran.Step.1=""%CDROM%\Software\Systran\sys.exe /s /v"/qn REBOOT=Suppress"
Systran.Step.2=""%CDROM%\Software\Systran\sys.exe" /silent /noreboot /no_ui /sn=21-xxxxx-88/write_sn"

Language select pops up first and then others

I also tried install.exe /S or Q or even /QB
Try SYSTRAN.exe /L0x0409 /S /v/passive
http://www.msfn.org/board/index.php?showtopic=77607&hl=Systran+Premium
007 Wrote:3- Quicken 2005

Quicken 2005.checkPoint="Software\Quicken 2005"
Quicken 2005.Steps="1"
Quicken 2005.Step.1=""%CDROM%\Software\Quicken 2005\DISK1\Quicken 2005.msi" /s /v/gn"

I also tried install.exe /S or Q or even /QB
May be helps this:
http://www.msfn.org/board/index.php?showtopic=32596&hl=Quicken+2005
007 Wrote:WS_FTP Pro 7.0.checkPoint="Software\WS_FTP Pro 7.0"
WS_FTP Pro 7.0.Steps="1"
WS_FTP Pro 7.0.Step.1=""%CDROM%\Software\WS_FTP Pro 7.0\fo-wftp7.exe" /Q"
May Be helps this:
http://www.msfn.org/board/index.php?showtopic=77134&hl=WS_FTP



PS: http://board.vitaligraf.de/showthread.php?tid=158

regards