amigafan Posted April 25, 2004 Posted April 25, 2004 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.
Pollux Posted April 25, 2004 Posted April 25, 2004 Great! BTW the filename is webfldrs.msi and it's located in system32.So what switch do I use to uninstall it silently?/ Pollux
Datalore Posted April 25, 2004 Posted April 25, 2004 Usually the switch to uninstall something is /u .
maxXPsoft Posted April 25, 2004 Posted April 25, 2004 /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.
amigafan Posted April 25, 2004 Author Posted April 25, 2004 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.
killerbee Posted April 25, 2004 Posted April 25, 2004 hi,even better is this line msiexec /x %systemroot%\webfldrs.msi /qncut'n'paste as you like cyaKiller Bee
eirogge Posted April 26, 2004 Posted April 26, 2004 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
maxXPsoft Posted April 26, 2004 Posted April 26, 2004 eirogge you got the perfect one, kewl I didn't have time to test all the switches right then
bucketbuster Posted May 3, 2004 Posted May 3, 2004 Where should I put:msiexec /x %systemroot%\webfldrs.msi /qn ?Im one of my batch files or...?
killerbee Posted May 3, 2004 Posted May 3, 2004 hi,yeah, just put it in any.cmd-file u want.cyaKiller Bee
RyanVM Posted May 10, 2004 Posted May 10, 2004 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).
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now