April 25, 200422 yr Here's a little tip I found a while ago.If you never use Web Folders (does anyone?) run webfolders.msi to uninstall it, then delete the install package, which if I remeber correctly resides in the system32 directory. Although I've always done it manually, I believe it can be removed silently.
April 25, 200422 yr Great! BTW the filename is webfldrs.msi and it's located in system32.So what switch do I use to uninstall it silently?/ Pollux
April 25, 200422 yr /u don't workFrom RUN commandUninstallmsiexec /x C:\Windows\System32\webfldrs.msiTo Installmsiexec /i C:\Windows\System32\webfldrs.msican't seem to find silent though.
April 25, 200422 yr Author My apologies for the incorrect name. That's what happens when you try to post in the middle of a killer hangover (what a fantastic night though )The silent uninstall is:msiexec /x c:windows\system32\webfldrs.msi /qnThe path may need to be modified for your system.
April 25, 200422 yr hi,even better is this line msiexec /x %systemroot%\webfldrs.msi /qncut'n'paste as you like cyaKiller Bee
April 26, 200422 yr hi,even better is this line msiexec /x %systemroot%\webfldrs.msi /qncut'n'paste as you like cyaKiller Beeand to make it perfectmsiexec /x %systemroot%\system32\webfldrs.msi /qn
April 26, 200422 yr eirogge you got the perfect one, kewl I didn't have time to test all the switches right then
May 3, 200422 yr Where should I put:msiexec /x %systemroot%\webfldrs.msi /qn ?Im one of my batch files or...?
May 10, 200422 yr Two things: first, WTF is Web Folders anyway? I've seen it in the Uninstall section but never known what it actually does.Second, is there an INF file that can be edited so it's never installed in the first place (and by extension, a list of files that can be deleted from the XP CD).
Create an account or sign in to comment