PC Review
Forums
Newsgroups
Windows XP
Windows XP Embedded
CMI Scripting
Forums
Newsgroups
Windows XP
Windows XP Embedded
CMI Scripting
![]() |
CMI Scripting |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
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 ? |
|
|
|
#2 |
|
Guest
Posts: n/a
|
found an answer by myself:
R.properties("FilePath") = "xyz" running for the next trap... "Johannes Stratmann" <-zz-jstratmann@t-online.de> schrieb im Newsbeitrag news:%23nD8$GJKEHA.268@TK2MSFTNGP11.phx.gbl... > 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 ? > > |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

