Jump to content

Cybertronic

Member
  • Posts

    79
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

Posts posted by Cybertronic

  1. I haven't removed the Shell Services in my nLited Windows XP Pro, but the Autoplay function (tab) is missing when you go to the properties of CD/USB Drives, I didn't used any registry tweaks that disables this function. The Shell Hardware Detection service requires RPC (automatic), and it's telling me this whenever I try to start the service :(:

    Could not start the Shell Hardware Detection service on Local Computer.

    Error 1083: The executable program that this service is configured to run in does not implement the service.

    Also, My Music and My Pictures have disappeared off my Start Menu and in My Documents, setting it to show Start Meny properties and registry doesn't work either :no:, I have not removed them in nLite which is strange :blink:

    I've attached my Last Session.ini to this post, please help :thumbup

    Last_Session.ini

  2. If I run my AutoIT script/executable during the RunOnceEx stage, I use WinWaitActive and WinClose to close the windows, but the window does not appear until the RunOnceEx sequence has finished which means the script pauses as the window doesn't pop up yet which also prevents RunOnceEx to continue onto the next installation :(

    WinWaitActive("C:\Documents and Settings\All Users\Start Menu\Programs\PowerQuest PartitionMagic 8.0",'')
    WinClose("C:\Documents and Settings\All Users\Start Menu\Programs\PowerQuest PartitionMagic 8.0",'')

    Can anyone please help me on this? :blushing::thumbup

  3. I've fixed the other Creative programs by using this code (and changing to %CDROM% parameter):

    REG ADD %KEY%\035 /VE /D "Creative EAX Console" /f
    REG ADD %KEY%\035 /V 1 /D "%CDROM%\Install\Software\Applications\Utilities\Creative\EAX_Console\setup.exe -s -f1\"%CDROM%\Install\Software\Applications\Utilities\Creative\EAX_Console\setup.iss\" -f2\"%systemdrive%\Install.log\" /f

    This code doesn't work for the Audio Console, as said in the first post, the installer seems to bypass the switches :no::(

  4. I've the following commands in my RunOnceEx:

    REG ADD %KEY%\030 /VE /D "Creative Audio Console" /f
    REG ADD %KEY%\030 /V 1 /D "%systemdrive%\Install\Software\Applications\Creative\Audio_Console\setup.exe -s -f1\"%systemdrive%\Install\Software\Applications\Creative\Audio_Console\setup.iss"\" /f

    What happens is that the installer seems to ignore the switches, and just askes me the options etc like you get in a normal install :no:

    For all my Installshield programs, I always use the -r switch to obtain the setup.iss file from the Windows directory :)

    The setup.exe is a Installshield installer, the above following code works for my other Installshield programs (nVidia drivers, 3DMark2001-SE, 03 and 05 etc) except:

    Creative EAX Console

    Creative Speaker Calibrator

    Creative Speaker Settings

    Creative Surround Mixer

    Creative THX Console

    Coincidence :huh:

    Could any one try and help me please? :)

  5. Sorry for bumping this thread :blushing:

    I'm trying to use the above line for installing Framework Beta 2.0:

    REG ADD %KEY%\050 /VE /D ".NET FrameWork 2.0 Beta 2" /f
    REG ADD %KEY%\050 /V 1 /D "%systemdrive%\Install\Applications\dotnetfx.exe /q:a /c:"install /l /q"" /f

    What am I doing wrong? Whenever I test it, it says it has too many parameters :(

    Please help :yes:

×
×
  • Create New...