Jump to content

mara-

Member
  • Posts

    1,180
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Bosnia and Herzegovina

Everything posted by mara-

  1. Well, I don't see what you don't like with v3. Interface is much better, and easier to use. And I did not notice that it uses more resource, I only noticed that it's much more responsive and faster in scanning. I can't remember how much memory v2.7 used, but this one uses 23MB on my system (both process counted), and for me this is very low. CPU usage is also very low, I never seen it going above 02. On-demand scan, of course uses more memory and CPU, but it's really fast. I needed about 3 hours to scan 600GB of files. Cheers
  2. You did not download my version. You downloaded version from other guy that also creates Nero Lite on this forum. If you are going to use mine version, the correct usage will be: Nero_Lite_Installer_Multilanguage_Micro.exe /unattended /serial=XXXX-XXXX-XXXX-XXXX-XXXX-XXXX-XXXX-XXXX /language=French Maybe that would be better, but I want to leave choice to the user. Maybe I can add switch /language=automatic, so installer detect system language and to install it. Cheers
  3. @SW_HIDE does not work with every application. Just use @SW_MINIMIZE. Or maybe you can try this: RunWait($apppath, "", @SW_MINIMIZE) WinWait("App Window Name") WinSetState("App Window Name", "", @SW_HIDE) Cheers
  4. Are you using 64-bit version of 7-zip? Cheers
  5. You are using that function wrong. Read in AutoIt help how to use it. RegWrite is used to directly write to registry, not to use exported registry file. RegWrite ( "keyname" [,"valuename", "type", value] ) Example: RegWrite("HKEY_LOCAL_MACHINE\SOFTWARE\Test", "TestKey", "REG_SZ", "Hello this is a test") Cheers
  6. Where did you placed your cmdow on your CD? Anyway, here is example of my working RunOnceEx which may help you. There is one difference. I don't copy my applications to HDD, I run it directly from a CD. cmdow @ /HID @Echo Off FOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\i386\winnt.exe SET CDROM=%%i: SET PP=%cdrom%\Apps\ SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Finalizing installation - Installing necessary applications" /f REG ADD %KEY%\001 /VE /D ".NET Framework V3.5 SP1 - Lite" /f REG ADD %KEY%\001 /V 1 /D "%PP%010_dotNET35SP1-Lite.exe -ai" /f EXIT Cheers
  7. Yes, it works fine. Cheers
  8. @johnhc Maybe you should add to your signature: Cheers
  9. No, it is not possible with hacking, only extra utility can do it. http://www.askvg.com/transform-your-window...omization-pack/ LOOK FOR THE COPY DIALOGE This is just fake showing of speed. Speed will always stay at 10.2 MB/sec. Cheers
  10. OK, maybe that will fix the problem. You placed cmdlines.txt and runonceex.cmd in good place. I compared mine working RunOnceEx.cmd with your and except the thing about ordering I mentioned, everything is fine. Also, one note. In my winnt.sif I don't have OemPreinstall at all, and RunOnceEx works fine. Cheers
  11. Great. I'm glad that it works. I hope you are not offended with my previous post, that was not my intention. Cheers
  12. That is not from installer. You are getting that from Nero ControlCenter since I'm using it for entering serial. You CD key is not valid or something other is wrong on your system. No offence, but if you used some Keygens, they could create this problem. Try uninstalling, using Nero General clean tool several times and try again. Cheers
  13. I don't know is this important, but you are using wrong numbering in first part: REG ADD %KEY%\002 /VE /D "Windows Live Messenger 9" /f REG ADD %KEY%\002 /V 1 /D "%systemdrive%\install\wlm9.exe" /f REG ADD %KEY%\001 /VE /D "Perfect Disk 9.00.76" /f REG ADD %KEY%\001 /V 1 /D "%systemdrive%\install\perfectdisk.exe /s /v /qn" /ff You added first 002 and then 001. Maybe you should put this in order. Also, where do you put your cmdlines.txt and runonceex.cmd? Cheers
  14. Drivers and languages will not reduce memory footprint, only installation size on HDD. As already said, you will get reduced memory footprint with removing services, or some other Windows components but watch what you remove so you don't break something that you need for you to work. Cheers
  15. Nero Micro Multilanguage is added and new build with reduced size of Nero Lite is uploaded. Cheers
  16. OK, sorry for that. I'll correct it in next version. There will no be Spanish version only. You have multilanguage version in first post, which contains all languages. Download and use it. Cheers
  17. Yeah it seems that forum has problems with DST. That error is really strange. I never got it. But then, this is not caused by Lite installer, and in this way Lite installer has advantage over Nero original installer . Multilanguage installer is uploaded and added to the first post. Cheers
  18. It's not good to keep antivirus disabled. Upgrade to the latest version of your antivirus, and check setting of antivirus. Put it to default. Cheers
  19. OK, you can post error message when you try again. Maybe we can find solution. Multilanguage Lite version is ready. I'm uploading it tomorrow, since it's late for me to do it now. Multilanguage Micro is not yet ready, but it will be sometimes tomorrow. Cheers
  20. Please read Forum Rule 12. Also, I would suggest Malwarebytes' Anti-Malware to scan your computer for malware. It's really good. Super Antispyware is also good. No offense to nitroshift, but I wouldn't try with AdAware. They are not good as they were. Cheers
  21. First open task manager, open some music file to play and start sending files using Skype. Now in task manager see if some process is using a lot of CPU or too much Memory. Cheers
  22. Try to update to latest drivers for your network cards. I had the same problem, and after I updated drivers it started working. Cheers
  23. Read nLite EULA. You are allowed to use nLite only for personal use, not corporate. I'm not sure how can you check the keys, maybe someone else can help. Cheers
  24. It's OK that Uninstall does not have icon, I made small error with that. You must use x86 runtimes on x64 system to make it work. Cheers
  25. Well, I'm not sure. Maybe you or someone else can check and let me know? Cheers
×
×
  • Create New...