Content Type
Profiles
Forums
Events
Everything posted by mara-
-
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
-
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
-
Do AutoIt-made installers still need switches?
mara- replied to simurqq's topic in Application Add-Ons
@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 -
Are you using 64-bit version of 7-zip? Cheers
-
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
-
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
-
Yes, it works fine. Cheers
-
@johnhc Maybe you should add to your signature: Cheers
-
HOWTO show the transfer speed in file copy/move dialog?
mara- replied to ZileXa's topic in Customizing Windows
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 -
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
-
Great. I'm glad that it works. I hope you are not offended with my previous post, that was not my intention. Cheers
-
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
-
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
-
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
-
Nero Micro Multilanguage is added and new build with reduced size of Nero Lite is uploaded. Cheers
-
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
-
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
-
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
-
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
-
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
-
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
-
NVIDA 10/100 wont connect to Intel 10/100
mara- replied to yokazuma0's topic in Networks and the Internet
Try to update to latest drivers for your network cards. I had the same problem, and after I updated drivers it started working. Cheers -
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
-
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
-
Well, I'm not sure. Maybe you or someone else can check and let me know? Cheers