Jump to content

ababo

Member
  • Posts

    2
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Belgium

Everything posted by ababo

  1. At the moment my settings are as this: .sif [GuiRunOnce] "\\<server>\softdepl$\test1.cmd" "regedit /s \\<server>\softdepl$\test1.reg" test1.cmd echo install 1 pause test.reg Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce] "test2"="\\\\<server>\\softdepl$\\test2.cmd" test2.cmd echo install 2 pause I tried to put "regedit /s \\<server>\softdepl$\test1.reg" into test1.cmd and same problem When I put it in GuiRunOnceEx in the .sif file or putting test2.cmd into "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx" It doens't work. When there is something in RunOnceEx it doesn't run after reboot. Regards
  2. Hi, I have a strange problem when I install W2k with RIS. I configured GUIRunOnce in the .sif file so that it starts a .cmd file that installs IE6 and adds an entry to RunOnce to start installing other software after the reboot from IE6. IE6 installs perfectly, but the other installs don't run. I've tried the same setup but instead of IE6 I set up to install a prog that doesn't reboot automatically. And know it installs the first program but it immediatly installs the next program that I put in the new runonce My setup: .sif [GuiRunOnce] \\<server>\install1.cmd install1.cmd \\<server>\setup.exe regedit /s \\<server>\\install2.reg In install2.reg I add a new entry to runonce to install another prog after reboot. Has anyone an idea how this comes and what I have to do to resolve it? Regards
×
×
  • Create New...