-
1. Package properties
Rohit Nayyar Oct 7, 2011 8:08 AM (in response to ddd lll)Yes, there are various options available:-
- Without using properties , You can use out of the box MSI installation/uninstallation parameters ( in 8.1, you can add custom MSI parameters)
- Second, is you can use properties, you will see a drop down at end of install command text box, which lets you properties, they will appear as ??<property name .. ?? form. You can make use of Target properties here as well or properties of the MSI depot software item.
- The last, and the one which I will personally use. Add MSI, create a Blpackage from this MSI. In the blpackage, you can edit the install and undo command. You can add local properties to this blpckage and use the same in install/command. Or you can use target properties etc. You can also create local properties whose value can be set to instances of custom property classes and so on.
It really depends on what do you want to do .
Hope this helps.
Thanks,
Rohit
-
2. Package properties
ddd lll Oct 13, 2011 4:34 AM (in response to Rohit Nayyar)Rohit, thanks for your reply.
The problem, that I have is that I MUST use the MSI package type and I want to have access to the properties of my package in the the "Install Command". In the drop down I see properties but NOT package properties !
Dinoel
-
3. Package properties
Rohit Nayyar Oct 13, 2011 5:08 AM (in response to ddd lll)What do you mean by Package properties here ? , the Bladelogic properties ?
Have you added properties to the depot software item type MSI ?
And if you use BLPACKAGE, it will always be based on your MSI only.
YOu need to first add your MSI as an MSI Object into depot and then create a Blpackage from it.
-
4. Package properties
ddd lll Oct 13, 2011 5:24 AM (in response to Rohit Nayyar)I don't want to use BLPACKAGE. I must use MSI package type (!!!) and I mean the properties of MSI package (e.g standard properties: Name or Date_Created or User_Modified)
I added (defined) some custom properties and I want to have access to custom and also to standard properties of "my" MSI package in the commands that I use in "Install Command" of this MSI package.
In the drop down of "Install Command" there are NO properties of MSI package !
-
5. Package properties
Bill RobinsonOct 13, 2011 9:44 AM (in response to ddd lll)
can you show some screenshots of what you see and what you want to see?
-
-
7. Package properties
Bill RobinsonOct 13, 2011 11:08 AM (in response to ddd lll)
and what properties are you trying to use in the install command?
-
8. Package properties
ddd lll Oct 13, 2011 11:14 AM (in response to ddd lll)my custom properties, e.g. something like reboot-type ...
-
9. Re: Package properties
Bill RobinsonOct 13, 2011 11:20 AM (in response to ddd lll)
What class did you create the custom properties in ?