Jump to content

Dynaletik

Member
  • Posts

    668
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Germany

Everything posted by Dynaletik

  1. 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.
  2. 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.
  3. @ DryKillLogic: Are you using InstallShield to edit the msi/mst? Because I had the same language problem with my german Nero. I already solved it. Nearly every component has got a language entry (sub-tree) in its tree. With this, the language file (nls or txt file) gets installed. So I set the required flag for all of these language entries to "yes", because "No" is the default. And be careful: In the Nero Burning Rom component itself there are 3 language sub-trees, all other components have one or none language entry. I hope this helps you a little bit.
  4. Yeah Alanoll, I also had problems with my external modern skin (not the one that is included), but it really seems, as if it is Winamps fault and not a bug in the msi. The authors have to update their skins, I think. Once again, very good work Alanoll!!!
  5. So what we could do now is deleting all msgstartinstall entries from lang.js. I did this in this edited lang.js. EDIT: Integrated in WPI Lite v1.2
  6. Thank you Alanoll, works perfectly for me, but I don't use all the components.
  7. Hmm, in the new WPI Lite v1.2, the if argument for the force install is removed. Now there is no message for force install and nothing happens, just the same thing as before. Does it work for you?
  8. This is a protection by Nero. When you enter a serial from a Keygenerator you will get this "bug". After entering an original serial, the "bug" is gone.
  9. No, the WPI.htm has got nothing to do with this issue, only the entries in the generate.js are important for this, I think.
  10. Hmmm, for me the force Install option doesn't even work with the Lite 1.1 and the 4.3.8 version. Am I right with this: Enable the force option in the Options and adding forc[pn]=['true'] to the entry that should be installed anyway and that is it? Because when I do this and hit the Exit button, it tells me that WPI installs (I removed this message, perhaps it will work when I leave it) and after this it exits and installs nothing. EDIT: v1.2 out
  11. Here we go, Winamp 5.21 has been released: * New: [jnetlib] HTTP compression support * Improved: [installer] multi-user profile migration * Fixed: [ml_wire] memory leak * Fixed: [pmp_p4s] DRMclien.dll error * Fixed: [gen_ff] skin info display in preferences * Fixed: [in_mp3] Wordwrap disabled in Info Editor Comments field * Fixed: [in_wm] Minor bug fixes * Fixed: Keyboard shortcuts don't work from video window * Fixed: [in_vorbis] No Artist metadata in stream titles * Fixed: [in_dshow] floating point audio * Updated: Coding Technology AAC+ Decoder 7.2.5
  12. Ok kelsenellenelvian, I removed all unused language entries now and updated the WPI version to 1.2 Lite. I try to tell what I did: (the base is the archive I posted before) - removed function ToggleSource from main.js, lines 409 - 433 - removed "layersource" in WPI.htm, lines 244, 245 - removed audio vars in generate.js, lines 6 - 9, lines 224 - 234 - removed window.alert(getText(msgStartInstall)) in generate.js, line 181 - cleaned up lang.js: - deleted var runOnceExDlgTitle, var msgStartInstall, lblHelp, lblSource, lblmanual, lblMusic, ttHelp, ttSource, ttmanual, ttMusic from the header and from each language entry! - reflected changes to the norwegian and Traditional Chinese - Taiwan languages from here I hope that there are now bugs in this WPI Lite v1.2 now. I can't find any atm. And please repack the extracted content, I see that your attachements with the same content are smaller. We could also cleanup WPI 4.3.8, but there we can only delete var runOnceExDlgTitle, msgStartInstall, lblHelp and ttHelp. EDIT: v1.2 out
  13. Hey kelsenellenelvian, I just thought about the WPI Lite version. In the options wizard, there still are the entries for the disabled options, so I wanted to remove this hints completely. So what I did, is the following: I downloaded WPI Lite 1.1 and customized it. - removed audio.js and audiowizard.js - cleanup up optionswizard.js and optionswizardtemplate.htm - removed the vars showmpWPIBtn, showmpINSBtn, showmanualBtn in the useroptions.js - removed the StopAudio() from WPI.htm, lines 75, 76 - removed layeraudio from WPI.htm, lines 260, 261 - removed the var showmpBtn from main.js (in the header, don't know what it's for) - removed audio.js and audiowizard.js from WPI.hta I've attached the cleaned version. Please download and check for issues. EDIT: v1.2 out
  14. Yes, I only had to set the language files to "required" in installshield, they did not install on every install. Don't know why. But no problem with uninstall and shortcuts.
  15. The new version now just installs like a charm, after I removed the unwanted components and edited the .msi file of the admin install. German Nero 7.0.8.2 here.
  16. You're the man, Alanoll. Just do it. Would be VERY nice!!! But I got a bug with 5.2 already. For some mp3 files, I can not delete the ID3v2 Tag. It is disabled, but the info is still shown and when I play the file, Winamp shows the ID3v2 instead of the ID3v1 in the playlist.
  17. Hmm, I think he will fix this bug as soon as he has time to do it. Perhaps he has got a real life?
  18. Please search the forums before posting. This has been discussed many times before. XPero will NOT integrate the Vista look as this is XPize and not Vistaize.
  19. Please Alanoll, please update the installer in the next time. I just want this winamp installer. No other winamp installer.
  20. Hey guys. Is it possible, to make multiple conditions, so that an entry is shown when the one OR the other file exists? I would like to show the SB Live/Audigy entry in my WPI when the condition gcond[pn]=['FileExists("%systemdrive%\\Windows\\System32\\SBAudigy.ico")'] or the condition gcond[pn]=['FileExists("%systemdrive%\\Windows\\System32\\SBLive.ico")'] is fulfilled. Can I combine them?
  21. When do you get the error? I can see that this line can not be right: cmd3[pn]=['%cdrom%\\Retestrak\\NOD32SLO'] There is no extension, is it .exe? And instead of cmd1[pn]=['REGEDIT /S %cdrom%\\Retestrak\\ACDSee8\\acdsee8.reg'] (not only this line) I would use the regb and rega variable, as you do it for some other apps, too
  22. Alanoll will update the .msi to 5.13 when he has got the time for that. I don't think that he will update to 5.2 Beta, it is still buggy and every week there is a new beta version.
×
×
  • Create New...