Adding web server address to MSI
Hello All
I'm trying to add the web server address to an .msi and needed some direction on how to modify that table.
I'm installing the EMC Dicovery Manager software for some clients and during the installation there is a prompt to add a web server address.
We wanted to make this install unattended and need to inject the server address into the msi.
I need to populate a dialog with text when it so it proceeds unattended.
Where in the table would I add the web address text information ?
Thank You
I'm trying to add the web server address to an .msi and needed some direction on how to modify that table.
I'm installing the EMC Dicovery Manager software for some clients and during the installation there is a prompt to add a web server address.
We wanted to make this install unattended and need to inject the server address into the msi.
I need to populate a dialog with text when it so it proceeds unattended.
Where in the table would I add the web address text information ?
Thank You
0 Comments
[ + ] Show comments
Answers (4)
Please log in to answer
Posted by:
anonymous_9363
12 years ago
You seem to have an incomplete understanding of Windows Installer tables.
You need to find the property behind the text-box control which is the holder for the web server address. The control will be in the Control table. You can then either pass the property name/value pair in a transform or on the command line if the property is public (one hopes that the original author considered this)
You need to find the property behind the text-box control which is the holder for the web server address. The control will be in the Control table. You can then either pass the property name/value pair in a transform or on the command line if the property is public (one hopes that the original author considered this)
Posted by:
aneville
12 years ago
Hello VBScab.
Yes I'm a n00b with installer technologies....thanks for the reply.
Please bare with me as I try to understand what you are saying.
I was going back over the msi and figured that it had to be somewhere with the text box as you mentioned above....I'm making an attempt to locate the table you mentioned and pass that value to it.
I'm stuck with figuring out which table property to add that value too.
Appreciate your patience.
Yes I'm a n00b with installer technologies....thanks for the reply.
Please bare with me as I try to understand what you are saying.
I was going back over the msi and figured that it had to be somewhere with the text box as you mentioned above....I'm making an attempt to locate the table you mentioned and pass that value to it.
I'm stuck with figuring out which table property to add that value too.
Appreciate your patience.
Posted by:
jmaclaurin
12 years ago
Sorry, I don't know much about the application in question, but if the MSI prompts for the server name during install, then you may be able to capture it in a response MST. Your packaging application will likely have an option to make one.
This might also help:
http://msdn.microsoft.com/en-us/library/windows/desktop/aa370905(v=VS.85).aspx
This might also help:
http://msdn.microsoft.com/en-us/library/windows/desktop/aa370905(v=VS.85).aspx
Posted by:
aneville
12 years ago
afternoon all
Thanks for the replies...I was able to follow VBSCabs suggestion.
Used InstEdt and went to the dialog section, luv this app as it gave me a more indepth view of the dialogs and how to add the server address to the controlEvent.
Made the changes, generated a tansform..able to install silently by applying the transform.
Thanks Guys
Thanks for the replies...I was able to follow VBSCabs suggestion.
Used InstEdt and went to the dialog section, luv this app as it gave me a more indepth view of the dialogs and how to add the server address to the controlEvent.
Made the changes, generated a tansform..able to install silently by applying the transform.
Thanks Guys
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.