In article <[EMAIL PROTECTED]>,
    "Bir, Steve" <[EMAIL PROTECTED]>  writes:

> We are attempting to seed a server IP address by adding it into the name
> of the msi. We have an msi that is being deployed from a Linux Appliance
> and when the appliance starts we need to somehow add into the msi the IP
> address of the appliance without invalidating the cert. Adding it in to
> the filename itself was how it was done before using msi for installing
> but any way that I can get an IP address embedded into the msi without
> invalidating the cert will work. Any suggestions?

Does the IP address change every time the appliance boots?

If its that variable, then you're going to need to somehow rename the
file every time you boot the appliance?

I would explore a mechanism for having a CA in the MSI query the
environment to get the IP.  For instance, if you can control the
hostname of the appliance, then you can have a CA do the IP lookup (or
just use the hostname instead of the IP, since the IP can change).

If you have a UI that's displayed you can prompt for the hostname and
populate it with a default value that is most likely going to be
correct.
-- 
"The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download
      <http://www.xmission.com/~legalize/book/download/index.html>

        Legalize Adulthood! <http://blogs.xmission.com/legalize/>

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to