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 ?
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 ?