MSFN Forum: Fantomcd Workaround - 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
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Fantomcd Workaround Rate Topic: -----

#1 User is offline   A][A-PhoeniX 

  • Group: Members
  • Posts: 4
  • Joined: 09-February 05

Posted 15 February 2005 - 03:42 AM

I couldn't find this anywhere, so I made up my own solution. I decided to post this here to help anyone who might use FantomCD. I love FantomCD. It's a great tool for emulating cd drives. Anyways, the whole problem was that no matter what switches i used it would not silent install. So here is the workaround.

Open a new text file in notepad and put the following code into it:
Set WshShell = WScript.CreateObject("WScript.Shell")

'=== FantomCD INSTALL === FILE === FantomCD.VBS ===
WshShell.Run app & "%systemdrive%\install\FantomCD\enu_tr.msi"
'=== wait in milli seconds (5 sec)
WScript.Sleep 2000
'=== PRESS SOME KEYS
WshShell.SendKeys "{ENTER}"
WScript.Sleep 2000
WshShell.SendKeys "{ENTER}"
WshShell.SendKeys "+A"
WScript.Sleep 1000
WshShell.SendKeys "{ENTER}"
WScript.Sleep 2000
WshShell.SendKeys "{ENTER}"
WScript.Sleep 2000
WshShell.SendKeys "+c"
WScript.Sleep 1000
WshShell.SendKeys "{ENTER}"
WScript.Sleep 2000
WshShell.SendKeys "{ENTER}"
WScript.Sleep 20000
WshShell.SendKeys "{ENTER}"

WScript.Quit


note* edit code as necessary ie. the path name
also the last "WScript.Sleep" entry of 20000 should be long enough for the installation to complete so that the last "SendKeys {ENTER}" won't execute until it's finished. If you are using slower hardware please increase the "20000" to account for the time it will take to finish.

Then rename the new txt file to "FantomCD.vbs"

Then in RunOnceEx.cmd the code is this:
REG ADD %KEY%\029 /VE /D "FantomCD" /f
REG ADD %KEY%\029 /V 1 /D "%PP%\FantomCD\fantomcd.vbs" /f
REG ADD %KEY%\029 /V 2 /D "REGEDIT /S %PP%\FantomCD\fantomcd.reg" /f


Of course edit it as necessary

License info should be placed in the fantomcd.reg file referenced in RunOnceEx

The following is an example fantomcd.reg file

[HKEY_CURRENT_USER\Software\Copystar\Fantom CD\Register]
"UserName"="user_name"
"Company"="none"
"SerailNo"="xxxxxxxxxxxxx"



Share this topic:


Page 1 of 1
  • 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