Jump to content

troyquigley

Member
  • Posts

    12
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Posts posted by troyquigley

  1. i had tried that one also.

    the problem is that that one uses "HKCU"

    i cannot use a reg hack as the current user, because they dont have admin rights, and if i open up a command prompt as administrator, then run that reg hack, it runs it for the administrator and not the current user.

    so i either need a way to do this via hklm or i need to be able to do a reg hack under current user with admin rights.

    or another command line script.

  2. i tried

    [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Curr entVersion\Explorer\AutoplayHandlers]

    "DisableAutoplay"=dword:00000001

    &

    [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Curr entVersion\Policies\Explorer\]

    "NoDriveTypeAutoRun"=dword:000000ff

    neither worked

    i just want to be able to disable autoplay for all drives via a command line or BAT file.

  3. i have made a unatended install of xp. it installs just fine (no errors). but when i created the install with nlite. it only created one line in the "cmdlines.txt" file.

    "rundll32 advpack.dll,LaunchINFSection nLite.inf,nLiteReg"

    so after xp does finish installing. i go to check all the settings that were supposed to get automatically done for me, well they are not done.

    what is the deal with this line "rundll32 advpack.dll,LaunchINFSection nLite.inf,nLiteReg"

    and what am i missing?

    i have searched my hdd high and low for "nLite.inf" or "nLiteReg"

    OK - i found "nlite.in_"

    why don't all the settings that i did in nlite - when i was creating the unattended install. why dont they work ?

  4. i have made a unatended install of xp. it installs just fine (no errors). but when i created the install with nlite. it only created one line in the "cmdlines.txt" file.

    "rundll32 advpack.dll,LaunchINFSection nLite.inf,nLiteReg"

    so after xp does finish installing. i go to check all the settings that were supposed to get automatically done for me, well they are not done.

    what is the deal with this line "rundll32 advpack.dll,LaunchINFSection nLite.inf,nLiteReg"

    and what am i missing?

    i have searched my hdd high and low for "nLite.inf" or "nLiteReg"

  5. nLite v1.01 (7-13-2006)

    i have made a unatended install of xp. it installs just fine (no errors). but when i created the install with nlite. it only created one line in the "cmdlines.txt" file.

    "rundll32 advpack.dll,LaunchINFSection nLite.inf,nLiteReg"

    so after xp does finish installing. i go to check all the settings that were supposed to get automatically done for me, well they are not done.

    what is the deal with this line "rundll32 advpack.dll,LaunchINFSection nLite.inf,nLiteReg"

    and what am i missing?

    i have searched my hdd high and low for "nLite.inf" or "nLiteReg"

    did i do something wrong ?

  6. READ people, READ...

    extract the ...... darn thing, to lets say.... C:\directX

    in that folder remove al the x64 files (you just dont nead those unles your going to run it on xp64 - than repack the remaining files to a selfextracting 7zip (or rar) file with the @dxsetup.exe /silent command, (or)

    start /wait dxsetup.exe /silent - note i dont know if the noreboot is usefull to, - just try and find out yourself.....

    i tried that it did not work

    i got invalid switch command

  7. ok i did all this with no problems

    Guide to make a Silent Directx 9.0C install:

    1- download directx 9.0c redist

    2- extract

    3- replace the dxsetup.exe by the new one here (a user already posted it up there)

    4- You can delete Directx.cab and BDA.cab if you are running on Windows NT/2000/XP/2003

    5- Start > Run > iexpress.exe

    6- select "create new self extraction directive file"

    7- select "extract files and run an installation command"

    8- title: dx90csilent

    9- select "no prompt"

    10- "do not display a license"

    11- add all the extracted files

    12- in the first combobox (install program), select "dxsetup.exe" and add this string at the end: " /install /silent". It now should be "dxsetup.exe /install /silent"

    13- select hidden

    14- select "no message"

    15- choose a path where the EXE install will be saved AND check "hide file extracting progress animation from user"

    16- select "no reboot"

    17- select "don't save"

    18- click next

    19- Done!

    but now what do i do with the EXE file i just created ?

    i put it in my CMDLINES.txt - and it did not work

    so how can i make the file part of my slipstream ?

×
×
  • Create New...