Jump to content

dakota19

Member
  • Posts

    34
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Netherlands

Posts posted by dakota19

  1. @DEL "%UserProfile%\Bureaublad\*.lnk">NUL 
    @DEL "%AllUsersProfile%\Bureaublad\*.lnk">NUL
    @DEL "%DefaultUserProfile%\Bureaublad\*.lnk">NUL

    shutdown.exe -r -f -t 30 -c "Bedankt voor het gebruiken van dakota ®Dakotasoft Installatie"

    @move %systemdrive%\logo\ronny3.cmd %systemdrive%\"Documents and Settings\All Users\MenuStart\Programma's\Opstarten\"

    @del %ystemdrive%\"DocumentsandSettings\AllUsers\MenuStart\Programma's\Opstarten\ronny2.cmd"

    i'm putting a cmd file at the and of the first cmd file in the startup and then it's beeing executed at first startup and on the and of that cmd file i'm deleting it out of the startup folder ready you are !

  2. ah never mind, well that's like test driving a car then driving off without paying.

    How would you like it if you made a product and people were stealing it?

    If you can't of ford it don't use it?

    why just make it payable for everyone and not for just a view

    and how do you think microsoft got so big as it is today from byers that bought their product ??

    then you've got butter on your head!

  3. Hi UT_lol,

    TNX for this sharing.

    I've tested the English (1033) and the French (1036) install with yr .mst files.

    English install OK

    French install Error 2254 (see here image bellow).

    Then i've tested with the original French 1036.mst file... it works.

    1) May you correct yr 1036.mst file and, if possible, let me know how did you edited and modified the .mst files?

    2) I have no " ACTIVATE" window come in when i launch the appz.

    Moreover, i can NOT find where/how to activate it... All what i found is Help/Buy now... which doesn't invite me to activate the appz.

    How do i Activate it (silently or not silently)?

    Regards

    coucou

    the dutch version does give the same error.

  4. I find this command gets rid of nero scout:

    regsvr32 /u /s "C:\Program Files\Common Files\Ahead\Lib\MediaLibraryNSE.dll"

    thats right that works perfectly but scout still is present on the hd it doesnt border me thow i've downloaded the help pack from ahead site so i can get the proper help file's i've extracted the help files of programs that i don't install now i've got the minor problem that on my own computer in smartstart the helpfiles ar present and on vm they are not does anyone know why that is ??

  5. @cn0saj. Works perfect :thumbup

    I started the instalation with Nero-7.2.7.0_nor_no_yt.exe, waited for the MSI to start, then copied the TEMP dir to another place. Stopped the instal. Made SFX with this comment;

    ----------------------

    ;The comment below contains SFX script commands

    Setup=nero.msi /QB /NORESTART STARTPARAM="CallFromExe" DONOTRUNSETUPX="1" SERIALNUM_USERVAL="xxx-xxx-xxx-xxx-xxx-xxx-xxx-" AGREETOLICENSE="TRUE" ADDLOCAL=NeroSuiteInstallerDD1EB5BC,NeroBurningRomBCAFF604,NeroRecode6035F00C,NeroInfoToolE72D824A,

    NeroDriveSpeed7DFFCC12,NeroCDDVDSpeed82602EE0

    TempMode

    Silent=1

    Overwrite=1

    -----------------------

    No Scout appeared, no reboot, just a plain good unnatended instal :yes:

    sorry did the same but i've got scout in the nero folder on start menu and in my computer

  6. I tried your AutoIt script once and it worked. Perhaps a window did not get focus or something for the stall to happen. I made up script that may work more reliably as active windows are not needed. This was tested with the latest 3.5 version of NewsLeecher. It seems like you may have full titles as default but this script should cater for either setting. It will promptly close the shortcut group window that opens also. You will not need BlockInput() with this script.

    Opt("WinTitleMatchMode", 2)

    $pid = Run(@ScriptDir & "\nl_setup.exe")

    WinWait("Installing NewsLeecher", "Welcome to the NewsLeecher Installation!")
    ControlClick("Installing NewsLeecher", "Welcome to the NewsLeecher Installation!", "Button1")

    WinWait("Installing NewsLeecher", "License Agreement")
    ControlCommand("Installing NewsLeecher", "License Agreement", "Button3", "Check")
    ControlClick("Installing NewsLeecher", "License Agreement", "Button4")

    WinWait("Installing NewsLeecher", "Select a destination directory")
    ControlClick("Installing NewsLeecher", "Select a destination directory", "Button8")

    WinWait("Installing NewsLeecher", "Select suitable options")
    ControlCommand("Installing NewsLeecher", "Select suitable options", "Button12", "Check")
    ControlClick("Installing NewsLeecher", "Select suitable options", "Button15")
    WinWaitClose("Installing NewsLeecher", "Select suitable options", 5)

    ProcessWaitClose($pid)

    WinWait("NewsLeecher", "", 5)
    While WinExists("NewsLeecher")
    WinClose("NewsLeecher")
    Sleep(500)
    WEnd

    :)

    Thanks a lot it worked like charm now i shale try it in my cmd file later today but it looks wonderfull !!

    and it works on my cmd also beatifeul again thanks

  7. i install newsleecher 3.2 with an autoitscript and now it freezes this is my install cmd

    @cmdow @ /VIS

    @start /wait %systemdrive%\newsleecher\install.exe

    @sleep 15

    @closewindow %systemdrive%\documents and settings\dakota\menu start\programma's\newsleecher

    it just freezes up and i have to ctrl del to get it going again

    this is the autoitscript:

    Opt("TrayIconDebug", 1)

    Opt("WinTitleMatchMode", 3)

    Run("nl_setup.exe")

    BlockInput(1)

    WinWaitActive("Installing NewsLeecher", "Welcome to the NewsLeecher Installation!")

    Send("{ENTER}")

    WinWaitActive("Installing NewsLeecher", "License Agreement")

    ControlClick("Installing NewsLeecher", "License Agreement", "Button3")

    Send("{ENTER}")

    WinWaitActive("Installing NewsLeecher", "Select a destination directory")

    Send("{ENTER}")

    ;sleep 5

    WinWaitActive("Installing NewsLeecher", "Select suitable options.")

    ControlClick("Installing NewsLeecher", "Select suitable options.", "Button12")

    Send("{ENTER}")

    Exit

  8. maybe i'm stupid but i have edit the nero.msi without doing the admin install and also that works and the links in the start menu are beeing made correct it works like charm nero scout isn't instaled and only the apps that i wont are installed its a version from a full cd of nero 7.054 multilanguage i know its a large package but it works :o

    p.s.

    what i found is that wen you already had an install off the full package whit evrything installed and deinstaled it with the nero cleaner nero scout keeps comming back.

  9. So what if we use an MST instead of a modified MSI? Same thing?

    Hmm, I just tested: The same error. I am currently working on Nero 6.6.1.4 again. :(

    if tested with a normal install and i've got a windows message that nero made a invailued move so i'm also going back to nero 6.6.1.4 is a lot easier and quicker {strange that ahead keeps updating this, probebly they are not so sure of their own product it just sucks}

  10. probely a stupid question but how do i put my adress book in to it ?? :blink:

    if you want to keep your address book, copy the abook.mab and history.mab files from your Application Data\Thunderbird\Profiles area and put them in your profile folder before you hit pack and that will add them

    thanks i can get my adress book in to it but now it doesn't take my how do you call it ?

    instals when it installs i don't see my acount's and local map's of the acount's ??

  11. works like charm but when i install in dutch evrything but smartstart is in english and i rather would like in dutch

    is this possible

    this is my cmd:

    start /wait %systemdrive%\Install\nero7\Nero714USilent.exe /S /LANG=nld /USERNAME=Dakota /COMPANY=dakotasoft /SN=xxxx-xxxx-xxxx-xxxx-xxxx-xxxx-xxxx

    pause

×
×
  • Create New...