[WiX-users] Setup can't install drivers via DIFXApp.

2011-02-24 Thread Sergey Yukhno
Hi,

Setup can't install driver via DIFXApp and installation process stopped 
with error.
How to just show error message and continue. Difxapp element doesn't 
have necessary option.

Sergey Yukhno.

--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Setup can't install drivers via DIFXApp.

2011-02-24 Thread Tobias S
Hi,

Think there is no way to directly do that as the Difxapp has, as you
stated already, no element for that.

I'd check the issue what is going wrong with the device driver instead
of Resume on error. Do you have e.g. the correct files integrated in
the Installation ? Once I had such an issue where I had the wrong
directory structure in the installation which was different from the
in the inf file defined one.

Regards
Tobias


2011/2/24 Sergey Yukhno sergey.yuk...@visutechsystem.by:
 Hi,

 Setup can't install driver via DIFXApp and installation process stopped
 with error.
 How to just show error message and continue. Difxapp element doesn't
 have necessary option.

 Sergey Yukhno.

 --
 Free Software Download: Index, Search  Analyze Logs and other IT data in
 Real-Time with Splunk. Collect, index and harness all the fast moving IT data
 generated by your applications, servers and devices whether physical, virtual
 or in the cloud. Deliver compliance at lower cost and gain new business
 insights. http://p.sf.net/sfu/splunk-dev2dev
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users


--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Error 1723

2011-02-24 Thread Dan Vasilov
It is very likely the .dll is not included in the MSI package at
build.
Another possibility is the .dll is missing some dependent .dll files.

-Original Message-
From: Colin LeMahieu [mailto:clemah...@gmail.com] 
Sent: Wednesday, February 23, 2011 7:26 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Error 1723

I'm getting this error on startup for an MSI that previously worked.
Are there any tips for debugging this error?  Is it unreasonable to
expect the name of the offending DLL or some way to attach a debugger
to an MSI while installing?


--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT
data 
generated by your applications, servers and devices whether physical,
virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] How to cancel whole installation if user cancel Prerequisites?

2011-02-24 Thread peter zong

anyone knows?
-- 
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/How-to-cancel-whole-installation-if-user-cancel-Prerequisites-tp6059116p6059642.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Trouble implementing a BootstrapperApplication in C#

2011-02-24 Thread Rob Mensching
There will be a log file in %TEMP%. Does it point out any errors?

On Wed, Feb 23, 2011 at 2:14 PM, Simon Zinkevicius simon.zinkevic...@hp.com
 wrote:


 I also added the following line the the AssemblyInfo.cs in the bootstrapper
 Application library but it still will not run.

 [assembly: BootstrapperApplication(typeof(TestBA))]
 --
 View this message in context:
 http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Trouble-implementing-a-BootstrapperApplication-in-C-tp6057445p6058081.html
 Sent from the wix-users mailing list archive at Nabble.com.


 --
 Free Software Download: Index, Search  Analyze Logs and other IT data in
 Real-Time with Splunk. Collect, index and harness all the fast moving IT
 data
 generated by your applications, servers and devices whether physical,
 virtual
 or in the cloud. Deliver compliance at lower cost and gain new business
 insights. http://p.sf.net/sfu/splunk-dev2dev
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users




-- 
virtually, Rob Mensching - http://RobMensching.com LLC
--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] bind.AssemblyVersion

2011-02-24 Thread Rob Mensching
Unfortunately, to get the bind.AssemblyXxx values you need to set the
appropriate File/@Assembly attributes. If you don't go to the GAC, then you
need to set the File/@AssemblyFile and File/@AssemblyApplication to point to
the same file. Its weird WindowsSxS behavior that we probably should have
abstracted better in the WiX toolset.

On Wed, Feb 23, 2011 at 10:10 PM, Paul Reynolds 
preyno...@planetsoftware.com.au wrote:

 Hi

 I'm struggling to get bind.AssemblyVersion working with my WIX 3.5
 installer for an ASP .NET 4 Web Application.


 The documentation states I should be able to specify:

 !(bind.assemblyVersion.MyAssembly)

 Based on:

 bind.assemblyVersion.FileID

 So given my actual main web assembly is found via harvesting, I have a
 reference to that auto generated file:

 Feature Id=ProductFeature Title=!(loc.ProductName) Level=1
  ComponentGroupRef Id=Web_Project /
 /Feature

 And the main assembly is auto generated in the file as:

 Component Id=cmpBEA8DF8E156DCDEBF5278BDCC71EA8F7 Guid=*
 File Id=fil88A9B3B3ED18FA19B2DB1CBD3E259181 KeyPath=yes
 Source=SourceDir\bin\Web.dll /
 /Component

 So, even though it seems rather gross (and changeable given the
 auto-generated nature?!), I've tried:

 Version=!(bind.AssemblyVersion.fil88A9B3B3ED18FA19B2DB1CBD3E259181)

 Which comes back with:

 Unresolved bind-time variable
 !(bind.AssemblyVersion.fil88A9B3B3ED18FA19B2DB1CBD3E259181)

 Also tried other variations:

 Version=!(bind.AssemblyVersion.$(var.Web.TargetFileName)) (Same Error)

 And:


 Version=!(bind.AssemblyVersion.$(var.Web.TargetDir)$(var.Web.TargetFileName))

 Which gives 2 errors:

 The Product/@Version attribute was not found; it is required.
 The Product/@Version attribute's value,
 '!(bind.AssemblyVersion.D:\DevProjects\Web\bin\Web.dll)', is not a valid
 version.  Legal version values should look like 'x.x.x.x' where x is an
 integer from 0 to 65534.

 Any tips on resolving this would be greatly appreciated!
 Regards
 Paul.


 --
 Free Software Download: Index, Search  Analyze Logs and other IT data in
 Real-Time with Splunk. Collect, index and harness all the fast moving IT
 data
 generated by your applications, servers and devices whether physical,
 virtual
 or in the cloud. Deliver compliance at lower cost and gain new business
 insights. http://p.sf.net/sfu/splunk-dev2dev
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users




-- 
virtually, Rob Mensching - http://RobMensching.com LLC
--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] MSBuild batching - Disabling incremental clean of MSIs only

2011-02-24 Thread Rob Mensching
I *think* the change came when the new tool to sign cabinets came in. I'm
looking at this code right now myself. I'm wondering if there is a bug in
here somewhere. I'll let you know if I find anything interesting.

On Mon, Feb 21, 2011 at 3:59 PM, Jacques Eloff repst...@gmail.com wrote:

 Hi

 I rely on batching to generate multiple sets of MSIs from the same wixproj
 files. The files are generated to the same output location, but are
 different based on properities I pass to the wixproj files that control
 thigns like the MSI name, etc. I'd typically invoke the project as follows

 MSBuild Project=Foo.sln Targets=Clean;X;Y;Z
 Properties=Bar=%(SomeItem.Identity)/

 With WiX 3.5.1623 this worked. The Clean target resulted in deleting the
 wixobj file, but not the MSIs. After upgrading to 3.5.2519, I noticed that
 the incremental clean kicks in and deletes the MSIs from an earlier
 iteration in the batch, thus breaking my build. My msbuild file's Clean
 target removes the necessary MSIs, so I just need to delete all the wixobj
 files when building the clean target of the WiX solution. Even if I skip
 Clean and just call the project targets in the solution, the incremental
 clean still deletes the MSI from the previous build.

 Was there a fix made between 3.5.1623 and 3.5.2519 that could explain the
 change in behavior or is there another work-around for this? The closest
 changeset I could find that seemed related was

 http://sourceforge.net/tracker/?func=detailaid=3062699group_id=105970atid=642714

 Did I perhaps rely on a bug?

 Thanks,
 Jacques

 --
 Index, Search  Analyze Logs and other IT data in Real-Time with Splunk
 Collect, index and harness all the fast moving IT data generated by your
 applications, servers and devices whether physical, virtual or in the
 cloud.
 Deliver compliance at lower cost and gain new business insights.
 Free Software Download: http://p.sf.net/sfu/splunk-dev2dev
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users




-- 
virtually, Rob Mensching - http://RobMensching.com LLC
--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Setup asks for rebooting after change/repair options.

2011-02-24 Thread Rob Mensching
Those are rollback files. They are not likely to be the cause of the reboot.
The log file will probably point out some other files.

On Wed, Feb 23, 2011 at 11:53 PM, Sergey Yukhno 
sergey.yuk...@visutechsystem.by wrote:

 After change/repair options setups asks for rebooting. In setup log I
 found records that msi can't delete some *.rbf files in directory
 setup.msi. What problem is?


 --
 Free Software Download: Index, Search  Analyze Logs and other IT data in
 Real-Time with Splunk. Collect, index and harness all the fast moving IT
 data
 generated by your applications, servers and devices whether physical,
 virtual
 or in the cloud. Deliver compliance at lower cost and gain new business
 insights. http://p.sf.net/sfu/splunk-dev2dev
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users




-- 
virtually, Rob Mensching - http://RobMensching.com LLC
--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] running uninstallation as administrator

2011-02-24 Thread Rob Mensching
Make your custom actions deferred and they will run elevated.

On Tue, Feb 22, 2011 at 9:40 PM, MYFLEX shrinuen...@gmail.com wrote:


 Hi all,

 our installer will run the different custom actions at the time of
 uninstallation. these custom actions needs the administrator previleges.
 how
 to run my uninstallation as administrator from the Add Or Remove Programs
 panel. if I run the uninstallation with the EXE(run as administrator) ,
 Everything is fine. but If I run from add/Programs , it is giving the
 access
 denied error. Please suggest me how can I solve it.
 --
 View this message in context:
 http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/running-uninstallation-as-administrator-tp6055283p6055283.html
 Sent from the wix-users mailing list archive at Nabble.com.


 --
 Free Software Download: Index, Search  Analyze Logs and other IT data in
 Real-Time with Splunk. Collect, index and harness all the fast moving IT
 data
 generated by your applications, servers and devices whether physical,
 virtual
 or in the cloud. Deliver compliance at lower cost and gain new business
 insights. http://p.sf.net/sfu/splunk-dev2dev
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users




-- 
virtually, Rob Mensching - http://RobMensching.com LLC
--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Setup asks for rebooting after change/repair options.

2011-02-24 Thread Sergey Yukhno


Action 15:27:39: RollbackCleanup. Removing backup files
MSI (s) (2C:A8) [15:27:39:500]: Note: 1: 1321 2: C:\Config.Msi\23320b.rbf
MSI (s) (2C:A8) [15:27:39:500]: Verifying accessibility of file: 23320b.rbf
Info 1903. Scheduling reboot operation: Deleting file 
C:\Config.Msi\23320b.rbf. Must reboot to complete operation.
MSI (s) (2C:A8) [15:27:39:531]: Note: 1: 1321 2: C:\Config.Msi\23320c.rbf
MSI (s) (2C:A8) [15:27:39:531]: Verifying accessibility of file: 23320c.rbf
Info 1903. Scheduling reboot operation: Deleting file 
C:\Config.Msi\23320c.rbf. Must reboot to complete operation.
MSI (s) (2C:A8) [15:27:39:562]: Note: 1: 1321 2: D:\Config.Msi\233222.rbf
MSI (s) (2C:A8) [15:27:39:562]: Verifying accessibility of file: 233222.rbf
Info 1903. Scheduling reboot operation: Deleting file 
D:\Config.Msi\233222.rbf. Must reboot to complete operation.

 Those are rollback files. They are not likely to be the cause of the reboot.
 The log file will probably point out some other files.

 On Wed, Feb 23, 2011 at 11:53 PM, Sergey Yukhno
 sergey.yuk...@visutechsystem.by  wrote:

 After change/repair options setups asks for rebooting. In setup log I
 found records that msi can't delete some *.rbf files in directory
 setup.msi. What problem is?


 --
 Free Software Download: Index, Search  Analyze Logs and other IT data in
 Real-Time with Splunk. Collect, index and harness all the fast moving IT
 data
 generated by your applications, servers and devices whether physical,
 virtual
 or in the cloud. Deliver compliance at lower cost and gain new business
 insights. http://p.sf.net/sfu/splunk-dev2dev
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users





--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Trouble implementing a

2011-02-24 Thread Vadym Verba
Hey, Simon.
I had the same problems when first try to write BA on managed code. Rob
Mensching suggested me to see sources of Wix 3.6 installer itself.
wix36-sources\src\Setup\Bundle - location of Wix bootstrapper project
wix36-sources\src\Setup\UX - location of BoostrapperApplication project. It
uses WPF btw.
What you should pay attention to is (assumed your dll is named as
'MyBA.dll'):
1) Bundle.wxs:
BootstrapperApplicationRef Id='ManagedBootstrapperApplicationHost'
 Payload Name='BootstrapperCore.config'
SourceFile='(Path_to_config_file)\MyBA.BootstrapperCore.config' /
 Payload SourceFile='(Path_to_your_dll)\MyBA.dll' /
/BootstrapperApplicationRef

2) add MyBA.BootstrapperCore.config (see example
wix36-sources\src\Setup\UX\WixUX.BootstrapperCore.config) into your BA
project and modify it:
...
wix.bootstrapper
 host assemblyName=MyBA
   supportedFramework version=v4\Full /
   supportedFramework version=v4\Client /
 /host
/wix.bootstrapper
...
3) You have already added [assembly: BootstrapperApplication(typeof(TestBA))]
into AssemblyInfo.cs
Maybe it is better to modify example
wix36-sources\src\Setup\UX\Properties\AssemblyInfo.cs

Should be fine now.

-Original Message-
Date: Wed, 23 Feb 2011 14:14:24 -0800 (PST)
From: Simon Zinkevicius simon.zinkevic...@hp.com
Subject: Re: [WiX-users] Trouble implementing a
BootstrapperApplication in C#
To: wix-users@lists.sourceforge.net
Message-ID: 1298499264403-6058081.p...@n2.nabble.com
Content-Type: text/plain; charset=us-ascii


I also added the following line the the AssemblyInfo.cs in the bootstrapper
Application library but it still will not run.

[assembly: BootstrapperApplication(typeof(TestBA))]
SDL PLC confidential, all rights reserved.
If you are not the intended recipient of this mail SDL requests and requires 
that you delete it without acting upon or copying any of its contents, and we 
further request that you advise us.
SDL PLC is a public limited company registered in England and Wales.  
Registered number: 02675207.
Registered address: Globe House, Clivemont Road, Maidenhead, Berkshire SL6 7DY, 
UK.


--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Unable to change or propagate the value of a directory whose parent is changed via custom action

2011-02-24 Thread Antoine, David
Everyone,

I apologize for not getting back sooner with updates on this issue, but I was 
able to find a solution.  I had to do two things:

* Set up subfeatures to point to APPDATADIR where applicable from the 
original example below instead of TARGETDIR as their configurable directory.  
This can be changed via attributes under the Feature tag; and
* Use the SetTargetPath action at the appropriate times (normally off of 
dialog button controls) to make sure APPDATADIR was correctly set during 
certain actions in the UI.  These can be set through events under the Publish 
tag.

There was one caveat: I had to sometimes set APPDATADIR to a temporary value 
before using SetTargetPath, i.e., [WindowsVolume]temp or  C:\temp\ .  Then I 
would change APPDATADIR to the desired directory to have the subdirectories 
recalculated by SetTargetPath.  I think this occurred if I had set APPDATADIR 
to TARGETDIR and then attempted to change it to another value.  In other words, 
APPDATADIR had to change from TARGETDIR - C:\temp\ - (new directory of 
choice).  Without the C:\temp\ change, APPDATADIR would change but the 
subdirectories would not be recalculated.  I believe that issue prevented me 
from getting the SetTargetPath action to work correctly in all cases, making me 
lean towards a custom action. I could look into why that extra directory change 
is necessary in that case, but I do not feel the urge to look a gift horse in 
the mouth at this time. :)

Thank you again for all your assistance in this matter.  I hope this helps 
anyone else who may attempt to do something like this.

David J. Antoine
Quality Assurance
ConvergEx Group | RealTick
100 S. Wacker Drive, 20th Floor
Chicago, IL 60606
T: 312.442.8673 | F: 312.960.4729
danto...@realtick.com


-Original Message-
From: Antoine, David [mailto:danto...@realtick.com]
Sent: Friday, February 11, 2011 11:36 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Unable to change or propagate the value of a directory 
whose parent is changed via custom action

Everyone,

I have the following directory structure in an MSI I am trying to build:


Fragment
Directory Id=TARGETDIR Name=SourceDir
Directory Id=HELPDIR Name=HELP
!-- components here --
/Directory
Directory Id=HELPDIR Name=HELP
!-- components here --
/Directory

Directory Id=APPDATADIR Name=.
Directory Id=PARMDIR Name=PARM
!-- components here --
/Directory
Directory Id=XMLDIR Name=XML
!-- components here --
/Directory
/Directory
/Directory
/Fragment


Basically, I have a directory APPDATADIR whose parent is TARGETDIR; 
underneath are two directories whose parent is APPDATADIR.  I also have two 
child directories under TARGETDIR as well.  All of these directories have 
components or merge modules below them.  I am trying to use a custom action to 
change the value of APPDATADIR based on a second property called SPLITBUILD.  
This property can be changed via a dialog such that the child directories for 
APPDATADIR are modified accordingly via propagation.  I am doing this to give 
the user a choice about the components under APPDATADIR, i.e., whether or not 
to have the files/components under APPDATADIR installed under a different 
directory than the TARGETDIR.  The property SPLITBUILD is used in a radio 
button group with two choices with values of Yes as default and No (too 
lazy to write the code here but it does work).  Based on the value of 
SPLITBUILD, I am attempting to modify the APPDATADIR as follows:


Fragment
CustomAction Id=DIRCA_APPDATADIR_NOSPLITBUILD Property=APPDATADIR 
Value=[TARGETDIR] Execute=immediate/
CustomAction Id=DIRCA_APPDATADIR_SPLITBUILD Property=APPDATADIR 
Value=[CommonAppDataFolder][FOLDERNAME] Execute=immediate/

InstallUISequence
Custom Action=DIRCA_APPDATADIR_NOSPLITBUILD After=CostInitialize 
Overridable=yesSPLITBUILD lt;gt; Yes/Custom
Custom Action=DIRCA_APPDATADIR_SPLITBUILD 
After=DIRCA_APPDATADIR_NOSPLITBUILD Overridable=yesSPLITBUILD = 
Yes/Custom
/InstallUISequence

InstallExecuteSequence
Custom Action=DIRCA_APPDATADIR_NOSPLITBUILD After=CostInitialize 
Overridable=yesSPLITBUILD lt;gt; Yes/Custom
Custom Action=DIRCA_APPDATADIR_SPLITBUILD 
After=DIRCA_APPDATADIR_NOSPLITBUILD Overridable=yesSPLITBUILD = 
Yes/Custom
/InstallExecuteSequence
/Fragment


What happens is the following from looking at my installer logs: Before 
the user is given the SPLITBUILD option, APPDATADIR is set to 
[CommonAppDataFolder][FOLDERNAME], i.e., C:\ProgramData\FOLDERNAME\ , because 
SPLITBUILD is Yes by default .  The directories PARMDIR and XMLDIR are 
correctly set based on that value of 

[WiX-users] How to issue a netsh http add urlacl url=.. command at install time...

2011-02-24 Thread Gregg Swanson
What is the recommended technique to use to enter the following command at 
install time?

netsh http add urlacl url=https://+:443/EnterpriseService/ user=redmond\edmmtsa


Thanks,
Gregg
--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Setup asks for rebooting after change/repair options.

2011-02-24 Thread Wilson, Phil
You still need to look at the complete log. Searching for in use is a good 
start. 

Phil Wilson 

-Original Message-
From: Sergey Yukhno [mailto:sergey.yuk...@visutechsystem.by] 
Sent: Thursday, February 24, 2011 7:32 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Setup asks for rebooting after change/repair options.



Action 15:27:39: RollbackCleanup. Removing backup files
MSI (s) (2C:A8) [15:27:39:500]: Note: 1: 1321 2: C:\Config.Msi\23320b.rbf
MSI (s) (2C:A8) [15:27:39:500]: Verifying accessibility of file: 23320b.rbf
Info 1903. Scheduling reboot operation: Deleting file 
C:\Config.Msi\23320b.rbf. Must reboot to complete operation.
MSI (s) (2C:A8) [15:27:39:531]: Note: 1: 1321 2: C:\Config.Msi\23320c.rbf
MSI (s) (2C:A8) [15:27:39:531]: Verifying accessibility of file: 23320c.rbf
Info 1903. Scheduling reboot operation: Deleting file 
C:\Config.Msi\23320c.rbf. Must reboot to complete operation.
MSI (s) (2C:A8) [15:27:39:562]: Note: 1: 1321 2: D:\Config.Msi\233222.rbf
MSI (s) (2C:A8) [15:27:39:562]: Verifying accessibility of file: 233222.rbf
Info 1903. Scheduling reboot operation: Deleting file 
D:\Config.Msi\233222.rbf. Must reboot to complete operation.

 Those are rollback files. They are not likely to be the cause of the reboot.
 The log file will probably point out some other files.

 On Wed, Feb 23, 2011 at 11:53 PM, Sergey Yukhno
 sergey.yuk...@visutechsystem.by  wrote:

 After change/repair options setups asks for rebooting. In setup log I
 found records that msi can't delete some *.rbf files in directory
 setup.msi. What problem is?


 --
 Free Software Download: Index, Search  Analyze Logs and other IT data in
 Real-Time with Splunk. Collect, index and harness all the fast moving IT
 data
 generated by your applications, servers and devices whether physical,
 virtual
 or in the cloud. Deliver compliance at lower cost and gain new business
 insights. http://p.sf.net/sfu/splunk-dev2dev
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users





--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


*** Confidentiality Notice: This e-mail, including any associated or attached 
files, is intended solely for the individual or entity to which it is 
addressed. This e-mail is confidential and may well also be legally privileged. 
If you have received it in error, you are on notice of its status. Please 
notify the sender immediately by reply e-mail and then delete this message from 
your system. Please do not copy it or use it for any purposes, or disclose its 
contents to any other person. This email comes from a division of the Invensys 
Group, owned by Invensys plc, which is a company registered in England and 
Wales with its registered office at 3rd Floor, 40 Grosvenor Place, London, SW1X 
7AW (Registered number 166023). For a list of European legal entities within 
the Invensys Group, please go to 
http://www.invensys.com/legal/default.asp?top_nav_id=77nav_id=80prev_id=77.

You may contact Invensys plc on +44 (0)20 3155 1200 or e-mail 
recept...@invensys.com. This e-mail and any attachments thereto may be subject 
to the terms of any agreements between Invensys (and/or its subsidiaries and 
affiliates) and the recipient (and/or its subsidiaries and affiliates).



--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Uninstall an installed product.

2011-02-24 Thread Kevin Burton
I know this is an old question but I don't know the WiX syntax  for 
automatically uninstalling an installed product. I looked at the documentation 
and I got confused with Major/Minor updates/upgrades. In my case if the product 
is install I *always* want to uninstall it before proceeding with the 
installation. Any hints?

Kevin Burton
Senior Software Engineer
BUYSEASONS
262-901-2000 Office
262-901-2312 Fax
kev...@buyseasons.com

-Original Message-
From: David Watson [mailto:dwat...@sdl.com]
Sent: Wednesday, February 23, 2011 11:28 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Command line installation?

Hi,
To set a property from the command line you simply just set the property to be 
equal to the required value.

e.g.
Msiexec /i installer.msi FULLYQUALIFIEDCOMPUTERNAME=Kevinspc.buyseasons.com
SERVICEUSER=bob etc.

Remember to make all your properties public my making them all CAPS to and you 
may need to set them to be secure, set any password properties to hidden to 
remove them from logs.

You should be able to condition the display of your dialogue based on the 
properties that you have stated but it is also possible to run the msi without 
any ui at all by altering the command line with /qn.

dave

-Original Message-
From: Kevin Burton [mailto:kev...@buyseasons.com]
Sent: 23 February 2011 15:08
To: General discussion for Windows Installer XML toolset.
Subject: [WiX-users] Command line installation?

I would like to know what strategies are best to use if I optionally don't want 
a UI. Right now I have a custom dialog that appears and it sets a number of 
properties. If any of these properties are set on the command line I would like 
to skip the dialog. That is one question. The second question is how do I set 
the properties on the command line?

If it helps the dialog is defined as

?xml version=1.0 encoding=UTF-8?
Wix xmlns=http://schemas.microsoft.com/wix/2006/wi;
Fragment
UI
  Property Id=FULLYQUALIFIEDCOMPUTERNAME
Hidden=yesdevbrain03/Property
  Property Id=SERVICEUSER Hidden=yesuser/Property
  Property Id=SERVICEPASSWORD Hidden=yestesting/Property
  Property Id=SQLSERVER Hidden=yescomputer/Property
  Property Id=TRANSACTIONSSQLSERVER Hidden=yescomputer/Property
  Property Id=REPLICATEDTRANSACTIONSERVER
Hidden=yescomputer/Property
  Property Id=INVENTORYSERVER Hidden=yescomputer/Property
  Property Id=SHIPPINGSERVER Hidden=yescomputer/Property
  Property Id=COMMERCESERVERSITENAME Hidden=yessite/Property
  Property Id=SMTPSERVERNAME Hidden=yesmail.company.com/Property
  Property Id=LYRISSQLSERVER Hidden=yesserver/Property
  Property Id=LYRISUSER Hidden=yesuser/Property
  Property Id=LYRISPASSWORD Hidden=yestesting/Property
  Property Id=CYBERSOURCEURL Hidden=yeshttps://myco.ic3.com/
/Property
  Dialog Id=PropertiesDlg Width=290 Height=390
Title=[ProductName] [ProductVersion] $(var.Configuration) NoMinimize=yes
Control Id=Title Type=Text X=15 Y=6 Width=200 Height=15
Transparent=yes NoPrefix=yes Text=Ready to Install /
Control Id=ComputerNameLabel Type=Text X=15 Y=26 Width=80
Height=15 Transparent=yes NoPrefix=yes Text=Computer Name /
Control Id=ComputerNameEdit Type=Edit X=114 Y=22 Width=150
Height=18 Property=FULLYQUALIFIEDCOMPUTERNAME /
Control Id=UserLabel Type=Text X=15 Y=46 Width=80
Height=15 Transparent=yes NoPrefix=yes Text=User /
Control Id=UserEdit Type=Edit X=114 Y=42 Width=150
Height=18 Property=SERVICEUSER /
Control Id=PasswordLabel Type=Text X=15 Y=66 Width=80
Height=15 Transparent=yes NoPrefix=yes Text=Password /
Control Id=PasswordEdit Type=Edit X=114 Y=62 Width=150
Height=18 Property=SERVICEPASSWORD Password=yes /
Control Id=SqlServerLabel Type=Text X=15 Y=86 Width=100
Height=15 Transparent=yes NoPrefix=yes Text=BuySeasons Sql Server /
Control Id=SqlServerEdit Type=Edit X=114 Y=82 Width=150
Height=18 Property=SQLSERVER /
Control Id=TransactionsSqlServerLabel Type=Text X=15 Y=106
Width=100 Height=15 Transparent=yes NoPrefix=yes Text=Transactions Sql 
Server /
Control Id=TransactionsSqlServerEdit Type=Edit X=114 Y=102
Width=150 Height=18 Property=TRANSACTIONSSQLSERVER /
Control Id=ShippingSqlServerLabel Type=Text X=15 Y=126
Width=100 Height=15 Transparent=yes NoPrefix=yes Text=Shipping Sql 
Server /
Control Id=ShippingSqlServerEdit Type=Edit X=114 Y=122
Width=150 Height=18 Property=SHIPPINGSERVER /
Control Id=ReplicatedTransactionsSqlServerLabel Type=Text X=15
Y=146 Width=100 Height=15 Transparent=yes NoPrefix=yes
Text=Replicated Sql Server /
Control Id=ReplicatedTransactionsSqlServerEdit Type=Edit X=114
Y=142 Width=150 Height=18 Property=REPLICATEDTRANSACTIONSERVER /
Control Id=InventoryServerLabel Type=Text X=15 Y=166
Width=100 Height=15 Transparent=yes NoPrefix=yes Text=Inventory 
Server /
Control 

Re: [WiX-users] How to issue a netsh http add urlacl url=.. command at install time...

2011-02-24 Thread Maillet, Ed
Check out the CAQuietExec custom action.


-Original Message-
From: Gregg Swanson [mailto:gregg.swan...@microsoft.com] 
Sent: Thursday, February 24, 2011 12:54 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] How to issue a netsh http add urlacl url=.. command at 
install time...

What is the recommended technique to use to enter the following command at 
install time?

netsh http add urlacl url=https://+:443/EnterpriseService/ user=redmond\edmmtsa


Thanks,
Gregg
--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Need to not use IIS 6 Scripting tools compatibility on IIS 7 machines.

2011-02-24 Thread Uma Harano
Hi,

I am using WiX C # custom action template in Visual Studio 2008. The custom 
action I am writing  is for listing all the websites on a machine and 
displaying it in a msi dialog.  The code is very similar to what is found on 
this site: 
http://blog.torresdal.net/CommentView,guid,FE27427F-FF4F-4056-BC50-C98E23227C6D.aspx.

On a windows server 2008 machine running IIS 7, I am finding that I need to 
turn on the IIS 6 Scripting tools feature of IIS 7  in order to get this 
managed custom action to display the websites. Is this expected behavior? 
Ideally, I would like to not use the II6 Scripting tools feature on my IIS 7 
machine. I thought using managed code would help with this.

Thanks!
Uma

--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Need to not use IIS 6 Scripting tools compatibility on IIS 7 machines.

2011-02-24 Thread Skildum, Mathew
Unfortunately there is a completely different set of APIs for working with IIS 
7.

Here is the link to the MSDN documentation on the ServerManager Namespace:
http://msdn.microsoft.com/en-us/library/microsoft.web.administration.servermanager(v=vs.90).aspx


Mat Skildum


-Original Message-
From: Uma Harano [mailto:uhar...@esri.com] 
Sent: Thursday, February 24, 2011 2:33 PM
To: General discussion for Windows Installer XML toolset.
Subject: [WiX-users] Need to not use IIS 6 Scripting tools compatibility on IIS 
7 machines.

Hi,

I am using WiX C # custom action template in Visual Studio 2008. The custom 
action I am writing  is for listing all the websites on a machine and 
displaying it in a msi dialog.  The code is very similar to what is found on 
this site: 
http://blog.torresdal.net/CommentView,guid,FE27427F-FF4F-4056-BC50-C98E23227C6D.aspx.

On a windows server 2008 machine running IIS 7, I am finding that I need to 
turn on the IIS 6 Scripting tools feature of IIS 7  in order to get this 
managed custom action to display the websites. Is this expected behavior? 
Ideally, I would like to not use the II6 Scripting tools feature on my IIS 7 
machine. I thought using managed code would help with this.

Thanks!
Uma

--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual 
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] PlugCollectionInto values for VS2010

2011-02-24 Thread Maillet, Ed
Does anyone have the VS2010 values handy? The Wix 3.5 help only has the VS2205 
and VS2008 values listed.

I'm currently using for VS2008:
vs:PlugCollectionInto TargetCollection=MS.VSIPCC.v90
  TargetFeature=Help
   
TargetTableOfContents=FL_vsipcc_hxt_86880_86880_cn_ln/


- Ed
--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Need to not use IIS 6 Scripting tools compatibility on IIS 7 machines.

2011-02-24 Thread John Robbins
Or you can steal the code I just posted that shows working with IIS7 and WiX. :)

http://www.wintellect.com/CS/blogs/jrobbins/archive/2011/02/23/web-application-installer-in-wix.aspx

Hope it helps!

John
Wintellect
http://www.wintellect.com
+1-877-968-5528


-Original Message-
From: Skildum, Mathew [mailto:mathew.skil...@aspect.com] 
Sent: Thursday, February 24, 2011 12:45 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Need to not use IIS 6 Scripting tools compatibility on 
IIS 7 machines.

Unfortunately there is a completely different set of APIs for working with IIS 
7.

Here is the link to the MSDN documentation on the ServerManager Namespace:
http://msdn.microsoft.com/en-us/library/microsoft.web.administration.servermanager(v=vs.90).aspx


Mat Skildum


-Original Message-
From: Uma Harano [mailto:uhar...@esri.com]
Sent: Thursday, February 24, 2011 2:33 PM
To: General discussion for Windows Installer XML toolset.
Subject: [WiX-users] Need to not use IIS 6 Scripting tools compatibility on IIS 
7 machines.

Hi,

I am using WiX C # custom action template in Visual Studio 2008. The custom 
action I am writing  is for listing all the websites on a machine and 
displaying it in a msi dialog.  The code is very similar to what is found on 
this site: 
http://blog.torresdal.net/CommentView,guid,FE27427F-FF4F-4056-BC50-C98E23227C6D.aspx.

On a windows server 2008 machine running IIS 7, I am finding that I need to 
turn on the IIS 6 Scripting tools feature of IIS 7  in order to get this 
managed custom action to display the websites. Is this expected behavior? 
Ideally, I would like to not use the II6 Scripting tools feature on my IIS 7 
machine. I thought using managed code would help with this.

Thanks!
Uma

--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual 
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual 
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Need to not use IIS 6 Scripting tools compatibility on IIS 7 machines.

2011-02-24 Thread Uma Harano
Thank you so much John and Mat. This forum is awesome.
I have direction now.
Uma-

-Original Message-
From: John Robbins [mailto:j...@wintellect.com] 
Sent: Thursday, February 24, 2011 1:41 PM
To: General discussion for Windows Installer XML toolset.; Uma Harano
Subject: RE: [WiX-users] Need to not use IIS 6 Scripting tools compatibility on 
IIS 7 machines.

Or you can steal the code I just posted that shows working with IIS7 and WiX. :)

http://www.wintellect.com/CS/blogs/jrobbins/archive/2011/02/23/web-application-installer-in-wix.aspx

Hope it helps!

John
Wintellect
http://www.wintellect.com
+1-877-968-5528


-Original Message-
From: Skildum, Mathew [mailto:mathew.skil...@aspect.com] 
Sent: Thursday, February 24, 2011 12:45 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Need to not use IIS 6 Scripting tools compatibility on 
IIS 7 machines.

Unfortunately there is a completely different set of APIs for working with IIS 
7.

Here is the link to the MSDN documentation on the ServerManager Namespace:
http://msdn.microsoft.com/en-us/library/microsoft.web.administration.servermanager(v=vs.90).aspx


Mat Skildum


-Original Message-
From: Uma Harano [mailto:uhar...@esri.com]
Sent: Thursday, February 24, 2011 2:33 PM
To: General discussion for Windows Installer XML toolset.
Subject: [WiX-users] Need to not use IIS 6 Scripting tools compatibility on IIS 
7 machines.

Hi,

I am using WiX C # custom action template in Visual Studio 2008. The custom 
action I am writing  is for listing all the websites on a machine and 
displaying it in a msi dialog.  The code is very similar to what is found on 
this site: 
http://blog.torresdal.net/CommentView,guid,FE27427F-FF4F-4056-BC50-C98E23227C6D.aspx.

On a windows server 2008 machine running IIS 7, I am finding that I need to 
turn on the IIS 6 Scripting tools feature of IIS 7  in order to get this 
managed custom action to display the websites. Is this expected behavior? 
Ideally, I would like to not use the II6 Scripting tools feature on my IIS 7 
machine. I thought using managed code would help with this.

Thanks!
Uma

--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual 
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual 
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Trouble implementing a BootstrapperApplication in C#

2011-02-24 Thread Simon Zinkevicius

Im get a Error 0x8007007f: Failed to get BootstrapperApplicationCreate
entry-point error in the log. Do I need to defne a
BootstrapperApplicationCreate function in my BA library? 
-- 
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Trouble-implementing-a-BootstrapperApplication-in-C-tp6057445p6062196.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] AUTO: Kenneth L Resler is out of the office. (returning 02/28/2011)

2011-02-24 Thread Kenneth . Resler

I am out of the office until 02/28/2011.

I will be out of the office, with limited email and phone access.


Note: This is an automated response to your message  Re: [WiX-users] 
PlugCollectionInto values for VS2010 sent on 2/24/2011 3:27:53 PM.

This is the only notification you will receive while this person is away.

Disclaimer: Information in this message or an attachment may be government data 
and thereby subject to the Minnesota Government Data Practices Act, Minnesota 
Statutes, Chapter 13, may be subject to attorney-client or work product 
privilege, may be confidential, privileged, proprietary, or otherwise 
protected, and the unauthorized review, copying, retransmission, or other use 
or disclosure of the information is strictly prohibited. If you are not the 
intended recipient of this message, please immediately notify the sender of the 
transmission error and then promptly delete this message from your computer 
system.   
--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Trouble implementing a

2011-02-24 Thread Simon Zinkevicius

Thanks for the help. I was missing step 1. As soon as I added the config file
payload it all started working. Thanks again.
-- 
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Re-Trouble-implementing-a-tp6060833p6062338.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Trouble implementing a BootstrapperApplication in C#

2011-02-24 Thread Simon Zinkevicius

Everything is now up and running. My problem was that I was not including my
BA config file in the BootstrapperApplication payload. I added the lines
below into my Bundle.wxs and it is all working now.

BootstrapperApplicationRef Id='ManagedBootstrapperApplicationHost' 
 Payload Name='BootstrapperCore.config'
SourceFile='(Path_to_config_file\MyBA.BootstrapperCore.config' / 
Payload SourceFile='(Path_to_your_dll)\MyBA.dll' / 
/BootstrapperApplicationRef

Thanks for the help guys!

Simon


-- 
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Trouble-implementing-a-BootstrapperApplication-in-C-tp6057445p6062346.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] (no subject)

2011-02-24 Thread Mark Turek

Using the following command 'msiexec /i SampleUpgrade.msi REINSTALL=ALL 
REINSTALLMODE=vomus' for minor upgrade causes the following rule not to be 
obeyed
 
Feature Id='Service' Level='1'
   ComponentRef Id=Monitor /
   Condition Level=0FILEEXISTS/Condition
/Feature
 
Is there any way I can do the minor upgrade and have this condition to be 
respected so that my services does not get shut down?

  
--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] DTF (session.Log)

2011-02-24 Thread Paden, Patrick
I came across an old message to this very same mailing group (google
ftw)

http://www.mail-archive.com/wix-users@lists.sourceforge.net/msg17686.htm
l

I am working through the issue I have with string replacement escaping,
just seeing if anyone has come up with a better idea since then

Constraints:
The output is generated, sometimes I have text with brackets, sometimes
I do not
If there is a bracketed item, I need to see the brackets
And finally, the bracketed words have nothing to do with session
properties =]

Thanks in advance,
Patrick
--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Command line installation?

2011-02-24 Thread Kevin Burton
I have WiX code like:

Property Id=PREVIOUSVERSIONSINSTALLED Secure=yes /
Upgrade Id='529189FE-FD0E-44ff-8DA6-B4FB5CC7A78B'
  UpgradeVersion Minimum=2.0.0.0 Maximum=2.0.5.0 
Property=PREVIOUSVERSIONSINSTALLED IncludeMinimum=yes IncludeMaximum=no /
   /Upgrade
. . . . .
InstallExecuteSequence
  RemoveExistingProducts After=InstallFinalize/RemoveExistingProducts
/InstallExecuteSequence

I am trying to automatically uninstall any previous versions of the package 
before this installation proceeds. But even with this code when I run the .msi 
I get a prompt indicating that I must go to the Control Panel and uninstall a 
previous version. What am I doing wrong?

Kevin

--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Command line installation?

2011-02-24 Thread Chad Petersen
In another area of your code look for the Product/ element and make
sure you change the Id= guid there as one necessary step. But, leave
the UpgradeCode unchanged in that same element. Also make sure you
increment your version number to something higher than that one you have
already installed.

Then in your UpgradeVersion element that you show below don't forget to
add

OnlyDetect=no

This is what causes it to not just check for your other version, but
also remove it.

Hope that helps
Chad


-Original Message-
From: Kevin Burton [mailto:kev...@buyseasons.com] 
Sent: Thursday, February 24, 2011 3:21 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Command line installation?

I have WiX code like:

Property Id=PREVIOUSVERSIONSINSTALLED Secure=yes /
Upgrade Id='529189FE-FD0E-44ff-8DA6-B4FB5CC7A78B'
  UpgradeVersion Minimum=2.0.0.0 Maximum=2.0.5.0
Property=PREVIOUSVERSIONSINSTALLED IncludeMinimum=yes
IncludeMaximum=no /
   /Upgrade
. . . . .
InstallExecuteSequence
  RemoveExistingProducts
After=InstallFinalize/RemoveExistingProducts
/InstallExecuteSequence

I am trying to automatically uninstall any previous versions of the
package before this installation proceeds. But even with this code when
I run the .msi I get a prompt indicating that I must go to the Control
Panel and uninstall a previous version. What am I doing wrong?

Kevin


--
Free Software Download: Index, Search  Analyze Logs and other IT data
in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT
data 
generated by your applications, servers and devices whether physical,
virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] (no subject)

2011-02-24 Thread Wilson, Phil
How does FILEEXISTS get created? It's not a standard property so it must come 
from a search or something.

Phil Wilson 


-Original Message-
From: Mark Turek [mailto:turekm...@hotmail.com] 
Sent: Thursday, February 24, 2011 2:40 PM
To: General discussion for Windows Installer XML too
Subject: [WiX-users] (no subject)


Using the following command 'msiexec /i SampleUpgrade.msi REINSTALL=ALL 
REINSTALLMODE=vomus' for minor upgrade causes the following rule not to be 
obeyed
 
Feature Id='Service' Level='1'
   ComponentRef Id=Monitor /
   Condition Level=0FILEEXISTS/Condition
/Feature
 
Is there any way I can do the minor upgrade and have this condition to be 
respected so that my services does not get shut down?

  
--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


*** Confidentiality Notice: This e-mail, including any associated or attached 
files, is intended solely for the individual or entity to which it is 
addressed. This e-mail is confidential and may well also be legally privileged. 
If you have received it in error, you are on notice of its status. Please 
notify the sender immediately by reply e-mail and then delete this message from 
your system. Please do not copy it or use it for any purposes, or disclose its 
contents to any other person. This email comes from a division of the Invensys 
Group, owned by Invensys plc, which is a company registered in England and 
Wales with its registered office at 3rd Floor, 40 Grosvenor Place, London, SW1X 
7AW (Registered number 166023). For a list of European legal entities within 
the Invensys Group, please go to 
http://www.invensys.com/legal/default.asp?top_nav_id=77nav_id=80prev_id=77.

You may contact Invensys plc on +44 (0)20 3155 1200 or e-mail 
recept...@invensys.com. This e-mail and any attachments thereto may be subject 
to the terms of any agreements between Invensys (and/or its subsidiaries and 
affiliates) and the recipient (and/or its subsidiaries and affiliates).



--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Need to not use IIS 6 Scripting tools compatibility on IIS 7 machines.

2011-02-24 Thread Peter Hecht
I agree.  This list is awesome.

On Thu, Feb 24, 2011 at 2:47 PM, Uma Harano uhar...@esri.com wrote:
 Thank you so much John and Mat. This forum is awesome.
 I have direction now.
 Uma-

 -Original Message-
 From: John Robbins [mailto:j...@wintellect.com]
 Sent: Thursday, February 24, 2011 1:41 PM
 To: General discussion for Windows Installer XML toolset.; Uma Harano
 Subject: RE: [WiX-users] Need to not use IIS 6 Scripting tools compatibility 
 on IIS 7 machines.

 Or you can steal the code I just posted that shows working with IIS7 and WiX. 
 :)

 http://www.wintellect.com/CS/blogs/jrobbins/archive/2011/02/23/web-application-installer-in-wix.aspx

 Hope it helps!

 John
 Wintellect
 http://www.wintellect.com
 +1-877-968-5528


 -Original Message-
 From: Skildum, Mathew [mailto:mathew.skil...@aspect.com]
 Sent: Thursday, February 24, 2011 12:45 PM
 To: General discussion for Windows Installer XML toolset.
 Subject: Re: [WiX-users] Need to not use IIS 6 Scripting tools compatibility 
 on IIS 7 machines.

 Unfortunately there is a completely different set of APIs for working with 
 IIS 7.

 Here is the link to the MSDN documentation on the ServerManager Namespace:
 http://msdn.microsoft.com/en-us/library/microsoft.web.administration.servermanager(v=vs.90).aspx


 Mat Skildum


 -Original Message-
 From: Uma Harano [mailto:uhar...@esri.com]
 Sent: Thursday, February 24, 2011 2:33 PM
 To: General discussion for Windows Installer XML toolset.
 Subject: [WiX-users] Need to not use IIS 6 Scripting tools compatibility on 
 IIS 7 machines.

 Hi,

 I am using WiX C # custom action template in Visual Studio 2008. The custom 
 action I am writing  is for listing all the websites on a machine and 
 displaying it in a msi dialog.  The code is very similar to what is found on 
 this site: 
 http://blog.torresdal.net/CommentView,guid,FE27427F-FF4F-4056-BC50-C98E23227C6D.aspx.

 On a windows server 2008 machine running IIS 7, I am finding that I need to 
 turn on the IIS 6 Scripting tools feature of IIS 7  in order to get this 
 managed custom action to display the websites. Is this expected behavior? 
 Ideally, I would like to not use the II6 Scripting tools feature on my IIS 7 
 machine. I thought using managed code would help with this.

 Thanks!
 Uma

 --
 Free Software Download: Index, Search  Analyze Logs and other IT data in 
 Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
 generated by your applications, servers and devices whether physical, virtual 
 or in the cloud. Deliver compliance at lower cost and gain new business 
 insights. http://p.sf.net/sfu/splunk-dev2dev
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users

 --
 Free Software Download: Index, Search  Analyze Logs and other IT data in 
 Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
 generated by your applications, servers and devices whether physical, virtual 
 or in the cloud. Deliver compliance at lower cost and gain new business 
 insights. http://p.sf.net/sfu/splunk-dev2dev
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users


 --
 Free Software Download: Index, Search  Analyze Logs and other IT data in
 Real-Time with Splunk. Collect, index and harness all the fast moving IT data
 generated by your applications, servers and devices whether physical, virtual
 or in the cloud. Deliver compliance at lower cost and gain new business
 insights. http://p.sf.net/sfu/splunk-dev2dev
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users


--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Trouble implementing a BootstrapperApplication in C#

2011-02-24 Thread Rob Mensching
And documentation will get better in the future. I have written the
documentation yet because I've been trying to simplify the creation more...
lots of fiddly little details you have to get connected for it to work.

On Thu, Feb 24, 2011 at 2:31 PM, Simon Zinkevicius simon.zinkevic...@hp.com
 wrote:


 Everything is now up and running. My problem was that I was not including
 my
 BA config file in the BootstrapperApplication payload. I added the lines
 below into my Bundle.wxs and it is all working now.

 BootstrapperApplicationRef Id='ManagedBootstrapperApplicationHost'
  Payload Name='BootstrapperCore.config'
 SourceFile='(Path_to_config_file\MyBA.BootstrapperCore.config' /
 Payload SourceFile='(Path_to_your_dll)\MyBA.dll' /
 /BootstrapperApplicationRef

 Thanks for the help guys!

 Simon


 --
 View this message in context:
 http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Trouble-implementing-a-BootstrapperApplication-in-C-tp6057445p6062346.html
 Sent from the wix-users mailing list archive at Nabble.com.


 --
 Free Software Download: Index, Search  Analyze Logs and other IT data in
 Real-Time with Splunk. Collect, index and harness all the fast moving IT
 data
 generated by your applications, servers and devices whether physical,
 virtual
 or in the cloud. Deliver compliance at lower cost and gain new business
 insights. http://p.sf.net/sfu/splunk-dev2dev
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users




-- 
virtually, Rob Mensching - http://RobMensching.com LLC
--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Trouble implementing a

2011-02-24 Thread Rob Mensching
PS: you don't need supportedRuntime for both /Full and /Client. Full
contains Client so you only need to specify the lesser one you need.

On Thu, Feb 24, 2011 at 2:27 PM, Simon Zinkevicius simon.zinkevic...@hp.com
 wrote:


 Thanks for the help. I was missing step 1. As soon as I added the config
 file
 payload it all started working. Thanks again.
 --
 View this message in context:
 http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Re-Trouble-implementing-a-tp6060833p6062338.html
 Sent from the wix-users mailing list archive at Nabble.com.


 --
 Free Software Download: Index, Search  Analyze Logs and other IT data in
 Real-Time with Splunk. Collect, index and harness all the fast moving IT
 data
 generated by your applications, servers and devices whether physical,
 virtual
 or in the cloud. Deliver compliance at lower cost and gain new business
 insights. http://p.sf.net/sfu/splunk-dev2dev
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users




-- 
virtually, Rob Mensching - http://RobMensching.com LLC
--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Uninstall an installed product.

2011-02-24 Thread Rob Mensching
In WiX v3.5, MajorUpgrade element provides nice syntactic sugar.
Otherwise, you want to look at the Upgrade element.

On Thu, Feb 24, 2011 at 10:22 AM, Kevin Burton kev...@buyseasons.comwrote:

 I know this is an old question but I don't know the WiX syntax  for
 automatically uninstalling an installed product. I looked at the
 documentation and I got confused with Major/Minor updates/upgrades. In my
 case if the product is install I *always* want to uninstall it before
 proceeding with the installation. Any hints?

 Kevin Burton
 Senior Software Engineer
 BUYSEASONS
 262-901-2000 Office
 262-901-2312 Fax
 kev...@buyseasons.com

 -Original Message-
 From: David Watson [mailto:dwat...@sdl.com]
 Sent: Wednesday, February 23, 2011 11:28 AM
 To: General discussion for Windows Installer XML toolset.
 Subject: Re: [WiX-users] Command line installation?

 Hi,
 To set a property from the command line you simply just set the property to
 be equal to the required value.

 e.g.
 Msiexec /i installer.msi FULLYQUALIFIEDCOMPUTERNAME=
 Kevinspc.buyseasons.com
 SERVICEUSER=bob etc.

 Remember to make all your properties public my making them all CAPS to and
 you may need to set them to be secure, set any password properties to hidden
 to remove them from logs.

 You should be able to condition the display of your dialogue based on the
 properties that you have stated but it is also possible to run the msi
 without any ui at all by altering the command line with /qn.

 dave

 -Original Message-
 From: Kevin Burton [mailto:kev...@buyseasons.com]
 Sent: 23 February 2011 15:08
 To: General discussion for Windows Installer XML toolset.
 Subject: [WiX-users] Command line installation?

 I would like to know what strategies are best to use if I optionally don't
 want a UI. Right now I have a custom dialog that appears and it sets a
 number of properties. If any of these properties are set on the command line
 I would like to skip the dialog. That is one question. The second question
 is how do I set the properties on the command line?

 If it helps the dialog is defined as

 ?xml version=1.0 encoding=UTF-8?
 Wix xmlns=http://schemas.microsoft.com/wix/2006/wi;
Fragment
UI
  Property Id=FULLYQUALIFIEDCOMPUTERNAME
 Hidden=yesdevbrain03/Property
  Property Id=SERVICEUSER Hidden=yesuser/Property
  Property Id=SERVICEPASSWORD Hidden=yestesting/Property
  Property Id=SQLSERVER Hidden=yescomputer/Property
  Property Id=TRANSACTIONSSQLSERVER Hidden=yescomputer/Property
  Property Id=REPLICATEDTRANSACTIONSERVER
 Hidden=yescomputer/Property
  Property Id=INVENTORYSERVER Hidden=yescomputer/Property
  Property Id=SHIPPINGSERVER Hidden=yescomputer/Property
  Property Id=COMMERCESERVERSITENAME Hidden=yessite/Property
  Property Id=SMTPSERVERNAME Hidden=yesmail.company.com
 /Property
  Property Id=LYRISSQLSERVER Hidden=yesserver/Property
  Property Id=LYRISUSER Hidden=yesuser/Property
  Property Id=LYRISPASSWORD Hidden=yestesting/Property
  Property Id=CYBERSOURCEURL Hidden=yeshttps://myco.ic3.com/
 /Property
  Dialog Id=PropertiesDlg Width=290 Height=390
 Title=[ProductName] [ProductVersion] $(var.Configuration)
 NoMinimize=yes
Control Id=Title Type=Text X=15 Y=6 Width=200 Height=15
 Transparent=yes NoPrefix=yes Text=Ready to Install /
Control Id=ComputerNameLabel Type=Text X=15 Y=26 Width=80
 Height=15 Transparent=yes NoPrefix=yes Text=Computer Name /
Control Id=ComputerNameEdit Type=Edit X=114 Y=22
 Width=150
 Height=18 Property=FULLYQUALIFIEDCOMPUTERNAME /
Control Id=UserLabel Type=Text X=15 Y=46 Width=80
 Height=15 Transparent=yes NoPrefix=yes Text=User /
Control Id=UserEdit Type=Edit X=114 Y=42 Width=150
 Height=18 Property=SERVICEUSER /
Control Id=PasswordLabel Type=Text X=15 Y=66 Width=80
 Height=15 Transparent=yes NoPrefix=yes Text=Password /
Control Id=PasswordEdit Type=Edit X=114 Y=62 Width=150
 Height=18 Property=SERVICEPASSWORD Password=yes /
Control Id=SqlServerLabel Type=Text X=15 Y=86 Width=100
 Height=15 Transparent=yes NoPrefix=yes Text=BuySeasons Sql Server
 /
Control Id=SqlServerEdit Type=Edit X=114 Y=82 Width=150
 Height=18 Property=SQLSERVER /
Control Id=TransactionsSqlServerLabel Type=Text X=15 Y=106
 Width=100 Height=15 Transparent=yes NoPrefix=yes Text=Transactions
 Sql Server /
Control Id=TransactionsSqlServerEdit Type=Edit X=114 Y=102
 Width=150 Height=18 Property=TRANSACTIONSSQLSERVER /
Control Id=ShippingSqlServerLabel Type=Text X=15 Y=126
 Width=100 Height=15 Transparent=yes NoPrefix=yes Text=Shipping Sql
 Server /
Control Id=ShippingSqlServerEdit Type=Edit X=114 Y=122
 Width=150 Height=18 Property=SHIPPINGSERVER /
Control Id=ReplicatedTransactionsSqlServerLabel Type=Text
 X=15
 Y=146 Width=100 Height=15 Transparent=yes NoPrefix=yes
 Text=Replicated Sql Server /
Control Id=ReplicatedTransactionsSqlServerEdit 

Re: [WiX-users] Problem with RemoveExistingProducts action

2011-02-24 Thread Igor Lemsky
It seems that I dont break component rules... I just add new component into
existing feature and trying to upgrade.
Besides I put it after InstallInitialize, but now take another problem. If
some of dlls will have lower version - it deleted during upgrade.
If product version 2.0 have bbb.dll version 1.5, and product version 2.1
have dll version 1.0 - it just erase it during upgrade!
As I understand it must leave bbb.dll version 1.5...


On Tue, Feb 22, 2011 at 9:13 PM, James Johnston johnst...@inn-soft.comwrote:

 In that case you have to be following component rules.  See
 http://www.joyofsetup.com/2008/12/30/paying-for-upgrades/  Also with your
 placement, if the old version fails to uninstall then the user will have
 both old  new versions installed - something to keep in mind.

 Try putting it after InstallInitialize.  The old version will be
 uninstalled
 first before anything new is installed.  If the install of the new product
 fails then the rollback will restore the old version.

 If you use DIFxApp for driver installs then it needs to be put between
 InstallValidate and InstallInitialize due to a bug in DIFxApp.  In that
 case
 a failed install of the new product but after the successful uninstall of
 the old product will leave the computer with no product installed at all.
  I
 think that must be a good place to put it if there are buggy custom actions
 and component rules aren't being well-followed.

 James

 -Original Message-
 From: Igor Lemsky [mailto:igor.lem...@gmail.com]
 Sent: Tuesday, February 22, 2011 06:04
 To: General discussion for Windows Installer XML toolset.
 Subject: [WiX-users] Problem with RemoveExistingProducts action

 I have upgrade scenario for my system from 2.0 version to 2.1 version. I
 have file for example aaa.xml in 2.1 version and no such file in 2.0
 version. It lies in independent component i feature Afeature (it was in 2.0
 also). During install there are no problems: file installs to the right
 location. But during upgrade from 2.0 version it copies and then deleted.
 It seems that RemoveExistingProducts deletes it during uninstall of older
 2.0 product. It planned after InstallFinalize action (the most right place
 as I understand).
 Due to the log Installer unpublish features and the delete files...
 MSI (s) (DC:B8) [11:54:05:148]: Executing op:

 FileRemove(,FileName=aaa.xml,,ComponentId={369A88EA-F2DD-4124-9560-13E5694E2
 EEB})
 RemoveFiles: File: aaa.xml, folder: C:\Mag\

 I dont understand - what happened? Why it deletes files? May be I didnt
 configured installer correctly? But how?

 
 --
 Index, Search  Analyze Logs and other IT data in Real-Time with Splunk
 Collect, index and harness all the fast moving IT data generated by your
 applications, servers and devices whether physical, virtual or in the
 cloud.
 Deliver compliance at lower cost and gain new business insights.
 Free Software Download: http://p.sf.net/sfu/splunk-dev2dev
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users



 --
 Index, Search  Analyze Logs and other IT data in Real-Time with Splunk
 Collect, index and harness all the fast moving IT data generated by your
 applications, servers and devices whether physical, virtual or in the
 cloud.
 Deliver compliance at lower cost and gain new business insights.
 Free Software Download: http://p.sf.net/sfu/splunk-dev2dev
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users

--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] How to issue a netsh http add urlacl url=.. command at install time...

2011-02-24 Thread Dan Vasilov
A custom action will do exactly what you need, but please be aware
your setup users will 
shortly see a command window on the screen.
Are you configuring a WCF-based application? If so, you may want to
ask one of your .NET developers to implement a C#-based custom action to
configure your system.

Dan


-Original Message-
From: Gregg Swanson [mailto:gregg.swan...@microsoft.com] 
Sent: Thursday, February 24, 2011 7:54 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] How to issue a netsh http add urlacl url=.. command
at install time...

What is the recommended technique to use to enter the following command at
install time?

netsh http add urlacl url=https://+:443/EnterpriseService/
user=redmond\edmmtsa


Thanks,
Gregg

--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT
data 
generated by your applications, servers and devices whether physical,
virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users