Jump to content

Rodent

Member
  • Posts

    51
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Austria

Everything posted by Rodent

  1. hmm silly me, no? sorry about that one... anyway, i ran into a problem... the last record pn my long list of apps always i listed two times in the WPI screen. Example: prog[pn]=['WS_FTP Pro 9.01'] desc[pn]=['FTP Client'] cmd1[pn]=['%cdrom%\\Install\\WS_FTPpro9.01\\fo-w901.exe -s'] dflt[pn]=['yes'] cat[pn]=['System'] pn++ makes WS_FTP be listed in "Systems group besides other Programs in Systen Group, and creates a second "System" Group at the end, only containing WS_FTP... any idea? thanks alex
  2. Feature request: "Syntax Check of config.js" so I do not have to try it every time in VMware, before going live. Would be another great thing. Thanks Hasi for that great stuff you threw in! rgds Alex
  3. thanks, i found a solution. ari from the german community has created a sleep.exe v3 http://board.windows-unattended.de/index.p...wtopic=887&st=0 with color options and silent switch thanks mct thanks ari alex
  4. hello there, whe i execute sleep.exe from my runonceex.cmd, there always is this annoying cmd window. any way to hide this? thanks alex
  5. *bump* (if allowed) thanks alex
  6. Thank you very much, it worked amazeingly for me! Thanks Alex
  7. nevermind, i go now with Spamihilator: http://www.spamihilator.com/ if someone is going to go with SPAMfighter, i hope my efforts above are any useful. rgds alex
  8. ok: what i found out until now: starting the downloaded exe and clicking "next" 2 or 3 times creates a SPAMfighter.msi and a 1031.MST file in a subfolder of C:\WINDOWS\Downloaded Installations\* \ /QB REBOOT=Suppress does work as far as userdata needs to be entered. ill keep trying thanks alex
  9. Hello there, http://www.spamfighter.com/ nice Spam fighting tool (^^) it turns out to be a Installshield Installer, but running the .exe with -R does not give me a .iss File in C:/Windows. How could I then find Silent Switches for this? thanks Alex
  10. hi there, i am sorry, i only will use the uA cd on my own pc, so i did not thought about muliti-chipset-compatibility. thanks for that idea prathapml rgds alex
  11. I don't think so... There is! /S worked flawless, additional (for whatever reason) you could kill the ccd tray: REG ADD %Key%\050 /V 3 /D "taskkill.exe /F /IM CloneCDTray.exe" /f and also execute this one, if you permanent want to not have ccdtray started, when booting: add this to tray.reg Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\SlySoft\CloneCD\Settings] "CloneCDTray"=dword:00000000 then execute this from your runonce: REG ADD %KEY%\050 /V 1 /D "REGEDIT /S %CDROM%\Install\Applications\CloneCD5.0.2.2\tray.reg" /f Summary: (howit looks in my .cmd) REG ADD %KEY%\050 /VE /D "CloneCD 5.0.2.2" /f REG ADD %KEY%\050 /V 1 /D "REGEDIT /S %CDROM%\Install\Applications\CloneCD5.0.2.2\register.reg" /f REG ADD %KEY%\050 /V 2 /D "%CDROM%\Install\Applications\CloneCD5.0.2.2\CloneCDSetup.exe /S" /f REG ADD %Key%\050 /V 3 /D "taskkill.exe /F /IM CloneCDTray.exe" /f REG ADD %KEY%\050 /V 4 /D "REGEDIT /S %CDROM%\Install\Applications\CloneCD5.0.2.2\tray.reg" /f rgds alex
  12. from my runonceex.cmd: -s means you first got to extract the single .exe to get all neccessary install files, then use setup.exe -R command to create a setup.iss file in C:\Windows\ drag this setup.iss in the same folder of extracted via setupfiles, then run setup.exe -s rgds alex
  13. no reason to be rude dude, changelog: i'll now try with /S thanks alex
  14. i would also like to get a gmail account. thanks a lot rgds alex
  15. i am sure it does not work with 5.0.2.2 as i mentioned here: http://www.msfn.org/board/index.php?showtopic=29470 hopefully there will be a solution someday thanks alex
  16. if you are curious about the CloneCDSilent.exe i mention above, read on here: http://www.msfn.org/board/index.php?showto...7558&hl=clonecd i hope there is hope for me, thanks alex
  17. // --> me happy now I find that one VERY useful, also easy to apply for the n00b. thanks alex
  18. [Offtopic] http://www.metroid2002.com/fusion/technica...sesshoumaru.php so you are not THIS sesshoumaru? so i am sorry for bothering you^^ [/Offtopic] seems there is no other way, to restart the nLite removal process from scratch, and this time do not remove MP cu alex
  19. Hi there, I tried to silent install CCD 5.0.2.2, but unfortunately the "CloneCDSilent.exe" Method is not working for me, as when executing from RunOnceEx, it is simply on hold when executed (seems to install, but after 15 minutes it is still running) any hint for me? this is my REG ADD line: REG ADD %KEY%\050 /VE /D "CloneCD 5.0.2.2" /f REG ADD %KEY%\050 /V 1 /D "%CDROM%\Install\Applications\CloneCD5.0.2.2\CloneCDSilent.exe CloneCDSetup.exe" /f Thanks in Advance Alex
  20. hi sess, you MUST not remove Media Player from Windows, when using nLite. also be aware: if you remove outlook express, aou are not able to install Outlook Pro later on. rgds alex ps: love your MF tech demonstration
  21. thanks, just coreected my inf awesome! rgds alex
  22. I used it, and it rocks! thanks a side note for the n00b user (like me too): you need to create a own .cmd (example: maxthon.cmd) from which you call up the maxthon.inf the well english spoken might already read that from prathapml's post, me has not first, so i had to try. at the end it worked, so thank you really much!! rgds alex
  23. thank you, will now try it alex
  24. **** fast reply, just like chatting^^ thanks do i have to use this: rundll32 setupapi,InstallHinfSection DefaultInstall 128 %SystemDrive%\install\Applications\maxthon.inf then between: REG ADD %KEY%\105 /V 1 /D " " /f thanks again alex
  25. hi, that is really what i searched for thank you very much! where sould the "maxthon.inf" be saved to? same folder where runoncecmd.bat is? and is this then right to add in .cmd: REG ADD %KEY%\105 /VE /D "Maxthon 1.1.039" /f REG ADD %KEY%\105 /V 1 /D "rundll32 setupapi,InstallHinfSection DefaultInstall 128 .\maxthon.inf" /f thanks alex
×
×
  • Create New...