Jump to content

w00dr0w

Member
  • Posts

    4
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

About w00dr0w

w00dr0w's Achievements

0

Reputation

  1. I have the installer working, perfectly using this config.txt ;!@Install@!UTF-8! RunProgram="setup.exe /s /f2c:\mylog.log /z[-rpC:\RHDSetup.log]" ;!@InstallEnd@! with one exception I'll post what I posted @ ryanvm forums It's restarting the PC as soon as it's finished installing. I need to turn this off. I don't know if there's a parameter I can add to config.txt to keep it from restarting the PC, I checked the setup's .ini file and found some promising stuff, but I'm no coder and I have no clue what I need to do. So hopefully one of you can help me with this. The interesting info in the setup.ini is below [General Settings] OEM = 0 DelDatUpd = 0 DelDatUni = 0 RtkLogON = 1 ForceSetupQFE = 0 ForceInstallRtk = 1 RtkAPODbgReg = 0 RtkAPOReg = 1 RemoveHDQFE = 0 QFEReboot = 0 fW2KForceRebt = 0 SilentReboot = 0 NUpgradeDrv = 0 NRunClsWin = 0 QFEOption = /o /norestart /passive HideWinParm = /go I tried adding /norestart to config.txt, but that doesn't do anything. I'm wondering if I can edit the .ini itself and change one of those flags to keep it from restarting after installing? Once again your time, effort, and help are greatly appreciated... large test
  2. Could it be your c:\mylog.log and C:\RHDSetup.log were in wrong location? As far as I understand, mylog.log or RHDSetup.log should normally be in same directory as your setup.exe. Just my guess. that just tells the install where to put the log of the install when it's installing. ill have to try that other code here in a few, though having it run the manual installer would be undesirable, i guess i can manage
  3. Interesting... I asked this on ryanvm forums and I was told I forgot the quotes RunProgram="setup.exe /s /f2c:\test\mylog.log /z[-rpC:\RHDSetup.log]" was their suggestion, which worked. However Im having difficulty with the PC being rebooted once the installer has ran, and realtek says the silent install shouldn't reboot the PC... I'll try it with your code and see if I don't come out any better. Nope, just tried your code and it's not working again
  4. Ok I'm having an issue (probably my inept scripting) I'm trying to make Realtek's HD audio drivers & app install silently, in the readme it says -------------------- Silent Installation: -------------------- Run "Setup.exe /s /f2<path\LogFile> /z[-rp<path\LogFile>]" i.e. setup.exe /s /f2c:\mylog.log /z[-rpC:\RHDSetup.log] I tried all sorts of formating for it and none of it seems to work. The last one i tried I created the Config.txt containing an almost exact copy of their command and to no avail :sigh: ;!@Install@!UTF-8! RunProgram=setup.exe /s /f2c:\test\mylog.log /z[-rpC:\RHDSetup.log] ;!@InstallEnd@! Just get a msgbox with the header 7-zip and the message saying config failed Could someone help me figure out how to setup the config.txt right please? I just need to get this one driver/program to install silently and I'll have my whole boards devices slipstreamed into XPhome If you need any extra info don't hesitate to ask!
×
×
  • Create New...