
Providence
MemberContent Type
Profiles
Forums
Events
Everything posted by Providence
-
what's the difference between rtm and rtw update?
Providence replied to Providence's topic in Windows XP
i also have considered this possiblity;but almost everyone who updates from automatic update gets the same size update package,why?also their systems cannot be the same if just like you said--the bare minimum needed,the package cannot be the same -
SP2(Simplified Chinese) RTM is 292M,while SP2(Simplified Chinese) RTW is only 75M in the MS website it is said that SP2(Simplified Chinese) RTM is for IT Professional,and RTW is for single user;but both of version is the same,then what's the difference?i confused..... is there anything that RTW does not contain?if yes,what? BTW:Does the English Version have the same problem? thx~~~
-
maybe xplode can use page sheets(columns) to seperate apps in using way just like:hotfixs/popular tools/media tools and so on after selected,also can still use the old style
-
if add a background picture or colore it maybe look good
-
would that be a sure fix? I sure hope so... Please let me know! EDIT: I searched for it, but cant find it. Where else can i locate a copy of it? Can i just copy it from a nother PC??? of coz you can copy it from another computer(be sure of the same system version) also you can expand it from installation cd
-
only missing config.nt you can copy a config.nt to windows\system32 to fix it
-
http://download.microsoft.com/download/3/B...rgyBlissViz.EXE after i downloaded the above file,i run it;but system(XP SP2) pops up a security warning whose publisher is microsoft.why? a friend uploaded the same file he downloaded to me,but this time the security warning didn't pop up. i check the md5 checksum of two file,they are the same why?and how to solve it? thx
-
nice idea,but i don't like too many <item>s,so it happened to me of coz,i will consider your advise in my next unattended project just funny that i found the following by accident,just selectable installation,but i don't know xplode2 will have this feature strongly expecting this feature~~~
-
just like a switch~~~ there is a main process that will execute autoinstallation after 30 seconds(just a example) if it does not detect any mouse click or keyboard input to its window which provides all the software prepared to autoinstall(of course it is a combo box,so user can unselect some software;errr.....just like components select,but has time limit or input interrupt intriger) err... i mean a selectable window,just like the following: before installation begin just popup a selectable window,then if no input autoinstallation will be executed in 30s,otherwise 30s will be canceled and user can make his choice it is clear?sorry for my poor english also i have another idea:in selectable installation,there are some relative applications,for example:if you choose .netframe not to be installed,also .netframe sp1 will automatic unselect forcely(if you want to select it,it's no way unless .netframe is available) in the script i mentioned last time,it uses a paramater "noselect" to achive this destination. by the way,i don't know how to upload files to the forum so i can't give out the script i mentioned
-
just like a switch~~~ there is a main process that will execute autoinstallation after 30 seconds(just a example) if it does not detect any mouse click or keyboard input to its window which provides all the software prepared to autoinstall(of course it is a combo box,so user can unselect some software;errr.....just like components select,but has time limit or input interrupt intriger) err... i mean a selectable window,just like the following: before installation begin just popup a selectable window,then if no input autoinstallation will be executed in 30s,otherwise 30s will be canceled and user can make his choice it is clear?sorry for my poor english
-
A suggestion i have for XPlode:software installation can be selectable is it possible?
-
i use the following code to install daemon unattendedly DAEMON.msi /qn REBOOT=SUPPRESS but always it pops up a new hardware find wizard,if i don not cancel it,the installation cannot go on~~~ how can i fix it? thx
-
thx for replying i have solved the problem reason is very simple------config.nt missing
-
when i run sleep.exe,system popups a window prompting me that sleep.exe cannot run because of config.nt also i cannot find config.nt how to fix it? thx
-
i see,thx
-
how to get the effect that big_gie mentioned in http://www.msfn.org/board/index.php?showtopic=24507? i have tried big_gie's code,but in xplode1.1.2 it has some problem in position and size thx
-
at the last step of auto installation,i use xplode to load a cmd file to delete all non-use directions,then reboot~~~~but i find it that xplode itself does not been delete~~~how to fix it? now i use runonce to load a cmd file to fix this problem at next logon~~~anybody has better method? why cannot delete xplode itself maybe it's still in process in my opinion thx
-
[help]how to activate quick launch bar by reg?
Providence replied to Providence's topic in Unattended Windows 2000/XP/2003
thx it does work,just after load hive custom;more further,can it be more easier?just let reg file complete all jobs? -
[help]how to auto open cleartype by reg
Providence posted a topic in Unattended Windows 2000/XP/2003
i've used following codec to only open cleartype in display effect by reg,but it does not work,why? [HKEY_USERS\.DEFAULT\Control Panel\Desktop] "SmoothScroll"=dword:00000000 "DragFullWindows"=dword:00000000 "FontSmoothing"=dword:00000002 "FontSmoothingType"=dword:00000002 [HKEY_USERS\.DEFAULT\Control Panel\Desktop\WindowMetrics] "MinAnimate"=dword:00000000 [HKEY_CURRENT_USER\Control Panel\Desktop] "SmoothScroll"=dword:00000000 "DragFullWindows"=dword:00000000 "FontSmoothing"=dword:00000002 "FontSmoothingType"=dword:00000002 [HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics] "MinAnimate"=dword:00000000 thx -
Office Shrinker [reduce source of o2k3/xp/2k]
Providence replied to buckeyeXP's topic in Microsoft Office
when i have shrinked office,then install it into a clear system but found it missing two file:ose.exe and lccwiz.dll,so installation is failed is this a bug or something i've done wrong? also it's a pity that this software cannot support chinese version thx -
thx for replying i have tested adding code hide='ture',of course xplode hide the cmd.exe windows,but there is a small flaw that cmd.exe windows can still flash so is there any other method to complete hide cmd.exe without flashing sorry for my poor english(maybe what i said just like chinglish ^_^)
-
[help]how to reduce office size?
Providence replied to Providence's topic in Unattended Windows 2000/XP/2003
thx very much^_^ but i cannot find search page or toolbar at http://unattended.msfn.org,can you give me a more detail url? -
[help]how to reduce office size? i want to make a unattended windows setup cd,so it's impossible to put whole office into a cd with a reduced windows xp which is 314MB does anybody have ideas about office size reduce just like nLite? thx
-
i have add the following to xplode.xml <hidewindow>CMD.EXe</hidewindow> but in my installation,xplode still cannot hide cmd.exe window. why?how can i do to fix it? thx