Re: [WiX-users] Patch element and creation of patch in 3.0

2007-10-17 Thread David Stindl
Thank you Peter for information...
Does anybody know any tool, which can create delta patch from two
versions of MSI? I tried MSI Patch Builder, it's not so bad, but on
any project settings it crashes too. I was able to create .EXE patch
only...
Thanks.
David.

2007/10/16, Peter Marcu <[EMAIL PROTECTED]>:
> Delta patching is not supported using the Patch element yet. Also, using the 
> WiX 3.0 patch build system, you cannot patch things that come from MSM's. The 
> suggested way to share setup logic is to use Wixlibs, if your msm's are built 
> using wix, then you could consider that.
>
> Alternatively, you can create admin images of your target and upgrade layouts 
> and run torch with the -ax switch. You can then pass those transforms as 
> inputs into pyro along with Patch authoring. This is a way to get your msm 
> logic into you patch.
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Stindl
> Sent: Tuesday, October 16, 2007 5:38 AM
> To: WiX Users
> Subject: [WiX-users] Patch element and creation of patch in 3.0
>
> Hallo all,
> could you anybody explain me, how to create patch in 3.0 WiX version?
> I've read any samples from Peter Marcu (e.g.
> http://blogs.msdn.com/pmarcu/archive/2007/06/28/sample-patch.aspx) but
> it is not enough for solution of my problem. I also can't find any
> documentation of "Patch" 3.0 WiX element.
> My problem is following: I have really big MSI installation, which is
> built on our build server every day and from time to time we need to
> apply "delta patch" on our production platform. Unfortunately with 2.0
> WiX + PatchWiz we were not successful, because of crash of PatchWiz
> utility every time.
> The MSI packages are packages, where we have about 30 features (MSM
> modules), MSI are created by WiX version  2.0.
>
> Thanks a lot for help, otherwise I'm going to be crazy from that... :-/
>  David
>
> There is the main MSI source:
> --
> http://schemas.microsoft.com/wix/2006/wi";>
>
>  
> UpgradeCode='457F1CC2-0441-4114-A317-F640D32F8712'
>   Language="1033" Codepage="1252"
>   Version="4.2"
>   Name="Product"
>   Manufacturer="Company..">
>
>
> InstallerVersion="200" Compressed="yes"
> Manufacturer="Company"
> Comments="a comment" />
>
>
>
>
>1
>
>
>
>  Minimum='4.2.0' IncludeMinimum='yes' />
>  Minimum='4.2.0' IncludeMinimum='no' />
>
>
>
>
>
>
>
>  
>   
>
>   Id="FNGInstallLib.971AF99B-8195-4248-9C21-776B2B3FD6C5"
> Language="1033" SourceFile="FNGInstallLib.msm" DiskId="1" />
>
>
>  
>
>  
>
>
>
>
>
>
>
>
>   After='FindRelatedProducts'>PATCHFOUND
>   After='FindRelatedProducts'>NEWERFOUND
>  
>  
>
>
>  
> 
> --
>
> -
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >> http://get.splunk.com/
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Patch element and creation of patch in 3.0

2007-10-16 Thread David Stindl
Hallo all,
could you anybody explain me, how to create patch in 3.0 WiX version?
I've read any samples from Peter Marcu (e.g.
http://blogs.msdn.com/pmarcu/archive/2007/06/28/sample-patch.aspx) but
it is not enough for solution of my problem. I also can't find any
documentation of "Patch" 3.0 WiX element.
My problem is following: I have really big MSI installation, which is
built on our build server every day and from time to time we need to
apply "delta patch" on our production platform. Unfortunately with 2.0
WiX + PatchWiz we were not successful, because of crash of PatchWiz
utility every time.
The MSI packages are packages, where we have about 30 features (MSM
modules), MSI are created by WiX version  2.0.

Thanks a lot for help, otherwise I'm going to be crazy from that... :-/
  David

There is the main MSI source:
--
http://schemas.microsoft.com/wix/2006/wi";>

  
  







1



  
  







  
   

  


  

  








  PATCHFOUND
  NEWERFOUND
  
  


  

--

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] How to set property value from UI???

2007-09-19 Thread David Stindl
Hallo all,
does anybody know how to set "Property" value from UI? I have folowing code:
-



-
But during the installation, the property "_edtUsr" is everytime "x"
and it ignores user entered value :-(
Thanks for your help.

The whole code is folowing:
-

http://schemas.microsoft.com/wix/2006/wi";>
  







  
  bannrbmp
  

  

  




  {\Font1}Module Test



  Please specify DB connection string for Test Service









  User name:





  &Next >

  


  Cancel
  


  
  
  






  



  

  
  



  

  

-

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Update XML from editControl of install wizard...

2007-09-19 Thread David Stindl
Hallo all,
does anybody know, how to update XML file with user-entered value from
installation wizard of WiX installation? Thank you for advice...
David.

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Calling a function of one file into a wix file.

2007-09-18 Thread David Stindl
Hi,
I'm using a solution, which I found somewhere on the internet and it
works fine. Works only for .NET Installer implementation DLL. Here is
the fragment of our company's wikipedia for creation of WIX
installations, which I created:
---
Running .NET installer classes
Incorporating managed Custom Actions in WiX is a relatively simple
task. However, you have to pay attention to a few details to avoid
ending up with a headache just trying to figure out what's wrong with
the script.

The first thing you have to do is make sure that the installer class
was in the package, so if there is a file reference for the assembly
with the installer type:



What's worth noting here is the specific Id for the file - because it
is necessary to reference that specific file later in the script.
To setup WiX to execute a managed installer class as a Custom Action,
we use 'InstallUtil'. This tool can be run from the command-line
('installutil.exe'). We use the WiX CAQuietExec custom action to run
the console application - we have to include binary "wixca.dll" to
support this functionality in our installation:



Setting up the Custom Action is simple, albeit not trivial. The Custom
Actions are calls to installutil. An advice is to always check these
using "InstallUtil.exe" via the command-line, to make sure they're
working ok. The best solution is to create fragment with installutil
support and then do simly reference from main installation code:

http://schemas.microsoft.com/wix/2003/01/wi";>
   
   
   
   
   
   
   
   
   
   
 
 
 
 
 
 
 
 
   
   


Here's the convention for identifying the binaries that this fragment expects:

The binary file must have the Id:
{SomeFile}.File
The compoment that contains this file must have the Id:
{SomeFile}.Component
'FILE' token will be replaced with {SomeFile}.
Good file and component Ids:
MyFile.exe.File
foobar1.File
MyFile.exe.Component
foobar1.Component
Bad file Ids:
foobar1
file1.whatever
foobar1.Cooomponeeent
The Simple code, which use this fragment then looks like this:

http://schemas.microsoft.com/wix/2006/wi";>
 
   
   
   
   
 
   
 
 
   

   
 


The fragment InstallUtilFragment then looks like this:


http://schemas.microsoft.com/wix/2003/01/wi";>
   
  
   
   
   
   
   
   
   
   
 
 
 
 
 
 
 
 
   
   


---

2007/9/18, chandan Koushik <[EMAIL PROTECTED]>:
>
>
> Alexei wrote:
> >
> >  And bear in mind that if you wish to simply run the custom action when
> > the installer is started then you would have to schedule it - instead of
> > attaching it to a GUI component.
> Thanks for your reply ,could you please provide a sample of how can i
> schedule the custom action.
>
>
> --
> View this message in context: 
> http://www.nabble.com/Calling-a-function-of-one-file-into-a-wix-file.-tf4247450.html#a12758697
> Sent from the wix-users mailing list archive at Nabble.com.
>
>
> -
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2005.
> http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Update XML file from custom UI dialog...

2007-09-18 Thread David Stindl
Hallo all,
could you help me, please? I need to update XML file with user-entered
value. I use folowing example code:
UI fragment:


  
  bannrbmp
  

  

  




  {\Font1}Module Test



  Please specify DB connection string for Test Service









  User name:



The important part is the code under   comment. There is
the code fragment for updating the XML:


  

  



So I need to update "User ID=[USERN];" (with "USERN property). After
installation is replaced only text without "USERN " value ("User
ID=;").
Can you help me, please? The whole code looks like this:



http://schemas.microsoft.com/wix/2006/wi";>
  






  
  bannrbmp
  

  

  




  {\Font1}Module Test



  Please specify DB connection string for Test Service









  User name:


  Password:


  Source:






  sec


  foris




  &Next >
  


  Cancel
  


  

  

  





  






  



  

  



  





  

  



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] setting the asp.net version

2007-09-12 Thread David Stindl
Forgot the "FRAMEWORKROOT" property code:


  



D.


2007/9/12, David Stindl <[EMAIL PROTECTED]>:
> Hi John you should do it with the  element:
> --
> 
>  CheckPath="yes"
>
>  Script="yes"
>
>
> Executable="[FRAMEWORKROOT]v2.0.50727\aspnet_isapi.dll"
>
>  Verbs="GET,HEAD,POST"/>
> --
> Because installation then replaces all the default extensions, you
> have to specify all extensions, which you need. Something like that:
>
> --
>
> Guid='{C14D65E1-20C3-414c-8F23-5AD87AF3FA66}'>
>
>   Alias='CMOnline'
> Directory='INSTALLDIR'
> WebSite='DefaultWebSite'
> DirProperties='WebProp1'>
>
>Name="CMOnline"
>ClientDebugging="yes"
>AllowSessions="yes"
>ServerDebugging="no"
>SessionTimeout="20">
>
>   Script="yes" Executable="[FRAMEWORKROOT]v2.0.50727\aspnet_isapi.dll"
> Verbs="GET,HEAD,POST" />
>   CheckPath="yes" Script="yes"
> Executable="[FRAMEWORKROOT]v2.0.50727\aspnet_isapi.dll"
> Verbs="GET,HEAD,POST" />
>   CheckPath="yes" Script="yes"
> Executable="[FRAMEWORKROOT]v2.0.50727\aspnet_isapi.dll"
> Verbs="GET,HEAD,POST" />
>   CheckPath="yes" Script="yes"
> Executable="[FRAMEWORKROOT]v2.0.50727\aspnet_isapi.dll"
> Verbs="GET,HEAD,POST" />
>   Script="yes"  Executable="[FRAMEWORKROOT]v2.0.50727\aspnet_isapi.dll"
> Verbs="GET,HEAD,POST" />
>   Script="yes"  Executable="[FRAMEWORKROOT]v2.0.50727\aspnet_isapi.dll"
> Verbs="GET,HEAD,POST" />
>   Script="yes"  Executable="[FRAMEWORKROOT]v2.0.50727\aspnet_isapi.dll"
> Verbs="GET,HEAD,POST" />
>   Script="yes"   Executable="[FRAMEWORKROOT]v2.0.50727\aspnet_isapi.dll"
> Verbs="GET,HEAD,POST" />
>   CheckPath="yes" Script="yes"
> Executable="[FRAMEWORKROOT]v2.0.50727\aspnet_isapi.dll"
> Verbs="GET,HEAD,POST" />
>   Script="yes" Executable="[FRAMEWORKROOT]v2.0.50727\aspnet_isapi.dll"
> Verbs="GET,HEAD,POST" />
>   Script="yes" Executable="[FRAMEWORKROOT]v2.0.50727\aspnet_isapi.dll"
> Verbs="GET,HEAD,POST" />
>   CheckPath="yes" Script="yes"
> Executable="[FRAMEWORKROOT]v2.0.50727\aspnet_isapi.dll"
> Verbs="GET,HEAD,POST" />
>   CheckPath="yes" Script="yes"
> Executable="[FRAMEWORKROOT]v2.0.50727\aspnet_isapi.dll"
> Verbs="GET,HEAD,POST" />
>   CheckPath="yes" Script="yes"
> Executable="[FRAMEWORKROOT]v2.0.50727\aspnet_isapi.dll"
> Verbs="GET,HEAD,POST" />
>   Script="yes" Executable="[FRAMEWORKROOT]v2.0.50727\aspnet_isapi.dll"
> Verbs="GET,HEAD,POST" />
>   CheckPath="yes" Script="yes"
> Executable="[FRAMEWORKROOT]v2.0.50727\aspnet_isapi.dll"
> Verbs="GET,HEAD,POST" />
>   CheckPath="yes" Script="yes"
> Executable="[FRAMEWORKROOT]v2.0.50727\aspnet_isapi.dll"
> Verbs="GET,HEAD,POST" />
>   Script="yes"  Executable="[FRAMEWORKROOT]v2.0.50727\aspnet_isapi.dll"
> Verbs="GET,HEAD,POST" />
>   Script="yes"  Executable="[FRAMEWORKROOT]v2.0.50727\aspnet_isapi.dll"
> Verbs="GET,HEAD,POST" />
>   Script="yes"  Executable="[FRAMEWORKROOT]v2.0.50727\aspnet_isapi.dll"
> Verbs="GET,HEAD,POST" />
>   CheckPath="yes" Script="yes"
> Executable="[FRAMEWORKROOT]v2.0.50727\aspnet_isapi.dll"
> Verbs="GET,HEAD,POST" />
>   Script="ye

Re: [WiX-users] setting the asp.net version

2007-09-12 Thread David Stindl
Hi John you should do it with the  element:
--

--
Because installation then replaces all the default extensions, you
have to specify all extensions, which you need. Something like that:

--



  



  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  


  


...



  

--

Regards
  David.


2007/9/11, John Lalande <[EMAIL PROTECTED]>:
> I am writing an installer that creates a web site in IIS using WiX,
> unfortunately the version of asp.net is always set to v1.1.4322 when I need
> it to be 2.0.50727.
>
> Is there a way to set this using WiX?
>
> John
>
> -
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2005.
> http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] ZIP archive inside MSI, UNZIP after installation...

2007-09-12 Thread David Stindl
Yes you are right, guys... Dynamical file linking is normally very
dangerous operation, from logic reasons... But there are situations,
when it is really useful.. In my case we have any static-html
documentation of our web application and i need to include it as it
comes from our documentation team. Because our installation makers &
developers knows principally nothing about documentations structure,
they need take it as it is - as product of third party... Of course,
such installation needs more testing issues etc... Thanks a lot for
your opinions...
Regards
  David

2007/9/11, Christopher Painter <[EMAIL PROTECTED]>:
> I know the feeling.  I have it  baked into my build automation to run a unit
> test that compares the available files to an administrative install.  If any
> files are new in the build area but missing in the installer, a build error
> is thrown.From there we find out who put the files there and make them
> answer if it's a valid file to be deployed or not.  Either the file gets
> yanked from the build output or it gets added to the installer and then a
> rebuild is performed.   It was painful at first performing this
> reconciliation but now developers are educated enough to know to request
> files be added to the install.
>
> The last time I used dynamic file linking was for a `fake msi` that acted as
> a bootstrapper.  One of the things the bootstrapper did was a MSOffice LSI
> style caching which used features/components/files to install the package
> source but not register it as a real installed product.   Some of the
> packages that were redist were 3rd party uncompressed installs so dynamic
> linking helped there.
>
> Brian Rogers <[EMAIL PROTECTED]> wrote:
> I would say that dynamically linking files can be an issue but there are
> some products out there that need to do this. The biggest thing I can see is
> not what files should be included. In our product deployment cycles we would
> run binary delta compares to ensure release integrity, know exactly what got
> changed from development and to make sure that nothing like " weed.gif" was
> going out the door (that was actually caught once!).
>
>
> 
> Fussy? Opinionated? Impossible to please? Perfect. Join Yahoo!'s user panel
> and lay it on us.
>
>
> -
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2005.
> http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] ZIP archive inside MSI, UNZIP after installation...

2007-09-11 Thread David Stindl
Yes you are right - I forgot uninstall :-(
The problem is, that directory with documentation is delivered by
third party company and I do not want to check directory structure
everytime after documentation delivery...
So I created folowing functionality using mallow.exe utility:

1.) Into our .wixproj file (we use autobuild on TFS and wix 3.0 VS2005
targets..) I added folowing PreBuild event, which autogenerates "Help"
directory structure:



  

content of DirToInsertTemplate.wxs is folowing:


http://schemas.microsoft.com/wix/2003/01/wi";>
  


  


2.) Then I use in my MSM module source file folowing:





  

  


... And it works wel!!! :-)

Thanks to all..
 David.


2007/9/11, Richard <[EMAIL PROTECTED]>:
>
> In article <[EMAIL PROTECTED]>,
>"Karthik Krishnan" <[EMAIL PROTECTED]>  writes:
>
> > You'll need a custom action for that. You'll have to include code that
> > cleans up your unzipped files on uninstall so you don't leave files on the
> > system.
>
> And you'll need code that handles rollback.  And you'll have to test
> the crap out of it to handle all sorts of errors.  And you'll have to
> write code to handle repair.  And you'll have to write code that
> handles modify.  And you'll have to write code that handles patching.
>
> Wait!  We just re-implemented most of Windows Installer's engine for a
> ZIP file.  Why were we doing this again?
>
> > A semi easier solution is to write something that calls "heat dir" each time
> > to generate a .wxs you include in your build. Should take about a day of
> > dev/testing.
>
> Ah, much better, thank you.
> --
> "The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download
>  
>
>Legalize Adulthood! 
>
> -
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2005.
> http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] ZIP archive inside MSI, UNZIP after installation...

2007-09-10 Thread David Stindl
Hallo all,
I need to include ZIP archive (documentation in any directory
structure...) into MSI and after installation I need to unzip it. Does
anybody any idea how to do it?
Encapsulation of documentation's directory structure is not so useful for me...
Thanks a lot for any help..
David.

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Launch a second installer from MSI

2007-09-06 Thread David Stindl
Yes, but you can control dependencies between installed MSM modules,
so you can force to install one module before another...
David.

2007/9/5, Bob Arnson <[EMAIL PROTECTED]>:
> David Stindl wrote:
> > You can e.g. specify, the module has to be installed:
> >
> > 
> --
> sig://boB
> http://joyofsetup.com/
>
>
>

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Launch a second installer from MSI

2007-09-04 Thread David Stindl
You can e.g. specify, the module has to be installed:

 can't control how they're installed.
>
> --
> sig://boB
> http://joyofsetup.com/
>
>
>

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Launch a second installer from MSI

2007-09-03 Thread David Stindl
Maybe the easiest solution should be to use two MSM files in one MSI
and with dependencies force to install first MSM module before
second...
I think, this way is according the MSI philosophy...
David.

2007/8/31, Pierson Lee (Volt) <[EMAIL PROTECTED]>:
>
>
>
> Windows Installer will not run two MSIs at the same time. The only way
> you're going to be able to do this is to use a bootstrapper. I ran into the
> same problem attempting to deploy a component MSI (.net framework 2.0)
> within mine and had to find an alternate method.
>
>
>
>
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf
> Of Reed Rothchild
> Sent: Friday, August 31, 2007 7:46 AM
> To: wix-users@lists.sourceforge.net
> Subject: [WiX-users] Launch a second installer from MSI
>
>
>
>
> Hello, I need to install 2 msi's at the same time but having trouble.  I
> built one MSI using Wix2.0.  I bundled another MSI (built by someone else)
> within mine using the standard 'File' element.  This gets installed and
> copied like any other file.  Problem is when I go to execute it at the end.
> Windows Installer seems to have a problem running 2 msi's at the same time
> (in my case).
>
> I've had a statement like so in my WXS file:
>   
>  
>   
>
> The MSI I built using wix runs fine, however this extra mis doesn't get
> installed.  I turned on logging with misexec and found the following:
> Action start 21:59:43: MyExtraInstall.
> MSI (s) (D4:84) [21:59:50:510]: Running as a service.
> MSI (s) (D4:30) [21:59:50:526]: Message context already initialized,
> returning ERROR_INSTALL_ALREADY_RUNNING
> Action ended 21:59:50: MyExtraInstall. Return value 1.
> Action ended 21:59:50: INSTALL. Return value 1.
>
> Since my MSI is already running, it errors out running an extra that I'm
> calling Custom Action.  Seems to have a problem with my MSI executing
> another installer.  How can I get my MSI to do this?
>
> Thanks.
>
>
> -
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >>  http://get.splunk.com/
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Create Hardlink with WiX

2007-08-31 Thread David Stindl
Hallo all,
does anybody know, if it's possible to create "Hardlink" on Win XP
filesystem with WiX installation? Thanks a lot for your help...
  David.

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] ASP.NET 2.0 property setting in configuration of IIS webApplication

2007-08-17 Thread David Stindl
Hallo all,
I have the problem to setup IIS settings, that app. is ASP .NET 2.0
application, during installation of webApplication. Below is the code
sample. Any idea hot to set it?
Thanks a lot...
  David.




  
  


  


  


  






  


  

-

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users