Jump to content

Recommended Posts

Posted

Somebody please point me in the right direction. I know I have seen something in the forum about hanging up at T-12 but I can't find it. Please help me. My problem is everything installs correctly and then at t_12 it hangs up.


Posted

well we cant help you without some info the following would help:

last_session.ini from nlite

anything extra added like bts driver packs?

the hardware this is falling on would probably help too

Posted

I'm using RunOnceEX not nlite. I have a via motherbroad by Biostar with a Celron D 3.2 CPU. I haven't added drivers yet, just working on setting up programs first. I'm a newbi at this so felt best to take one step at a time.cmdow @ /HID

@echo off

SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOneEx

REG ADD %KEY% /v TITLE /D "Installing Applications" /f

REG ADD %KEY%\005 /ve /d Ultra ISO /f

REG ADD %KEY%\005 /v 1 /d "%systemdrive%\install\ultraiso.exe" /very silent /f

REG ADD %KEY%\015 /VE /D "Dvd2ONE" /f

REG ADD %KEY%\015 /V 1 /D "%systemdrive%\install\setup_dvd2one.exe" /S /f

REG ADD %KEY%\020 /VE /D "Dvd Shrink" /f

REG Add %KEY%\020 /VE /D "%systemdrive%\install\dvdshrink32setup.exe" /very silent /f

REG ADD %KEY%\025 /VE /D "ISO Buster" /f

REG ADD %KEY%\025 /VE /D "%systemdrive%\install\isobuster.exe" /very silent /f

REG ADD %KEY%\030 /VE /D "WinAVI" /f

REG ADD %KEY%\030 /VE /D "%systemdrive%\install\winavi.exe" /very silent /f

REG ADD %KEY%\035 /VE /D "Easy Video Joiner" /f

REG ADD %KEY%\035 /VE /D "%systemdrive%\install\ezjoiner.exe" /very silent /f

REG ADD %KEY%\040 /VE /D "Azureus" /f

REG ADD %KEY%\040 /VE /D "%systemdrive%\install\azureus_2.3.0.4_win32.setup.exe" /S /f

REG ADD %KEY%\050 /VE /D "DVD Decrypter" /f

REG ADD %KEY%\050 /VE /D "%systemdrive%\install\setupdvddecrypter_3.5.4.0.exe" /S /f

REG ADD %KEY%\055 /VE /D "Copy 2 DVD" /f

REG ADD %KEY%\055 /VE /D "%systemdrive%\install\copytodvd3_setup.exe" /very silent /f

REG ADD %KEY%\060 /VE /D "Memories on TV" /f

REG ADD %KEY%\060 /VE /D "%systemdrive%\install\motv301cnet.exe" /very silent /f

REG ADD %KEY%\065 /VE /D "Power DVD" /f

REG ADD %KEY%\065 /VE /D "%systemdrive%\install\pdvd6_setup.exe" /S /f

Exit

I'm not sure about my switches, most of them I got off MSFN. Any help would be helpful. Most of my hardware is picked up by window. I am using Win XP Home w/sp2 build 2180. Thanks for the help.

Posted

well this is not were the problem is then, runonceex runs on the first start, cmdlines.txt runs at t-12 so id look there for a issue

also this may cause probs:

REG ADD %KEY%\005 /ve /d Ultra ISO /f

lack of "" 's

Posted (edited)

No offence but you are pretty stupid... I think

e.g. You wrote at the end:

REG ADD %KEY%\065 /VE /D "Power DVD" /f

REG ADD %KEY%\065 /VE /D "%systemdrive%\install\pdvd6_setup.exe" /S /f

But it's

REG ADD %KEY%\065 /VE /D "Power DVD" /f

REG ADD %KEY%\065 /VE /D "%systemdrive%\install\pdvd6_setup.exe /S" /f

The last quotation mark goes after the switch

Oh yeah, and on your dvd shrink, winavi, easy video joiner and isobuster, it's not

innosetup.exe /very silent

But

innosetup.exe /VERYSILENT

Edited by T D

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...