January 12, 200521 yr Thank you...Good forum so if you dont get a answer right away this forum sucks???
January 12, 200521 yr Hey Niktareum, no quotes are needed for directory-names without spaces. For example:START /wait %systemdrive%\WINAPPS\kav5\kav5.exe
January 12, 200521 yr the mistake is just the : "" ?i'm gonna test tonight, if it's this, i burn my computer (and me after ).
January 12, 200521 yr Oh my god...You're right prathapml, my sfx work perfectly now !!Really tnx you for the tips !!My unattented cd is perfect now
February 16, 200521 yr [version]signature="$Windows NT$"[DefaultInstall]AddReg=PageFile.AddReg[PageFile.AddReg]HKLM,"System\CurrentControlSet\Control\Session Manager\Memory Management",PagingFiles,0x10000,"C:\pagefile.sys 002 002",""G:\pagefile.sys 1536 1536"Will this code change pagefile on c to 2mb and pagefile on G to 1536?
February 16, 200521 yr Will this code change pagefile on c to 2mb and pagefile on G to 1536?<{POST_SNAPBACK}>I believe it does.
February 16, 200521 yr Thanks although i aint sure on the 002 thing, i mean should i just leave it as 2?
March 31, 200521 yr NB : If you want the os to decide of the size type "(drive letter):\pagefile.sys 0 0"Is there a way to set this option (os decide) via pagefileconfig.vbs script? When i use cscript %systemroot%\system32\pagefileconfig.vbs /change /I 0 /M 0 /VO C:, it complains about the minimum that it has to be in the 2MB-4096MB range.
April 23, 200521 yr Rambler, yes there is a way. Your pagefile has to be a minimum of 2 MB on your systemdrive, for the reason that a memory dump on crashing would need that much atleast. Now, it seems that if you disabled that from "startup and recovery" (found in system properties), then the 2 MB is not needed. But supposedly, doing this is dangerous.Why not just assign 2 MB on the systemdrive and howevermuch you want on any other partition? Also, limiting pagefile to very low levels on systemdrive can lead to performance slow-downs. The best thing to do is to just keep your page-file on the * drive (unless you have multiple HDs, in which case locating swap elsewhere would give a significant difference in performance).
April 23, 200521 yr You didn't get me entirely, i didn't want to disable page file completely, i just wanted to pick the System managed size option, to which corresponds this setting.Anyways, i've already circumvented it with doing this via registry - ie. setting the "c:\pagefile.sys 0 0" value which does the trick. It's weird that this is possible to be done via registry, yet the MS tools won't let you.
April 24, 200521 yr I use that tweak to CHANGE from system-managed to custom in unattended mode. So if system-managed is what one wants, changing is not needed at all as that is the default anyway!The VBS is provided by Microsoft for CHANGING from default to CUSTOM. It takes only integers, therefore specifying 0 (zero) makes it assume you want to remove the pagefile totally.
April 25, 200521 yr so, theoretically, you could also move any files you've used/saved with a program, in a sense creating a clean install with files already in place...?19.In some cases, you see programs which use non-standard or un-automatable installers.In such cases, just install it first, and clean out the junk (like uninstaller) from the installed folder. Then configure the app's settings to how you want.Then, just make a winrar SFX archive of that folder (which silently extracts to %programfiles%) and enjoy.For example, I do the above, by enabling the "SFX" check-box, and pasting the below into the "Comments" tab in winrar;The comment below contains SFX script commandsPath=.\%programfiles%SavePathSilent=1Overwrite=2
April 25, 200521 yr Right, you can. That method is mostly good for apps that don't make much use of the windows registry (which translates into most small apps).Much more detailed information for that:see installer type #4 (green text)Also, the above quote which you took has been updated - look in this thread:LINK Edited April 25, 200521 yr by prathapml
April 25, 200521 yr wow- thx! I totally missed that thread. Guess I need to be more observant.lots of input there..... do you ever sleep?
April 25, 200521 yr I use that tweak to CHANGE from system-managed to custom in unattended mode. So if system-managed is what one wants, changing is not needed at all as that is the default anyway!The VBS is provided by Microsoft for CHANGING from default to CUSTOM. It takes only integers, therefore specifying 0 (zero) makes it assume you want to remove the pagefile totally.<{POST_SNAPBACK}>That may be correct for YOUR version of WindowsXP, for the one we're using (WinXP OEM Czech), this doesn't hold true as the Custom setting is the default one.
Create an account or sign in to comment