Jump to content

eirogge

Member
  • Posts

    217
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Germany

About eirogge

  • Birthday 04/25/1985

Contact Methods

  • Website URL
    http://www.eirogge.de/
  • ICQ
    105314698

eirogge's Achievements

0

Reputation

  1. Great news about Nero 8 Lite. Keep up the good work!
  2. It was deleted or moved to a private area because Nero 8 is only available through warez sites yet.
  3. Have you slipstreamed IE7 and maybe some IE7 Hotfixes directly into the source? Since I did so, RunOnceEx did not work as it should any longer. I then wrote a small XML-driven installer that mimics the RunOnceEx-Style and use it without problems now.
  4. If you apply HKCU registry tweaks during the T12 part of the setup they will be applied to the DEFAULT_USER as that is the user that is logged on at this time. All users created after T12 will inherit the HKCU tree from DEFAULT_USER and that's what you want if I got that right.
  5. Just wanted to say thank you for the method. Made some modifications for me and everything runs great. I used the original method from pyron until recently. Sorrowly on my new Gigabyte P35-DS4 I had BSOD issues when installing drivers using pyron's method. Although this one isn't so much different, install works fine again. Don't know why^^.
  6. Why don't you want to use the silent switches available for it?
  7. Can you build me the 7.8.5.0 Northern and Western Europe micro package or give a little more detailed explanation of how to put everything in place in the SDK? Thank you.
  8. By the way, until now I used a batch-file for avoiding the setup routine of KB890830 (Malicious Software Removal Tool), but it does not work any more as expected. FFCBCFA5-4EA1-4d66-A3DC-224C8006ACAE is the correct version identifier for the Feb07-Version 1.26, but Windows Update shows me that I have to install the Jul06-Version 1.18 of KB890830. If I install that version, it shows me the Feb07-Update next of course. Anyone else with the problem or any solution? Batch file i use: REG ADD "HKLM\SOFTWARE\Microsoft\RemovalTools\MRT" /V "EULA" /t REG_DWORD /D "00000001" /F REG ADD "HKLM\SOFTWARE\Microsoft\RemovalTools\MRT" /v "Version" /t REG_SZ /d "FFCBCFA5-4EA1-4d66-A3DC-224C8006ACAE" /f REG ADD "HKLM\SOFTWARE\Policies\Microsoft\MRT" /v "DontReportInfectionInformation" /t REG_DWORD /D "00000001" /F
  9. Here is a link: KB925720 Date Published: 11/21/2006 not what we need
  10. Hi, my silent installation of QuickTime 7 is broken since the release of 7.1.3. Before 7.1.3 you had to use "QuickTime.msi ISSETUPDRIVEN=0 /qr" to install the msi silent. The good news is that with 7.1.3 the part about ISSETUPDRIVEN is gone, so you can install the msi without being prompted to run setup.exe instead. I made an administrative installpoint ("QuickTimeInstaller.exe /a") and integrated the msi with "QuickTime.msi /qn" in my UA CD. It works great when testing, but it won't work in RunOnceEx during setup. Furthermore it interrupts the UA process so my cleanup script isn't called anymore (bad ). REBOOT=REALLYSUPPRESS doesn't help as well. How do you manage 7.1.3? Thank you for your replies.
  11. Thanks for that, but isn't there anything "not-so-bloody" with hardcoded paths etc?
  12. For Firefox that works great, but the equivalent thunderbird.exe -silent -setdefaultmail leaves a small window open, the batch process is stopped and it does not register as default mail client. Anyone found a solution for that yet?
  13. Here is what I've done: 1) Copy the MPF, MSC und VSO directories from .\en-US\Apps on the CD to a directory of your choice 2) Open install.ini in each of them and get the silent switch from general\installparam 3) Use this switch to install (e.g. for Personal Firewall it will be "mcinst.exe /DoNotDeleteSetupFiles mpfmain.inf /install") --------------------------- The only problem I have is, that when I use it in an unattended installation SecurityCenter tells me my activation status could not be verified. I could not find any solution for this. I think it is because I'm not prompted to enter my account information, but I could not find an appropriate menu for this. Any information on this?
  14. change [setupData] CatalogSubDir="i386\hotfixes" to [setupData] CatalogSubDir="i386\svcpack" or [setupData] CatalogSubDir="amd64\svcpack" if youre using xp64
  15. yep, oversaw it - my fault *sorry* the thing with the demo isnt as easy as you want it probably you know that already but just to make sure: the upgrade-version of nero is the same as the demo-version with the difference that you either enter your key or the installer finds a retail version on your pc. with that in mind guides for the retail-versions are outdated if you want to have the newest version and thats where the problems begin. with nero6 it was easy - extract the nero-folder und place it in %ProgramFiles% without any installation. settings could be integrated via .reg-files and all was fine. doesnt work (yet) for nero7 sorrowly.
×
×
  • Create New...