Jump to content

urie

Member
  • Posts

    520
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

Posts posted by urie

  1. maxxp just explained dos command above:

    cmd /c reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 0 /f

    oh, oops...you wanted run once...

    REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Runonce" /V Install /D "Cmd /C Start %systemdrive%\Install\batch.cmd /S /Q" /f

    do we have to use cmd command ? if i want to use an .exe,

    REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Runonce" /V Installmyexe /D "Cmd %systemdrive%\Install\services.exe

    is that right ?

    can u explain me the /V /D and /S /Q /f, what are those doing ?

    thank in advance.

    open cmd window and type cmd /?

    this will list all switches

  2. Hi all,

    I want to install UltraISO v8.6.3 Silently Without The Decktop icon & ISOdrive

    and Associate it with .iso file extension

    I know that the installer is Inno and the silent switch is "/VERYSILENT /SP- "

    But with this Switch i have no options to do this

    any Suggestions please

    REG ADD %KEY%\1001 /VE /D "UltraISO Premium 8.6.3.2056" /f
    REG ADD %KEY%\1001 /V 101 /D "%SystemDrive%\Install\UltraISO\uiso8_pe.exe /SILENT /SP- /MERGETASKS="!isodrive" /NORESTART" /f
    REG ADD %KEY%\1001 /V 102 /D "CMD /C DEL \"%USERPROFILE%\Desktop\UltraISO.lnk\"" /f
    REG ADD %KEY%\1001 /V 103 /D "REGEDIT /S %SystemDrive%\Install\UltraISO\UltraISO.reg" /f

    for UltraISO.reg export registry from:

    [HKEY_CURRENT_USER\Software\EasyBoot Systems\UltraISO\5.0]

  3. Go here :

    http://www.autoitscript.com/autoit3/scite/

    and download SciTE4AutoIt3 and install it, then go here:

    http://www.autoitscript.com/autoit3/downloads.shtml

    and download Autoit, and install.

    SciTE4AutoIt3 has macro recorders built in which are very easy to use for people that are not really into coding.

    look here

    http://maxXPsoft.com/forums/index.php?showtopic=116

    on MaxXpsoft forum small tutorial on there on how to use AU3Recorder, should do for most of your needs.

    also there are Autoit forums:

    http://www.autoitscript.com/forum/index.php?act=idx

  4. I am having a very frustrating problem. I followed the RunOnceEx guide and it seems to have added the entries to the registry correctly:

    However, the dang thing just never runs! What in the world is going on here? I expected a nice little dialog like shown in the guide:

    But, nothing happens at all. I've checked and re-checked the path to the program. If I copy and paste the value of that regisry key into the "Run" dialog, it works perfectly.

    You dont have IE7 slipstreamed do you? that breaks RunOnce.

  5. Nice! Thanks for the tip. This will *definitely make it a lot easier. I beta test apps a lot, and change default programs here and there, so doing it your method, with 3 HDs available to me, makes it a lot easier to make 1 DVD and change the apps as they get updated or replaced. Ingenious!
    VistaUA and UnattendXP by MaxXpsoft does this it has a RunOnce tester you can select from any drive that has an APPS folder and select what programs you want to test i,e install. or you can make cd/dvd but install the APPS from other drives.
  6. Amit, it looks like there 3 files are patched uxtheme.dll, shsvcs.dll, and themeui.dll. there is more info here.

    http://www.codegazer.com/forum/viewtopic.php?t=166

    also SP1 patched files here link at bottom of page :rolleyes:

    http://www.codegazer.com/forum/viewtopic.php?t=157

  7. Ok done 109 Updates on a fresh install and from within Vista Installed Waik clean, opened my xml and then saved which immediately gave me the error. Opened in Context and Removed the one line at bottom again that references the image location and back in Sim clicked save and it asked if I want to associate and I said No. It loaded fine with no errors but image disappeared from where you select Image. I select the same image again and all was ok.
    Ohh no maxx not again how many time weve said <cpi:offlineImage cpi:source=" dont even need it in Autounattend.xml also WAIK we don't use it now as you know but sometimes put it back on to bug check other's xmls[ this thread is getting to long now you posted the answer to the problem few posts back but as usuall some one will come up with differrent answeres or we go completey off the subject :thumbup but must say thats what forums are for getting everyones point of view :D
  8. plz , I used RegSnap to detect some reg changes, generating 2 files then compared them, but didn't know to export a reg file?!!

    plz help

    Do Yourselve a favour grab InstallWatch it lets you save before install and after install regfiles in normal reg file format.

    get it here:

    http://www.epsilonsquared.com/

  9. I don't mind anyone bumping this topic. :)
    Dunno about others, but regarding Miranda IM you could try installing the OpenSSL libraries from here.

    Thanks, I'll give it a whirl.

    The Rich Edit may be needed by the message window

    That's what I thought, and I indeed found a compatible DLL at MDGx' site.

    For my MSN needs, I've revived the msnmsgr project at MozDev a couple months ago. Shameless plug, heh, but it's an alternative if you use SeaMonkey (and soon also for Firefox).

    I would use Trillian it dont add nothing to registry.

    sorry edited it dont work in windows 95

    Microsoft Windows 98, 2000, ME, Windows XP or Windows Vista

    64MB of RAM

    30MB Hard Drive Space

    Internet Connection

  10. 1. Extract Nero using administrative install switches

    2. Then goto "Redist" folder

    3. Then Config folder and you will find the "conf.txt" file

    Thats the very file you want and remove features you dont want to.

    So how does it work?

    If you launch the installation, the features u chose not to install, will not be available

    i openened in winrar and altered config

    I used this method on my Nero Nero-7.7.5.1. Everything worked fine and it didn't reboot my computer

    but i get an error message pop up

    unable to register c:programfiles\commonfiles\Ahead\Nero3DMenuEffects.dllErrorcode-2147024713

    canot create a file when that file already exsists

    error = 183

    Facility =7

    this is on a new virtual drive

    if i click the only box cancel it alworks fine

    Look here other method to install using autoit far easier :rolleyes:

    http://www.msfn.org/board/index.php?s=&showtopic=20197&view=findpost&p=664489

  11. CEoCEo, glad to see you are first in there with updated Autoit script normally it takes ages before someone does new script, personally iv'e tried editing the msi file, unpacking at one time and editing the conf.txt file mind you your last version when editing conf file worked but autoit version is kewl, boardbabe was one of the first to do one i,e, when nero changed it's installer.

    Thanks to, your self . blinkdt, mr_smartepants, Shark007

    now got to download nero again and try new script, just wish they would listen to peeps, make it modular or give us switches . :rolleyes:

×
×
  • Create New...