chrpai wrote:
>
> Actually this is possible with multiple instance transforms if you follow
> a few simple design guides. I discuss it in detail on my blog.
> InstallShield has custom tables to teach the build engine to generate and
> embed these tables and I've recently written some XML d
> The UI part gathers the information from the user and the target system as
> usual, then opens the MSI database of the target package, "patches" it with
> new GUIDs, starts the main installation as msiexec /I
> and silently closes itself. In such case every
> time you install your product, from
eresting way to deal with the problem. I understand now how to
deal with the problem.
Regards
Daniel
-
From: Yan Sklyarenko [mailto:[EMAIL PROTECTED]
Sent: 24 January 2008 10:51
To: Daniel Hatala; [EMAIL PROTECTED]
Cc: wix-users@lists.sourcef
anuar 2008 10:39
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Wix multiple installs
Hi
I am trying to create WIX install that could be installed multiple times on
one machine. To explain myself better I need to be able to install the same
application on one computer
ilto:[EMAIL PROTECTED] On Behalf Of Daniel
Janz
Sent: Thursday, January 24, 2008 12:05 PM
To: [EMAIL PROTECTED]; wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Wix multiple installs
I don't think that this is possible because of the GUIDs which would
have to be different every time yo
m: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Daniel Janz
Sent: Thursday, January 24, 2008 12:05 PM
To: [EMAIL PROTECTED]; wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Wix multiple installs
I don't think that this is possible because of the GUIDs which would have to
be diff
@lists.sourceforge.net
Subject: RE: [WiX-users] Wix multiple installs
Via VBScript custom action:
' open the MSI database of external package
Set installer = CreateObject("WindowsInstaller.Installer")
path = Session.Property("SETUPEXEDIR") & "\name.msi"
Set
cute
insertView.Close
End Function
Hope this helps.
-- Yan
________________
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Thursday, January 24, 2008 12:36 PM
To: Yan Sklyarenko; [EMAIL PROTECTED]
Cc: wix-users@lists.sourceforge.net
Subject: RE: [WiX-users] Wix mu
ECTED]
Sent: Donnerstag, 24. Januar 2008 10:39
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Wix multiple installs
Hi
I am trying to create WIX install that could be installed multiple times
on one machine. To explain myself better I need to be able to install
the same applicati
Hi
I am trying to create WIX install that could be installed multiple times on
one machine. To explain myself better I need to be able to install the same
application on one computer several times in different locations (there is a
good reason for this). Currently every time I install new into a
10 matches
Mail list logo