Jump to content

Dynaletik

Member
  • Posts

    668
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Germany

Posts posted by Dynaletik

  1. Oh my god. This is AWESOME. The new WPI just Rulez!!!

    Thank you mritter and Kelsenellenelvian, I will start writing the german translation in a few hours, so it will be up in the next time. I'll post it in the translations thread.

    One question: There is no "LaunchfromCD" var. Does WPI check for WPI.hta, WIN51 and Driver.cab? Because this is, what I can see in the generate.js. I hope so, because if it finds the WIN51, it uses the correct drive for me. :D

    BTW: Very cool, that the options and config wizard can be translated much easier than before. :thumbup

  2. I disagree with you Dynaletik - a good number of people do use Autoit Nero 7x script for installation...

    That's the reason, why it was a joke. I also think, that the script is impressive, but until it is updated, I made an installer for me, that only installs my needed components and integrates the key.

  3. Yeah, this is why I use the following AutoIT script to close that error message and install Nero 7.2.0.3:

    AutoItSetOption("TrayIconHide", 1)
    BlockInput(1)
    Run(@ComSpec & " /c " & 'Nero.msi /qb-! STARTPARAM=CallFromExe', "", @SW_HIDE)
    Sleep(4000)
    Send("{ENTER}")
    WinWaitClose("Nero 7")
    Sleep(2000)
    BlockInput(0)

    I customized my Nero.msi with Installshield, so only my the components that I want get installed, slimmed down the installer to a 38,2 MB sfx archive now. (Nero Burning Rom, CoverDesigner, CD-DVD Speed and DriveSpeed)

  4. It seems to be the

    -modify "Resources\mmc.exe\202.bmp", BITMAP, 202,
    -modify "Resources\mmc.exe\203.bmp", BITMAP, 203,

    In the new mmc.exe (version 3.0) there are different bitmaps in these places that have got 2 more icons than the Xpize Bitmaps. So has anyone got the XPized 32-bit Bitmaps 202 and 203 for mmc.exe? XPero?

  5. please, how did you fix it?

    You can just fix this "bug" by buying an legal copy of Nero 7 Premium, because there was no Nero 7 Ultra released by ahead. Every Nero 7 Ultra version has got its key from a keygenerator. If you buy Nero 7, it will be named Premium instead of Ultra and the "bug" is gone. :P

    But for me, even the usage of the older mp3pro.dll that I grabbed out of Nero 6.6.1.4 and 6.6.0.1.8 did not help when I had the "Ultra" version.

  6. Hmm. I don't know how this is done. For me german is default. Perhaps you can also set the required flag for the entry "NeroBurningRomxxxxxx -> NeroBurningRomNeroAPIxxxxxx -> NeroApiLanguageTxtxxxx". If not, I don't know how to do it.

  7. Hmm, k. I'll try to explain it.

    When you edit the msi, you have got all the components listed at "Setup Design", right? Now open for example the component NeroBurningRomxxxxx. In the opening tree you will see 3 entries NeroBurningRomLanguageNlsxxxxx, NeroBurningRomLanguageTxtxxxxxx and NeroBurningRomxxxxxxLanguageNlsxxxxxxxx. Now if you choose one of them, in the right frame of InstallShield you will see an entry that is named "Required" and is set to "No" by default. Set this entry for this 3 components to "Yes" and the app will be in your language. Nearly every other app that is included in the installer also has got one entry that installs the language file. Set the required flag to yes for each of them.

×
×
  • Create New...