Desktop User Guides > Author > Customizing UNICOM Intelligence Author > UNICOM Intelligence Publish Assets Utility > UNICOM Intelligence Publish Assets Utility command line
 
UNICOM Intelligence Publish Assets Utility command line
You can run the UNICOM Intelligence Publish Assets Utility from the command line.
The UNICOM Intelligence Publish Assets Utility (PublishAssets.exe) is in the same directory as UNICOM Intelligence Author Server Edition. The default directory is:
C:\InetPub\wwwroot\SPSSMR\Author
Syntax
PublishAssets.exe [-AppManifest <path>] [-CustomFolder <path>]
  -CertFile <path> [-Password <text>] [-RevVersion <version> ]
  [-Help]
Options
-AppManifest|-appm <path>
(Optional.) The application's manifest file. By default, the first *.application file in current directory is searched.
-CustomFolder <path>
(Optional.) The custom files folder. The default location is the Custom Files folder in the current directory.
-CertFile <path>
(Required.) A Personal Information Exchange (.pfx) file contains a public key and a private key. The file is used to sign the manifest file. See Obtaining a Personal Information Exchange (.pfx) file.
-Password|-pwd <text>
(Optional.) The password for the .pfx file, if required.
-RevVersion <version>
(Optional.) The revision version to publish for the application. By default, the value is incremented by one.
-Help|-?|-h
Help for the utility.
Supported custom files
Author.exe.config Reporter.exe.config
The application's configurations file.
CATIPlayer.css
Stylesheet file for the CATI Player.
CATIPlayer.js
Java scripts file for the CATI Player.
StandardTexts.mdd
Contains the standard texts used for reporting errors in questionnaire scripts.
SpellChecking\Dictionaries
Directory that contains spell-check dictionaries.
Styles
Directory that contains the style sheet (.css) files.
See also
UNICOM Intelligence Publish Assets Utility