Importing Resources Into the Library

<< Click to Display Table of Contents >>

RayQC Advanced > 7.3 u4 > User Guide > Automation > Command Line Interface 

Importing Resources Into the Library

Importing software packages into the library is triggered by the -import switch. This can also be used to import web applications into the library.

Sample Command Structure

RayQCAdCmd.exe 

-import 

-source = <sourceFile> 

[-msiType = <v|s|w>]

[-folder = <folderPath>]

[-extract = <Yes|No>]

[-MaxCrawlcount = <number>]

[-MaxDepth = <number>]

[-name = <newName>]

[-vendor = <newVendor>]

[-version = <newVersion>]

 

Example for the import of a web application:

 
RayQCAdCmd.exe -import -source "http://www.raynet.de" -MaxCrawlCount 10 -MaxDepth 3

 
Imports a webpage raynet.de using maximum depth of 3 and not more than 10 crawled files

 

Parameters

Parameter

Mandatory

Description

-source

 

Y

Specifies the path to the .msi file that has to be imported.

Adding transforms may be performed by adding the path to one or more .mst files with separation by semicolon (;):

C:\file.msi;C:\transform1.mst;C:\transform2.mst

-msiType

N

Specifies the MSI type according to the import wizard requirements.

Options:

v - Vendor

s - Self-Made

w - Wrapper

-folder

N

Specifies the folder path of the catalog in which the entry for the imported package will be created.

-extract 

N

Controls whether or not the .msi will be extracted during import.
 
Options:

Yes

No

Default:

Yes

-MaxCrawlCount

N

Specifies the maximum depth which a search engine indexes pages within a website. First level means the starting page. Next level is all pages linked from pages in previous level (0=not limited).

-MaxDepth

N

Specifies the maximum number of pages to crawl (0 = not limited).

-name

N

Specifies the new package name for the imported package.

-vendor

N

Specifies the new vendor name for the imported package.

-version

N

Specifies the new version of the imported package.