You could write something that reads the Properties and save them somewhere and 
have something else in your MSI that reads those saved properties.  That could 
be done in CustomActions.  Just take a little bit of design work.

-----Original Message-----
From: Curtis Jewell [mailto:[EMAIL PROTECTED]
Sent: Sunday, October 26, 2008 16:29
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Making an MST at install time...

Then what would I have to do instead in order to have the same effect?

(Would I have to have a bootstrapper create my second MSI, say?)

The reason I ask is that the program I'm writing my setup for could be
installed on multiple machines that connect to the same database.  The
first installation should be able to save the database settings somehow
so that future installations on different machines don't need to have
the database information re-entered.

--Curtis


On Sun, 26 Oct 2008 11:49:46 -0700, "Rob Mensching"
<[EMAIL PROTECTED]> said:
> A transform (MST) is a diff between two MSI files.  There isn't a way
> that I know of to generate an MST from inputs entered during the
> InstallUI sequence.  The tools that I've seen are outside of the
> installation process.
>
> -----Original Message-----
> From: Curtis Jewell [mailto:[EMAIL PROTECTED]
> Sent: Sunday, October 26, 2008 07:42
> To: General discussion for Windows Installer XML toolset.
> Subject: [WiX-users] Making an MST at install time...
>
> I remember somebody asking about making an MST at install time to save
> the install settings, a la Visual Studio.
>
> Can I get an idea of what I would have to write in a C++ custom action
> (pointers to the correct fine portions of the MSI SDK would help) and
> how I would hook it in to a WiX project? (I'm thinking of having a
> dialog at the end of the Install UI sequence to request the saving...)
>
> --Curtis Jewell
> --
> Curtis Jewell
> [EMAIL PROTECTED]
>
> %DCL-E-MEM-BAD, bad memory
> -VMS-F-PDGERS, pudding between the ears
>
> [I use PC-Alpine, which deliberately does not display colors and pictures
> in HTML mail]
>
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the
> world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the
> world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
--
Curtis Jewell
[EMAIL PROTECTED]

%DCL-E-MEM-BAD, bad memory
-VMS-F-PDGERS, pudding between the ears

[I use PC-Alpine, which deliberately does not display colors and pictures in 
HTML mail]


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to