Jump to content

oXiDe

Member
  • Posts

    5
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Netherlands

Everything posted by oXiDe

  1. I wrote a silent install for CloneDVD to caus I wanna choose my installdirectory... In the RAR you'll find the source and the compiled exe, edit the source for an other directory than the default C:\Applications\CloneDVD. CloneDVD_Silent_Install__own_dir_.rar
  2. Hi again, I've made a working script , but caus I don't know a lot about scripting (yet) I kept it simple, it's just sending the TAB, the space and the enter button a few times. So if you use this script, watch it you don't press any button, it can caus problems. In the RAR file is the compiled script and the source, if you want a other install-dir then the default C:\Applications\QuickSFV you need to edit that part. QuickSFV_Silent_Installer.rar
  3. I use QuickPar too, but you can't make SFV files with it , but i will try AutoIt
  4. Hi, I'm looking for the silent install switch of QuickSFV (download here), it surpises me I couldn't find him anywere on the forum... Thx.
  5. Hi, The scripts work fine for me, but I also want to choose my install dir for CloneDVD, whitout the script it works with the switch: /D=C:\Applications\CloneDVD. But when I put it in the script is doesn't work anymore (I don't anything about scripting), but I tried the following: Run ($CmdLine[1] & " /S /D=C:\Applications\CloneDVD") Run ($CmdLine[1] & " /S") Run ($CmdLine[1] & " /D=C:\Applications\CloneDVD") Run ($CmdLine[1] & " /S") Run ($CmdLine[2] & " /D=C:\Applications\CloneDVD") None of them worked... Does anybody know the solution? Thx
×
×
  • Create New...