/build/static/layout/Breadcrumb_cap_w.png

Pass SourceDirPath for installation.

I am packaging, "Check Point Endpoint Security - Secure Access" - "Installs version 7.6.165.000".

I got some xml files, in extracted data, which source is using to install. In source path to these xml files is passed through commandline. I can not pass through commandline because it is not as per our standards. Will it be possible to pass it through transform? I am trying to achieve it through vbscript.

0 Comments   [ + ] Show comments

Answers (4)

Posted by: anonymous_9363 13 years ago
Red Belt
0
I'm confused...

If you're not allowed to use the command line, how is it that you're calling the set-up stub? Clearly you are doing that, since no MSI I know of will natively read and use XML files for configuration data. Then you mention a transform: so you now have an MSI?!?
Posted by: MadForMsi 13 years ago
Blue Belt
0
I mean to say : I have to pass properties by which installation will be done without any problem, but I can not pass them through commandline.[Commandline should be calling only msi and mst]
My properties are like below.
e.g. A = <path to config.xml>
and I can not use hardcoding in my msi. If I have to pick those xml files from sourcedir, then what are the options available for me?
1] I can use vbscript, in which I can use sourcedir property and can resolve <path to config.xml>
but if any easier or simpler method is there, then I will like to go for it.
Posted by: anonymous_9363 13 years ago
Red Belt
0
Why not use a 'Set Property' (i.e. a type 51) CA in the Execute sequence which uses SOURCEDIR as part of its path, then use the resulting property to point to the XML file?
Posted by: jmcfadyen 13 years ago
5th Degree Black Belt
0
anything you pass on the command line will be the same as a property in a transform. (except they will be retained during heal)

properties on the command line are fail anyway.

Also in response to VBScabs post SOURCEDIR may also require the use of the ResolveSource action as well.
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ