Jump to content

rmirra

Member
  • Posts

    3
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Argentina

About rmirra

rmirra's Achievements

0

Reputation

  1. I am having trouble trying to make a silent install of Samsung SyncMaster 2253NW drivers (keep asking me to select monitor) and programs (Natural Color Pro and MagicTune => already tried everything including switches with uss, getting the setup.iss as they are installshield 9.1.0.429). Any help would be appreciated. Thanks in advance Rod
  2. Hi, everybody. I am completing my third unattended project (thanks to you all!) and there are a couple of things that I have never been able to solve. I hope you can give me a hand on this. For example, my winnt.sif calls start.cmd in a pretty standard way. [GuiRunOnce] %systemdrive%\install\start.cmd Start.cmd installs lot of applications (90% unattended and 10%, regretable, not). When Start.cmd begins want to create a silent restore point. I have been playing with a vbs called "SysRestorePointSilent.vbs" (from www.dougknox.com) and rstrui.exe. The weird things is that when executed from Start.cmd the vbs is not recognized: "cannot find....". I paste the same routine calling "SysRestorePointSilent.vbs" in any other moment (now for example) and it works. (I have also failed trying to execute rstrui.exe silently) ECHO. @echo --------------------------------------------------------- ECHO SILENT RESTORE POINT @echo --------------------------------------------------------- ECHO To allow going back to original win xp sp2 installation ECHO. start /wait %~d0\Install\SysRestorePointSilent.vbs ECHO Please wait... :: start /wait %systemroot%\system32\restore\rstrui.exe Any idea of why it happens (could it be because of its long name?) and how to overcome it? Thanks in advance
×
×
  • Create New...