Skip to content
serialseb edited this page Jan 13, 2011 · 13 revisions

#The OpenWrap shell (o.exe)

The OpenWrap shell lets you specify certain command inputs.

-InstallHref http://server.com

Specifies the name of the server used for retrieving initial packages at installation time.

-SystemRepositoryPath c:\path\to\systemrepository

Specifies the system repository to use. Usually used for testing the behavior of the shell without uninstalling your system repository.

-ProxyHref http://proxy:port

The shell normally uses the system-defined proxy to install itself. If you need a custom proxy, you can use the ProxyHref input to change the proxy address.

-ProxyUsername username (or DOMAIN\username)

The username to use for the proxy. If missing, the credentials for the current user are used.

ProxyPassword password

The password to use for the proxy.

-ShellInstall (None|Install|UseCurrent)

Specifies what to do if the shell is not installed. Accepts the following value:

  • None: Does nothing and uses the current executable
  • Install: Installs the shell to the default location
  • UseCurrent: Uses the shell from the current location and registers it.

-ShellPanic

This is when your system repository has a version of OpenWrap that stopped working and you want to force a redownload and an overwrite of any package you have in your system repository. Use for when things go bad.

-UseSystemVersion

Enables the system repository version of OpenWrap to be used instead of the project repository (if present).

Clone this wiki locally