CMI Scripting

  • Thread starter Thread starter Johannes Stratmann
  • Start date Start date
J

Johannes Stratmann

I want to write a script to add components to my .sld file. There I use the
following commands:

dbopen mydb
Load V mySLD
new R
R = 'res : FBA DLL/COM Registration'
add V.components(1).Resources R

this works so far, but how can I acces the properties that are listed with
an asterisk, f.e. *FilePath ?
ok:
R.DisplayName = 'FBA DLL/COM Registration'

not ok:
R.FilePath= "somewhere"
R.*FilePath= "somewhere"


another questions: are there any tools that simply importing Installshield
or other Installscripts into ComponentDesigner ?
 
found an answer by myself:
R.properties("FilePath") = "xyz"

running for the next trap...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top