Files
yallie 9fa3874800 Added the contents of the archive.
Moved the original file to the archive subfolder.
2017-11-20 16:11:42 +03:00

85 lines
2.6 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<TITLE>Isolated Storage Tool (Storeadm.exe)</TITLE>
<link rel="stylesheet" type="text/css" href="../rotor.css">
</head>
<body>
<H1>Isolated Storage Tool (storeadm.exe)</H1>
<P>The Isolated Storage tool lists or removes all existing stores for the current user. </P>
<P>The Isolated Storage tool is a managed application.&nbsp; To execute managed
applications in the Shared Source&nbsp; CLI (SSCLI), you must use the <a href="clix.html">clix</a> application launcher.</P>
<P>The following options supported in the Microsoft .NET Framework
implementation of the Isolated Storage tool are not supported in the SSCLI
implementation:</P>
<ul>
<li><b>/roaming</b><ul>
<li>Selects the roaming store.</li>
</ul>
</li>
</ul>
<h4>Usage</h4>
<blockquote>
<PRE>clix storeadm [<B>/list</B>][<B>/remove</B>][<B>/roaming</B>][<B>/quiet</B>]</PRE>
</blockquote>
<p>Options can be specified using either a dash (-) or a slash (/). </p>
<h4>Supported Options</h4>
<table border=1 width=100%>
<TR VALIGN="top" width=100%>
<TH width=33%>Option</TH>
<TH width=67%>Description</TH>
</TR>
<TR VALIGN="top">
<TD width=33%><B>/h</B>[<B>elp</B>]</TD>
<TD width=67%>Displays command syntax and options for the tool.</TD>
</TR>
<TR VALIGN="top">
<TD width=33%><B>/list</B></TD>
<TD width=67%>Displays all existing stores for the current user. This includes the stores for all applications or assemblies executed by this user.</TD>
</TR>
<TR VALIGN="top">
<TD width=33%><B>/quiet</B></TD>
<TD width=67%>Specifies quiet mode; suppresses informational output so that only error messages appear.</TD>
</TR>
<TR VALIGN="top">
<TD width=33%><B>/remove</B></TD>
<TD width=67%>Permanently removes all existing stores for the current user.</TD>
</TR>
<TR VALIGN="top">
<TD width=33%><B>/?</B></TD>
<TD width=67%>Displays command syntax and options for the tool.<p>When you use
this tool on the UNIX system-based platforms, <b>/?</b> might expand to a filename. Instead
use the <b>/help</b> option variation, use <b>-?</b>, or enclose the <b>/?</b> option in quotes: &quot;<b>/?</b>&quot;</TD>
</TR>
</table>
<H4>Remarks</H4>
<P>The <B>/list</B> and <B>/remove</B> options are typically used one at a time; however, if two or more options are specified, they
are performed in the order in which they appear on the command line. </P>
<h5>See Also</h5>
<P><a href="tools_index.html">Tools Index</a></P>
<hr>
<p><i>Copyright (c) 2002 Microsoft Corporation. All rights reserved.</i></p>
</BODY>
</HTML>