configurationengine/doc/plugins/commandml-plugin/commandml.rst
changeset 3 e7e0ae78773e
parent 0 2e8eeb919028
equal deleted inserted replaced
2:87cfa131b535 3:e7e0ae78773e
   176 
   176 
   177 	<argument value="-o output/content" />
   177 	<argument value="-o output/content" />
   178 	<argument value="--add-setting-file=c:\temp.txt" />
   178 	<argument value="--add-setting-file=c:\temp.txt" />
   179 	<argument value="${preinstallmeta.product}"/>
   179 	<argument value="${preinstallmeta.product}"/>
   180 
   180 
       
   181 NOTE! In CommandML localPath is handled as any other string, so don't expect the localPaths of file and folder settings
       
   182 to work directly. A localPath is just a string that references files and folders under the configuration project content
       
   183 (e.g. 'somedir/somefile.txt', which could physically be located under 'somelayer/content/somedir/somefile.txt').
       
   184 If you need an absolute path to the actual file, you need to obtain that yourself using the ConE API. You may
       
   185 also need to write the file to a temporary folder, since we might be generating from a CPF.
       
   186 
   181 <pipe> Element
   187 <pipe> Element
   182 **************************
   188 **************************
   183 
   189 
   184 Pipes are used to specify executed program's standard input, output and error file handles.    
   190 Pipes are used to specify executed program's standard input, output and error file handles.    
   185 
   191