Re: [WiX-users] ComponentGroup/@Directory - components inheriting directory targeted for future release?

2012-05-24 Thread Rob Mensching
The ComponentGroup/@Directory will not jump a reference. Today,
everywhere I can think of, the inheritance only flows the actual element
parent/child relationships.

On Wed, May 23, 2012 at 2:35 PM, Nick Ramirez nickra...@hotmail.com wrote:

 The default WiX setup project template in WiX 3.6 generates a
 ComponentGroup
 element with a Directory attribute on it. An early post by Rob says that
 this attribute is meant to be inherited by any child components:

 What I was thinking about was the ability to do ComponentGroup/@Directory,
 which all the contained Components would inherit. Thoughts?


 For me, the compile complains if I try this. I still have to either enclose
 my components in a DirectoryRef or add a Directory attribute to each
 component. If I don't, I get:

 The Component/@Directory attribute was not found; it is required.

 Is the ComponentGroup/@Directory for a future release?

 Example (compiler error):

 ComponentGroup Id=ProductComponents Directory=INSTALLFOLDER
ComponentRef Id=CMP_AppToInstall.exe/
 /ComponentGroup

 Component Id=CMP_AppToInstall.exe
 Guid={063058E1-9AE4-4D7F-BC18-E33CFD46FCBC}
File  Id=FILE_AppToInstall.exe
Source=$(var.SourceFolder)AppToInstall.exe
KeyPath=yes /
 /Component

 --
 View this message in context:
 http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/ComponentGroup-Directory-components-inheriting-directory-targeted-for-future-release-tp7574202.html
 Sent from the wix-users mailing list archive at Nabble.com.


 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users




-- 
virtually, Rob Mensching - http://RobMensching.com LLC
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Burn errors

2012-05-24 Thread Rob Mensching
What version of Burn are you using? Those sound like old errors that I
think were fixed in more recent builds of Burn. The security ID issue could
be a problem if they mucked up the permissions of %ProgramData% or certain
parts of the registry.

The full line from the log file would probably help. smile/

On Wed, May 23, 2012 at 3:01 PM, Kelly Graus kelly.gr...@toltech.netwrote:

 Hello all,

 I am seeing a couple different errors on a customers machine when running
 a burn based setup.  The setup is about as simple as you can get - the
 bootstrapper just wraps a single MSI.

 Initially the customer was getting the following error:  0x800705ib -
 This security ID may not be assigned as the owner of this object.

 Then the customer changed something related to permissions (their
 computer is run by an IT group, and they wouldn't give us more details than
 that).

 After the change, he then received the following error: 0x800700e8 - The
 pipe is being closed.  He passed along a screenshot of the log file (I
 have no idea why he couldn't send the actual log file, but anyway, see
 attached).

 Having him install the MSI file without the bootstrapper worked,
 although it's not something we want to do if we can help it.

 So my question is: Without any additional information, can anyone shed
 some light on the situation?  I realize that I don't have much to go on
 (since this is a customers machine I don't have access to it, and we
 haven't been able to duplicate the problem on any of our machines).

 If it helps I can pass along any of the .wxs files.

 Thanks for any help!

 Kelly


 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users




-- 
virtually, Rob Mensching - http://RobMensching.com LLC
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Specifying a default directory in the standard bundle

2012-05-24 Thread Rob Mensching
1. Options page is populated from an InstallFolder Variable.

2. Add the Windows Installer package as a package in your Chain.

On Wed, May 23, 2012 at 9:56 PM, Sean Farrow
sean.far...@seanfarrow.co.ukwrote:

 Hi:
 I'm trying to move a product I'm involved with to a burn bundle.
 I using the non-managed bootstrapper-I'm not actually specifying a
 bootstrapper in my bundle.
 What I need to do is specify a default installation directory for this
 bundle. How do I go about doing this?
 When I click options it seems as if the directory isn't populated from the
 msi.
 Also I need to install Windows Installer as a prereq, what is the best way
 of doing this if I'm not using the managed boosstrapper.
 Regards
 Sean.


 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users




-- 
virtually, Rob Mensching - http://RobMensching.com LLC
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Question : Copy file to current user folder

2012-05-24 Thread Daniel DA COSTA
Thank you your solution works.

My problem is solved

-- 

Daniel DA COSTA

Service Informatique
53, rue La Fayette
75009 Paris
Tél : 01 78 09 82 52
___
Ce message est exclusivement destiné aux personnes dont le nom figure 
ci-dessus. Il peut contenir des informations confidentielles dont la 
divulgation est à ce titre rigoureusement interdite. 
Dans l'hypothèse où vous auriez reçu ce message par erreur, merci de le 
renvoyer à l'adresse e-mail ci-dessus. 
This message is intended for the above-mentioned addresses only. It may contain 
confidential information the review, dissemination or disclosure of which is 
strictly prohibited. 
Should you receive this message in error, please return it to the e-mail 
address indicated above.



Le mercredi 23 mai 2012 à 17:31 +0100, Peter Shirtcliffe a écrit :

 Remove the registrysearch and add
 
 SetDirectory Id=HOMEPATH Value=[%HOMEDRIVE][%HOMEPATH] /
 
 -Original Message-
 From: Daniel DA COSTA [mailto:d.daco...@eca-assurances.com] 
 Sent: 23 May 2012 16:21
 To: wix-users@lists.sourceforge.net
 Subject: [WiX-users] Question : Copy file to current user folder
 
 Hi,
 
 I need to copy files from the current directory of the user.
 I use the registrySearch to get the variable environement HOMEPATH
 
 Property Id=HOMEPATH
RegistrySearch Id=HomePathRegistrySearch
 Type=raw Root=HKCU
 Key=Volatile Environment Name=HOMEPATH / /Property  Directory
 Id=HOMEPATH
 
 File .../
 /Directory  
 
 But when i excute the .msi, i have this message Could not access network
 \Documents and Settings\ddacosta
 
 Or come to this error and how I can solve it.
 
 
 Thank you in advance for the help you can provide me.
 
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] WIX regsvr32 with XP

2012-05-24 Thread Rob Hamflett
Have you tried running regsvr32 on the DLL directly on an XP machine? 
I've seen issues with DLLs where the developer is using a Windows 7 
machine and has unknowingly used an API call that's just not available 
on XP.


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Burn errors

2012-05-24 Thread Pally Sandher
Kelly I saw those same errors a while back which were caused by our AV 
(Symantec Endpoint Protection v12) heuristic detection blocking Burn from 
extracting stuff from itself when it was unsigned. We reported it to Symantec 
but other AV products may have similar issues.
Have you tried signing your Bundle  MSI? This fixed it for me before Symantec 
updated their heuristic detection engine to be a little less overzealous.

Palbinder Sandher 
Software Platform Engineer 
T: +44 (0) 141 945 8500
F: +44 (0) 141 945 8501
http://www.iesve.com 

**Design, Simulate + Innovate with the Virtual Environment** 
Integrated Environmental Solutions Limited. Registered in Scotland No. SC151456
Registered Office - Helix Building, West Of Scotland Science Park, Glasgow G20 
0SP
Email Disclaimer 



-Original Message-
From: Rob Mensching [mailto:r...@robmensching.com] 
Sent: 24 May 2012 07:34
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Burn errors

What version of Burn are you using? Those sound like old errors that I
think were fixed in more recent builds of Burn. The security ID issue could
be a problem if they mucked up the permissions of %ProgramData% or certain
parts of the registry.

The full line from the log file would probably help. smile/

On Wed, May 23, 2012 at 3:01 PM, Kelly Graus kelly.gr...@toltech.netwrote:

 Hello all,

 I am seeing a couple different errors on a customers machine when running
 a burn based setup.  The setup is about as simple as you can get - the
 bootstrapper just wraps a single MSI.

 Initially the customer was getting the following error:  0x800705ib -
 This security ID may not be assigned as the owner of this object.

 Then the customer changed something related to permissions (their
 computer is run by an IT group, and they wouldn't give us more details than
 that).

 After the change, he then received the following error: 0x800700e8 - The
 pipe is being closed.  He passed along a screenshot of the log file (I
 have no idea why he couldn't send the actual log file, but anyway, see
 attached).

 Having him install the MSI file without the bootstrapper worked,
 although it's not something we want to do if we can help it.

 So my question is: Without any additional information, can anyone shed
 some light on the situation?  I realize that I don't have much to go on
 (since this is a customers machine I don't have access to it, and we
 haven't been able to duplicate the problem on any of our machines).

 If it helps I can pass along any of the .wxs files.

 Thanks for any help!

 Kelly


 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users




-- 
virtually, Rob Mensching - http://RobMensching.com LLC
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] WIX regsvr32 with XP

2012-05-24 Thread Pally Sandher
http://wix.sourceforge.net/manual-wix3/heat.htm

Palbinder Sandher 
Software Platform Engineer 
T: +44 (0) 141 945 8500
F: +44 (0) 141 945 8501
http://www.iesve.com 

**Design, Simulate + Innovate with the Virtual Environment** 
Integrated Environmental Solutions Limited. Registered in Scotland No. SC151456
Registered Office - Helix Building, West Of Scotland Science Park, Glasgow G20 
0SP
Email Disclaimer 

-Original Message-
From: Jelani Jackson [mailto:jelani.jack...@powerdms.com] 
Sent: 23 May 2012 22:50
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] WIX regsvr32 with XP

I only put the [] in to take out company information and I is heat only
available by using the command prompt?

Jelani Jackson
Junior Software Developer
jelani.jack...@powerdms.com
(800) 749-5104, x 6035

www.powerdms.com

LEGAL DISCLAIMER
The information transmitted is intended solely for the individual or
entity to which it is addressed and may contain confidential and/or
privileged material. Any review, retransmission, dissemination or other
use of or taking action in reliance upon this information by persons or
entities other than the intended recipient is prohibited. If you have
received this email in error please contact the sender and delete the
material from any computer.

-Original Message-
From: Wilson, Phil [mailto:phil.wil...@invensys.com]
Sent: Wednesday, May 23, 2012 5:38 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] WIX regsvr32 with XP

Regsvr32 didn't work, that's the point. Maybe it couldn't find your file.
: C:\Program Files\[Product Information]\, looks wrong to me, because [ ]
implies a Windows Installer property, but not with that space in the
middle.

The point of the tools like heat is that you don't need to run code at
install time - it's the weakest link. Extract it all with heat and you
don't need to run anything else.


Phil W

-Original Message-
From: Jelani Jackson [mailto:jeljac...@gmail.com]
Sent: Wednesday, May 23, 2012 1:27 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] WIX regsvr32 with XP

Thank you for the feedback. I'm not necessarily certain how to go about
doing that since I am developing the wix installer with visual studio.
Also here is the error that I am getting

Event Type: Error
Event Source: MsiInstaller
Event Category: None
Event ID: 11722
Date: 5/23/2012
Time: 4:17:12 PM
User: VIRTUALXP-52160\XPMUser
Computer: VIRTUALXP-52160
Description:
Product: [Product] -- Error 1722. There is a problem with this Windows
Installer package. A program run as part of the setup did not finish as
expected. Contact your support personnel or package vendor.  Action
RegisterPlugin, location: C:\Program Files\[Product Information]\,
command:
regsvr32.exe /s C:\Program Files\[Product Information].dll

For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
Data:
: 7b 36 46 30 44 39 41 38   {6F0D9A8
0008: 41 2d 34 39 37 34 2d 34   A-4974-4
0010: 30 37 41 2d 42 34 42 33   07A-B4B3
0018: 2d 37 31 31 32 37 43 39   -71127C9
0020: 46 46 34 38 30 7d FF480}


On Wed, May 23, 2012 at 3:02 PM, Wilson, Phil
phil.wil...@invensys.comwrote:

 WiX has a tool for extracting COM information, it's harvested using
 heat.exe. Even if you wanted to have the Dll self-register you don't
 need to do that by running regsvr32 because Windows Installer has a
 SelfReg table, just get your Dll in there.

 Developers often think that installs work using the same tools as used
 during development. You don't need regsv32 to do registration (or
 regasm), you don't install assemblies in the GAC with GacUtil, and you
 don't need InstallUtil to install services etc.

 Phil W

 -Original Message-
 From: Jelani Jackson [mailto:jeljac...@gmail.com]
 Sent: Wednesday, May 23, 2012 11:28 AM
 To: wix-users@lists.sourceforge.net
 Subject: [WiX-users] WIX regsvr32 with XP

 Hello all I am currently working on an installer which works for
 Windows Vista and Windows 7. When it comes to Windows XP on the other
 hand I receive the error code 1722. I logged the installation process
 and found that the error occurred when the command regsvr32 is ran for
 a particular dll (the only time regsvr32 is actually called). Any
 insight would be a great help.

 --
 
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond.
 Discussions will include endpoint security, mobile security and the
 latest in malware threats.
 http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users


 *** Confidentiality Notice: This e-mail, including any 

Re: [WiX-users] WIX regsvr32 with XP

2012-05-24 Thread Jelani Jackson
Yes I have, when I run regsvr32 on XP I get LoadLibrary(the dll I'm using)
failed - The specified module could not be found

On Thu, May 24, 2012 at 3:18 AM, Rob Hamflett rob_hamfl...@sn.scee.netwrote:

 Have you tried running regsvr32 on the DLL directly on an XP machine?
 I've seen issues with DLLs where the developer is using a Windows 7
 machine and has unknowingly used an API call that's just not available
 on XP.



 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] WIX regsvr32 with XP

2012-05-24 Thread Pally Sandher
Sounds like either as Rob says an API call which doesn't exist on XP or a 
missing dependency (essentially the same thing).
Open your DLL in dependency walker on XP  see what it says.
Once you get it registering manually, use heat to register it the proper way in 
your MSI.

Palbinder Sandher 
Software Platform Engineer 
T: +44 (0) 141 945 8500
F: +44 (0) 141 945 8501
http://www.iesve.com 

**Design, Simulate + Innovate with the Virtual Environment** 
Integrated Environmental Solutions Limited. Registered in Scotland No. SC151456
Registered Office - Helix Building, West Of Scotland Science Park, Glasgow G20 
0SP
Email Disclaimer 



-Original Message-
From: Jelani Jackson [mailto:jeljac...@gmail.com] 
Sent: 24 May 2012 13:01
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] WIX regsvr32 with XP

Yes I have, when I run regsvr32 on XP I get LoadLibrary(the dll I'm using)
failed - The specified module could not be found

On Thu, May 24, 2012 at 3:18 AM, Rob Hamflett rob_hamfl...@sn.scee.netwrote:

 Have you tried running regsvr32 on the DLL directly on an XP machine?
 I've seen issues with DLLs where the developer is using a Windows 7
 machine and has unknowingly used an API call that's just not available
 on XP.



 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] WIX regsvr32 with XP

2012-05-24 Thread Jelani Jackson
I opened the dll with dependency walker and this is the error that I
received

Error: At least one required implicit or forwarded dependency was not found.
Warning: At least one delay-load dependency module was not found.
Warning: At least one module has an unresolved import due to a missing
export function in a delay-load dependent module.

On Thu, May 24, 2012 at 9:15 AM, Pally Sandher pally.sand...@iesve.comwrote:

 Sounds like either as Rob says an API call which doesn't exist on XP or a
 missing dependency (essentially the same thing).
 Open your DLL in dependency walker on XP  see what it says.
 Once you get it registering manually, use heat to register it the proper
 way in your MSI.

 Palbinder Sandher
 Software Platform Engineer
 T: +44 (0) 141 945 8500
 F: +44 (0) 141 945 8501
 http://www.iesve.com

 **Design, Simulate + Innovate with the Virtual Environment**
 Integrated Environmental Solutions Limited. Registered in Scotland No.
 SC151456
 Registered Office - Helix Building, West Of Scotland Science Park, Glasgow
 G20 0SP
 Email Disclaimer



 -Original Message-
 From: Jelani Jackson [mailto:jeljac...@gmail.com]
 Sent: 24 May 2012 13:01
 To: General discussion for Windows Installer XML toolset.
 Subject: Re: [WiX-users] WIX regsvr32 with XP

 Yes I have, when I run regsvr32 on XP I get LoadLibrary(the dll I'm using)
 failed - The specified module could not be found

 On Thu, May 24, 2012 at 3:18 AM, Rob Hamflett rob_hamfl...@sn.scee.net
 wrote:

  Have you tried running regsvr32 on the DLL directly on an XP machine?
  I've seen issues with DLLs where the developer is using a Windows 7
  machine and has unknowingly used an API call that's just not available
  on XP.
 
 
 
 
 --
  Live Security Virtual Conference
  Exclusive live event will cover all the ways today's security and
  threat landscape has changed and how IT managers can respond. Discussions
  will include endpoint security, mobile security and the latest in malware
  threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
  ___
  WiX-users mailing list
  WiX-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/wix-users
 

 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users




 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] WIX regsvr32 with XP

2012-05-24 Thread Jelani Jackson
There are 3 files the that give an error opening a file they are:
MSVCP100.DLL
MSVCR100.DLL
MSJAVA.DLL

On Thu, May 24, 2012 at 9:56 AM, Jelani Jackson jeljac...@gmail.com wrote:

 I opened the dll with dependency walker and this is the error that I
 received

 Error: At least one required implicit or forwarded dependency was not
 found.
 Warning: At least one delay-load dependency module was not found.
 Warning: At least one module has an unresolved import due to a missing
 export function in a delay-load dependent module.

 On Thu, May 24, 2012 at 9:15 AM, Pally Sandher pally.sand...@iesve.comwrote:

 Sounds like either as Rob says an API call which doesn't exist on XP or a
 missing dependency (essentially the same thing).
 Open your DLL in dependency walker on XP  see what it says.
 Once you get it registering manually, use heat to register it the proper
 way in your MSI.

 Palbinder Sandher
 Software Platform Engineer
 T: +44 (0) 141 945 8500
 F: +44 (0) 141 945 8501
 http://www.iesve.com

 **Design, Simulate + Innovate with the Virtual Environment**
 Integrated Environmental Solutions Limited. Registered in Scotland No.
 SC151456
 Registered Office - Helix Building, West Of Scotland Science Park,
 Glasgow G20 0SP
 Email Disclaimer



 -Original Message-
 From: Jelani Jackson [mailto:jeljac...@gmail.com]
 Sent: 24 May 2012 13:01
 To: General discussion for Windows Installer XML toolset.
 Subject: Re: [WiX-users] WIX regsvr32 with XP

 Yes I have, when I run regsvr32 on XP I get LoadLibrary(the dll I'm using)
 failed - The specified module could not be found

 On Thu, May 24, 2012 at 3:18 AM, Rob Hamflett rob_hamfl...@sn.scee.net
 wrote:

  Have you tried running regsvr32 on the DLL directly on an XP machine?
  I've seen issues with DLLs where the developer is using a Windows 7
  machine and has unknowingly used an API call that's just not available
  on XP.
 
 
 
 
 --
  Live Security Virtual Conference
  Exclusive live event will cover all the ways today's security and
  threat landscape has changed and how IT managers can respond.
 Discussions
  will include endpoint security, mobile security and the latest in
 malware
  threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
  ___
  WiX-users mailing list
  WiX-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/wix-users
 

 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users




 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users



--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Issues with Burn (WiX v3.6.2921.0)

2012-05-24 Thread Pally Sandher
Slipstreaming MSP's logs:
http://upload.iesve.com/downloads/burn_issues/shared_content_clean_install_burn.log
http://upload.iesve.com/downloads/burn_issues/shared_content_clean_install_msi.log
 - this is where it sticks with the Install button that does nothing when 
clicked no matter how long you leave it (only Cancel actually does anything at 
this point).
http://upload.iesve.com/downloads/burn_issues/shared_content_major_upgrade_burn.log
http://upload.iesve.com/downloads/burn_issues/shared_content_major_upgrade_msi.log

Clicking the Install button when Burn is attempting to Uninstall does 
actually run an uninstall successfully.
http://upload.iesve.com/downloads/burn_issues/uninstall_burn.log 
http://upload.iesve.com/downloads/burn_issues/uninstall_msi.log
However Bob you're incorrect, WiXUI perfectly supports indirect uninstall with 
full UI. You can run the MSI you used to install the product  you'll get that 
button saying Uninstall and the rest of the prompts labelled accordingly. 
It's only when run by Burn it appears to get confused so I can only assume Burn 
is doing something differently in this case.
I agree though it should run as per ARP with the /x  /qb options by default to 
be consistent. 

I'll log the .NET 4.0 issue as a bug on SourceForge. Do you want either of the 
other 2 issues logged?

Thanks for looking into these issues Bob.

Palbinder Sandher 
Software Platform Engineer 
T: +44 (0) 141 945 8500
F: +44 (0) 141 945 8501
http://www.iesve.com 

**Design, Simulate + Innovate with the Virtual Environment** 
Integrated Environmental Solutions Limited. Registered in Scotland No. SC151456
Registered Office - Helix Building, West Of Scotland Science Park, Glasgow G20 
0SP
Email Disclaimer 



-Original Message-
From: Bob Arnson [mailto:b...@joyofsetup.com] 
Sent: 23 May 2012 20:33
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Issues with Burn (WiX v3.6.2921.0)

On 22-May-12 08:22, Pally Sandher wrote:
 1 - Slipstreaming MSP's doesn't work
Likely a bug. Need logs to know for sure.

 Obviously Install isn't what should be happening here. Using the MSI 
 directly (circumventing Burn) will bring up the Uninstall process as expected.
What happens if you click Install? WixUI doesn't have anything to 
support this case of indirect uninstall with full UI -- ARP and /x use 
basic UI. I'll work on making Burn do that too.

 [0AF4:0AB4][2012-05-22T13:04:26]: Error 0x80070667: Process returned error: 
 0x667
This actually works on XP but fails on Win7. Definitely a bug, probably 
in the .NET chainer, that we'll have to work around somehow.

-- 
sig://boB
http://joyofsetup.com/


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] WiX feature determination problem

2012-05-24 Thread Christopher Williams



Hi All,
 
Please help with the WiX problem described below.   
 
Using VS2010 ultimate, I made an installer with four features based on the WiX 
Mondo UI .  On installation or removal, a dialog should appear to reguest 
additional information if the user selects one or both of two particular 
features.  So far this works correctly if the user selects a full install or 
complete removal.  However, if the feature is being installed or removed 
(Changed) after an initial install, the dialog does not appear.
 
I have copied and modified the VerifyReadyDlg to spawn my own dialog when 
certain conditions are met.  As mentioned before, the action works as expected 
for the Complete and Remove controls.  However, nothing happens for the 
Change control.  I have even removed the conditions for my dialog appearing 
inside the Change control and still the dialog does not appear.  It seems as 
if the installer NEVER executes this portion of code.
 
I need help to figure out if a specific feature is being Changed during a 
custom install.  So far I have made use of the !SelectedFeature and  
amp;SelectedFeature to determine the installed state and action state of the 
SelectedFeature.  I'm not sure this is the problem since it appears that the 
Change portion of the code is not being executed.  Is there a more practical 
way to solve my problem?  Thanks for any assistance you can give.
 
 
Regards,
Chris (WiX newbie). PS. I haveincluded a portion of the modified WiX dialog
xml version=1.0 encoding=UTF-8?
!--
Copyright (c) Microsoft Corporation.  All rights reserved.

The use and distribution terms for this software are covered by the
Common Public License 1.0 (http://opensource.org/licenses/cpl1.0.php)
which can be found in the file CPL.TXT at the root of this distribution.
By using this software in any fashion, you are agreeing to be bound by
the terms of this license.

You must not remove this notice, or any other, from this software.
--
Wix xmlns=http://schemas.microsoft.com/wix/2006/wi;
Fragment
UI
Dialog Id=VerifyReadyDlg Width=370 Height=270 
Title=!(loc.VerifyReadyDlg_Title) TrackDiskSpace=yes
Control Id=Install Type=PushButton ElevationShield=yes 
X=212 Y=243 Width=80 Height=17 Default=yes Hidden=yes 
Disabled=yes Text=!(loc.VerifyReadyDlgInstall)
Condition Action=showNOT Installed AND 
ALLUSERS/Condition
Condition Action=enableNOT Installed/Condition
Condition Action=defaultNOT Installed/Condition
Publish Event=EndDialog 
Value=Return![CDATA[OutOfDiskSpace  1]]/Publish
Publish Event=SpawnDialog 
Value=OutOfRbDiskDlgOutOfDiskSpace = 1 AND OutOfNoRbDiskSpace = 0 AND 
(PROMPTROLLBACKCOST=P OR NOT PROMPTROLLBACKCOST)/Publish
Publish Event=EndDialog Value=ReturnOutOfDiskSpace = 
1 AND OutOfNoRbDiskSpace = 0 AND PROMPTROLLBACKCOST=D/Publish
Publish Event=EnableRollback 
Value=FalseOutOfDiskSpace = 1 AND OutOfNoRbDiskSpace = 0 AND 
PROMPTROLLBACKCOST=D/Publish
Publish Event=SpawnDialog 
Value=OutOfDiskDlg(OutOfDiskSpace = 1 AND OutOfNoRbDiskSpace = 1) OR 
(OutOfDiskSpace = 1 AND PROMPTROLLBACKCOST=F)/Publish
Publish Event=NewDialog Value=DBCredentialsDlgNOT 
Installed AND ((amp;InstallDatabase = 3) OR (amp;InstallArchiveDatabase = 
3))/Publish
/Control
Control Id=InstallNoShield Type=PushButton 
ElevationShield=no X=212 Y=243 Width=80 Height=17 Default=yes 
Hidden=yes Disabled=yes Text=!(loc.VerifyReadyDlgInstall)
Condition Action=showNOT Installed AND NOT 
ALLUSERS/Condition
Condition Action=enableNOT Installed/Condition
Condition Action=defaultNOT Installed/Condition
Publish Event=EndDialog 
Value=Return![CDATA[OutOfDiskSpace  1]]/Publish
Publish Event=SpawnDialog 
Value=OutOfRbDiskDlgOutOfDiskSpace = 1 AND OutOfNoRbDiskSpace = 0 AND 
(PROMPTROLLBACKCOST=P OR NOT PROMPTROLLBACKCOST)/Publish
Publish Event=EndDialog Value=ReturnOutOfDiskSpace = 
1 AND OutOfNoRbDiskSpace = 0 AND PROMPTROLLBACKCOST=D/Publish
Publish Event=EnableRollback 
Value=FalseOutOfDiskSpace = 1 AND OutOfNoRbDiskSpace = 0 AND 
PROMPTROLLBACKCOST=D/Publish
Publish Event=SpawnDialog 
Value=OutOfDiskDlg(OutOfDiskSpace = 1 AND OutOfNoRbDiskSpace = 1) OR 
(OutOfDiskSpace = 1 AND PROMPTROLLBACKCOST=F)/Publish
/Control
Control Id=Change Type=PushButton ElevationShield=yes 
X=212 Y=243 Width=80 Height=17 Default=yes Hidden=yes 
Disabled=yes Text=!(loc.VerifyReadyDlgChange)
Condition Action=showWixUI_InstallMode = Change AND 
ALLUSERS AND (ADDLOCAL OR REMOVE)/Condition
Condition Action=enableWixUI_InstallMode = 
Change/Condition
  

[WiX-users] Selected features of a CustomizeDlg

2012-05-24 Thread Hans ter Horst
Hello,
I have successfully added my own dialogue to what would normally be the *
WixUI_FeatureTree* user interface but I do have a problem finding out *what
*features have been selected in the *CustomizeDlg *dialogue. I do need to
call different custom actions depending on what has been selected. Could
you point me to an example?

Thanks,

Hans

-- 
http://monochrome.me.uk/blog/
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] WIX regsvr32 with XP

2012-05-24 Thread Mike Schlueter
It sounds like you're missing the VS 2010 redistributables on the  XP 
system. 

Mike Schlueter
Software Engineer
Phoenix Contact USA
Ann Arbor, MI
(734)205-5410
mschlue...@phoenixcon.com




From:   Jelani Jackson jeljac...@gmail.com
To: General discussion for Windows Installer XML toolset. 
wix-users@lists.sourceforge.net, 
Date:   05/24/2012 10:03 AM
Subject:Re: [WiX-users] WIX regsvr32 with XP



There are 3 files the that give an error opening a file they are:
MSVCP100.DLL
MSVCR100.DLL
MSJAVA.DLL

On Thu, May 24, 2012 at 9:56 AM, Jelani Jackson jeljac...@gmail.com 
wrote:

 I opened the dll with dependency walker and this is the error that I
 received

 Error: At least one required implicit or forwarded dependency was not
 found.
 Warning: At least one delay-load dependency module was not found.
 Warning: At least one module has an unresolved import due to a missing
 export function in a delay-load dependent module.

 On Thu, May 24, 2012 at 9:15 AM, Pally Sandher 
pally.sand...@iesve.comwrote:

 Sounds like either as Rob says an API call which doesn't exist on XP or 
a
 missing dependency (essentially the same thing).
 Open your DLL in dependency walker on XP  see what it says.
 Once you get it registering manually, use heat to register it the 
proper
 way in your MSI.

 Palbinder Sandher
 Software Platform Engineer
 T: +44 (0) 141 945 8500
 F: +44 (0) 141 945 8501
 http://www.iesve.com

 **Design, Simulate + Innovate with the Virtual Environment**
 Integrated Environmental Solutions Limited. Registered in Scotland No.
 SC151456
 Registered Office - Helix Building, West Of Scotland Science Park,
 Glasgow G20 0SP
 Email Disclaimer



 -Original Message-
 From: Jelani Jackson [mailto:jeljac...@gmail.com]
 Sent: 24 May 2012 13:01
 To: General discussion for Windows Installer XML toolset.
 Subject: Re: [WiX-users] WIX regsvr32 with XP

 Yes I have, when I run regsvr32 on XP I get LoadLibrary(the dll I'm 
using)
 failed - The specified module could not be found

 On Thu, May 24, 2012 at 3:18 AM, Rob Hamflett rob_hamfl...@sn.scee.net
 wrote:

  Have you tried running regsvr32 on the DLL directly on an XP machine?
  I've seen issues with DLLs where the developer is using a Windows 7
  machine and has unknowingly used an API call that's just not 
available
  on XP.
 
 
 
 
 
--
  Live Security Virtual Conference
  Exclusive live event will cover all the ways today's security and
  threat landscape has changed and how IT managers can respond.
 Discussions
  will include endpoint security, mobile security and the latest in
 malware
  threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
  ___
  WiX-users mailing list
  WiX-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/wix-users
 

 
--
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. 
Discussions
 will include endpoint security, mobile security and the latest in 
malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users




 
--
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. 
Discussions
 will include endpoint security, mobile security and the latest in 
malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users



--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/

Re: [WiX-users] Issues with Burn (WiX v3.6.2921.0)

2012-05-24 Thread Bob Arnson
On 24-May-12 10:02, Pally Sandher wrote:
 However Bob you're incorrect, WiXUI perfectly supports indirect uninstall 
 with full UI. You can run the MSI you used to install the product  you'll 
 get that button saying Uninstall and the rest of the prompts labelled 
 accordingly.
That's maintenance mode -- the user has to then choose Uninstall (or 
Repair or Modify). What I was talking about is specifying that you want 
an uninstall from the command line but still go through the full UI 
sequence, essentially: msiexec /i foo.msi REMOVE=ALL. Try that, you'll 
get the same ResumeDlg you were getting from Burn.

 I agree though it should run as per ARP with the /x  /qb options by default 
 to be consistent.
I'm running it with no UI. I started with basic UI but it looked pretty 
silly with two progress bars.

 I'll log the .NET 4.0 issue as a bug on SourceForge. Do you want either of 
 the other 2 issues logged?
Please log the slipstreaming bug. I already have the UI bug fixed, so 
file that if you want. AFAIK, neither of us gets paid per bug, so...g

-- 
sig://boB
http://joyofsetup.com/


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] ComponentGroup/@Directory - components inheriting directory targeted for future release?

2012-05-24 Thread Nick Ramirez
That makes perfect sense then. To use the Directory attribute feature, I will
just have to nest the components inside of the ComponentGroup. With so many
ways to arrange these elements, I wonder which way is the cleanest or most
readable or most maintainable.

--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/ComponentGroup-Directory-components-inheriting-directory-targeted-for-future-release-tp7574202p7575191.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Selected features of a CustomizeDlg

2012-05-24 Thread Nick Ramirez
You can put an ampersand in front of the name of the feature to check its
action state. There's some more info about it here:

http://wix.tramontana.co.hu/tutorial/com-expression-syntax-miscellanea/expression-syntax

and here:

http://www.joyofsetup.com/2008/04/09/feature-states-in-component-conditions/


--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Selected-features-of-a-CustomizeDlg-tp7575132p7575219.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Completely suppress any FilesInUse dialogs

2012-05-24 Thread Chris Robison
I've been trying to completely suppress any FilesInUse dialogs from
appearing, because I want to handle it. I've tried
setting MSIRESTARTMANAGERCONTROL=Disable, that seems to prevent restart
manager, which is good. I've also tried creating my own FilesInUse dialog
and setting Hidden=yes, that doesn't suppress it. The only mention online
to success is setting the Attribute column in the Dialog table for
FilesInUse to 0. I haven't found a way to do this in WIX. Does anyone have
any suggestions? I would route around this dialog completely, but it
doesn't look like that is possible.

Chris
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Selected features of a CustomizeDlg

2012-05-24 Thread Pally Sandher
Also it'd be much less convoluted to show your custom dialog before the 
VerifyReadyDlg rather than after and make more a lot more sense to configure 
the installer before the user clicks install rather than after.

Palbinder Sandher 
Software Platform Engineer 
T: +44 (0) 141 945 8500
F: +44 (0) 141 945 8501
http://www.iesve.com 

**Design, Simulate + Innovate with the Virtual Environment** 
Integrated Environmental Solutions Limited. Registered in Scotland No. SC151456
Registered Office - Helix Building, West Of Scotland Science Park, Glasgow G20 
0SP
Email Disclaimer 



-Original Message-
From: Nick Ramirez [mailto:nickra...@hotmail.com] 
Sent: 24 May 2012 16:29
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Selected features of a CustomizeDlg

You can put an ampersand in front of the name of the feature to check its
action state. There's some more info about it here:

http://wix.tramontana.co.hu/tutorial/com-expression-syntax-miscellanea/expression-syntax

and here:

http://www.joyofsetup.com/2008/04/09/feature-states-in-component-conditions/


--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Selected-features-of-a-CustomizeDlg-tp7575132p7575219.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Selected features of a CustomizeDlg

2012-05-24 Thread Christopher Williams




Thanks for your response Nick.  However, I am using the SelectedFeature syntax 
to access the feature action state and the !SelectedFeature syntax to access 
the feature installed state.  My issue is that the installer works perfectly 
for complete initial install and complete removal.  The four features are a 
Windows service, two SQL Server databases and a web application.  In the first 
user case, I install all features and my custom dialog requesting database 
credentials is spawned.  In the second case, I install only the Windows Service 
and/or web application, the dialog is not spawned, nor should it.  However, 
when I choose a custom install to now add the database(s) features, I expect 
the dialog will be spawned but it does not show.   I have removed the 
conditions for the dialog appearing during a Change and still the dialog does 
not show.  It seems that portion of the code is not being executed during the 
change.   If you could refer to the Change control of the VerifyReadyDlg I 
attached to my initial email you will have better picture of what I have done.  
Thanks for any assistance you can offer.  Regards,Chris.Date: Thu, 24 May 
2012 08:25:31 -0700
 From: nickra...@hotmail.com
 To: wix-users@lists.sourceforge.net
 Subject: Re: [WiX-users] Selected features of a CustomizeDlg
 
 You can put an ampersand in front of the name of the feature to check its
 action state. There's some more info about it here:
 
 http://wix.tramontana.co.hu/tutorial/com-expression-syntax-miscellanea/expression-syntax
 
 and here:
 
 http://www.joyofsetup.com/2008/04/09/feature-states-in-component-conditions/
 
 
 --
 View this message in context: 
 http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Selected-features-of-a-CustomizeDlg-tp7575132p7575219.html
 Sent from the wix-users mailing list archive at Nabble.com.
 
 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and 
 threat landscape has changed and how IT managers can respond. Discussions 
 will include endpoint security, mobile security and the latest in malware 
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users

  
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Selected features of a CustomizeDlg

2012-05-24 Thread Christopher Williams

I understand your point, however, the appearance of the dialog is dependent on 
which features are selected during the installation.  Refer to my response to 
Nick's comments for a better expalnation of what I am trying to do.  Thanks. 
Regards,Chris.
  From: pally.sand...@iesve.com
 To: wix-users@lists.sourceforge.net
 Date: Thu, 24 May 2012 15:51:26 +
 Subject: Re: [WiX-users] Selected features of a CustomizeDlg
 
 Also it'd be much less convoluted to show your custom dialog before the 
 VerifyReadyDlg rather than after and make more a lot more sense to configure 
 the installer before the user clicks install rather than after.
 
 Palbinder Sandher 
 Software Platform Engineer 
 T: +44 (0) 141 945 8500
 F: +44 (0) 141 945 8501
 http://www.iesve.com 
 
 **Design, Simulate + Innovate with the Virtual Environment** 
 Integrated Environmental Solutions Limited. Registered in Scotland No. 
 SC151456
 Registered Office - Helix Building, West Of Scotland Science Park, Glasgow 
 G20 0SP
 Email Disclaimer 
 
 
 
 -Original Message-
 From: Nick Ramirez [mailto:nickra...@hotmail.com] 
 Sent: 24 May 2012 16:29
 To: wix-users@lists.sourceforge.net
 Subject: Re: [WiX-users] Selected features of a CustomizeDlg
 
 You can put an ampersand in front of the name of the feature to check its
 action state. There's some more info about it here:
 
 http://wix.tramontana.co.hu/tutorial/com-expression-syntax-miscellanea/expression-syntax
 
 and here:
 
 http://www.joyofsetup.com/2008/04/09/feature-states-in-component-conditions/
 
 
 --
 View this message in context: 
 http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Selected-features-of-a-CustomizeDlg-tp7575132p7575219.html
 Sent from the wix-users mailing list archive at Nabble.com.
 
 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and 
 threat landscape has changed and how IT managers can respond. Discussions 
 will include endpoint security, mobile security and the latest in malware 
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users
 
 
 
 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and 
 threat landscape has changed and how IT managers can respond. Discussions 
 will include endpoint security, mobile security and the latest in malware 
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users
  
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] WIX regsvr32 with XP

2012-05-24 Thread Wilson, Phil
Those top two are Visual C++ 2010 C runtime support Dlls, typically supplied 
with this type of thing: 

http://www.microsoft.com/en-us/download/details.aspx?id=

or with merge modules that came with Visual Studio 2010.  You'll probably need 
a minimum of XP SP3 (see the link, system requirements). 

Phil W 

-Original Message-
From: Jelani Jackson [mailto:jeljac...@gmail.com] 
Sent: Thursday, May 24, 2012 7:03 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] WIX regsvr32 with XP

There are 3 files the that give an error opening a file they are:
MSVCP100.DLL
MSVCR100.DLL
MSJAVA.DLL

On Thu, May 24, 2012 at 9:56 AM, Jelani Jackson jeljac...@gmail.com wrote:

 I opened the dll with dependency walker and this is the error that I 
 received

 Error: At least one required implicit or forwarded dependency was not 
 found.
 Warning: At least one delay-load dependency module was not found.
 Warning: At least one module has an unresolved import due to a missing 
 export function in a delay-load dependent module.

 On Thu, May 24, 2012 at 9:15 AM, Pally Sandher pally.sand...@iesve.comwrote:

 Sounds like either as Rob says an API call which doesn't exist on XP 
 or a missing dependency (essentially the same thing).
 Open your DLL in dependency walker on XP  see what it says.
 Once you get it registering manually, use heat to register it the 
 proper way in your MSI.

 Palbinder Sandher
 Software Platform Engineer
 T: +44 (0) 141 945 8500
 F: +44 (0) 141 945 8501
 http://www.iesve.com

 **Design, Simulate + Innovate with the Virtual Environment** 
 Integrated Environmental Solutions Limited. Registered in Scotland No.
 SC151456
 Registered Office - Helix Building, West Of Scotland Science Park, 
 Glasgow G20 0SP Email Disclaimer



 -Original Message-
 From: Jelani Jackson [mailto:jeljac...@gmail.com]
 Sent: 24 May 2012 13:01
 To: General discussion for Windows Installer XML toolset.
 Subject: Re: [WiX-users] WIX regsvr32 with XP

 Yes I have, when I run regsvr32 on XP I get LoadLibrary(the dll I'm 
 using) failed - The specified module could not be found

 On Thu, May 24, 2012 at 3:18 AM, Rob Hamflett 
 rob_hamfl...@sn.scee.net
 wrote:

  Have you tried running regsvr32 on the DLL directly on an XP machine?
  I've seen issues with DLLs where the developer is using a Windows 7 
  machine and has unknowingly used an API call that's just not 
  available on XP.
 
 
 
 
 -
 -
  Live Security Virtual Conference
  Exclusive live event will cover all the ways today's security and 
  threat landscape has changed and how IT managers can respond.
 Discussions
  will include endpoint security, mobile security and the latest in
 malware
  threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
  ___
  WiX-users mailing list
  WiX-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/wix-users
 

 -
 -
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and 
 threat landscape has changed and how IT managers can respond. 
 Discussions will include endpoint security, mobile security and the 
 latest in malware threats. 
 http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users




 -
 -
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and 
 threat landscape has changed and how IT managers can respond. 
 Discussions will include endpoint security, mobile security and the 
 latest in malware threats. 
 http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users



--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and threat 
landscape has changed and how IT managers can respond. Discussions will include 
endpoint security, mobile security and the latest in malware threats. 
http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
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, 

Re: [WiX-users] Burn errors

2012-05-24 Thread Pally Sandher
I'd recommend using the latest weekly build over RC0 - 
http://wixtoolset.org/releases

If you're still getting those issues after updating I would try it with AV 
disabled to make sure it's not getting in the way.

Palbinder Sandher 
Software Platform Engineer 
T: +44 (0) 141 945 8500
F: +44 (0) 141 945 8501
http://www.iesve.com 

**Design, Simulate + Innovate with the Virtual Environment** 
Integrated Environmental Solutions Limited. Registered in Scotland No. SC151456
Registered Office - Helix Building, West Of Scotland Science Park, Glasgow G20 
0SP
Email Disclaimer 



-Original Message-
From: Kelly Graus [mailto:kelly.gr...@toltech.net] 
Sent: 24 May 2012 18:04
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Burn errors

Thanks for the replies!

Rob: I'm using version 3.6.2221.0.  I'll update to RC0 (the latest as far as I 
can tell) and see if we can get the customer to try again.

Pally: We are signing the bundle, the bundle engine, and the MSI file.  
Hopefully that should take care of any problems with AV.

Kelly

On May 24, 2012, at 3:38 AM, Pally Sandher wrote:

 Kelly I saw those same errors a while back which were caused by our AV 
 (Symantec Endpoint Protection v12) heuristic detection blocking Burn from 
 extracting stuff from itself when it was unsigned. We reported it to Symantec 
 but other AV products may have similar issues.
 Have you tried signing your Bundle  MSI? This fixed it for me before 
 Symantec updated their heuristic detection engine to be a little less 
 overzealous.
 
 Palbinder Sandher 
 Software Platform Engineer 
 T: +44 (0) 141 945 8500
 F: +44 (0) 141 945 8501
 http://www.iesve.com 
 
 **Design, Simulate + Innovate with the Virtual Environment** 
 Integrated Environmental Solutions Limited. Registered in Scotland No. 
 SC151456
 Registered Office - Helix Building, West Of Scotland Science Park, Glasgow 
 G20 0SP
 Email Disclaimer 
 
 
 
 -Original Message-
 From: Rob Mensching [mailto:r...@robmensching.com] 
 Sent: 24 May 2012 07:34
 To: General discussion for Windows Installer XML toolset.
 Subject: Re: [WiX-users] Burn errors
 
 What version of Burn are you using? Those sound like old errors that I
 think were fixed in more recent builds of Burn. The security ID issue could
 be a problem if they mucked up the permissions of %ProgramData% or certain
 parts of the registry.
 
 The full line from the log file would probably help. smile/
 
 On Wed, May 23, 2012 at 3:01 PM, Kelly Graus kelly.gr...@toltech.netwrote:
 
 Hello all,
 
 I am seeing a couple different errors on a customers machine when running
 a burn based setup.  The setup is about as simple as you can get - the
 bootstrapper just wraps a single MSI.
 
 Initially the customer was getting the following error:  0x800705ib -
 This security ID may not be assigned as the owner of this object.
 
 Then the customer changed something related to permissions (their
 computer is run by an IT group, and they wouldn't give us more details than
 that).
 
 After the change, he then received the following error: 0x800700e8 - The
 pipe is being closed.  He passed along a screenshot of the log file (I
 have no idea why he couldn't send the actual log file, but anyway, see
 attached).
 
 Having him install the MSI file without the bootstrapper worked,
 although it's not something we want to do if we can help it.
 
 So my question is: Without any additional information, can anyone shed
 some light on the situation?  I realize that I don't have much to go on
 (since this is a customers machine I don't have access to it, and we
 haven't been able to duplicate the problem on any of our machines).
 
 If it helps I can pass along any of the .wxs files.
 
 Thanks for any help!
 
 Kelly
 
 
 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users
 
 
 
 
 -- 
 virtually, Rob Mensching - http://RobMensching.com LLC
 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and 
 threat landscape has changed and how IT managers can respond. Discussions 
 will include endpoint security, mobile security and the latest in malware 
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users
 
 
 
 

Re: [WiX-users] Specifying a default directory in the standard bundle

2012-05-24 Thread Sean Farrow
Hi: 
Is there any way that InstallFolder could be populated from an msi?
Cheers
Sean.
-Original Message-
From: Rob Mensching [mailto:r...@robmensching.com] 
Sent: 24 May 2012 07:27
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Specifying a default directory in the standard bundle

1. Options page is populated from an InstallFolder Variable.

2. Add the Windows Installer package as a package in your Chain.

On Wed, May 23, 2012 at 9:56 PM, Sean Farrow
sean.far...@seanfarrow.co.ukwrote:

 Hi:
 I'm trying to move a product I'm involved with to a burn bundle.
 I using the non-managed bootstrapper-I'm not actually specifying a 
 bootstrapper in my bundle.
 What I need to do is specify a default installation directory for this 
 bundle. How do I go about doing this?
 When I click options it seems as if the directory isn't populated from 
 the msi.
 Also I need to install Windows Installer as a prereq, what is the best 
 way of doing this if I'm not using the managed boosstrapper.
 Regards
 Sean.


 --
 
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and 
 threat landscape has changed and how IT managers can respond. 
 Discussions will include endpoint security, mobile security and the 
 latest in malware threats. 
 http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users




--
virtually, Rob Mensching - http://RobMensching.com LLC
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and threat 
landscape has changed and how IT managers can respond. Discussions will include 
endpoint security, mobile security and the latest in malware threats. 
http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Selected features of a CustomizeDlg

2012-05-24 Thread Nick Ramirez
I've never got it to work for me to show attachments. Maybe you could paste
the relevant code in? So, when it doesn't show the custom dialogue in
maintenance mode, do you mean that it skips it and goes to the dialogue
after that?

--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Selected-features-of-a-CustomizeDlg-tp7575132p7575646.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Custom MBA, adding extra metadata to the Bootstrapper Application Data

2012-05-24 Thread Hoover, Jacob
Has anyone tried with success to allow dynamic metadata to be included
in a custom managed bootstrapper application? I see how the BalExtension
is doing it via CustomTable and Row elements. I was hoping for a means
to inject arbitrary data into the application data per project using the
same MBA. (I want to define a feature tree and associated properties per
installer instance.)

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] ComponentGroup/@Directory - components inheriting directory targeted for future release?

2012-05-24 Thread Rob Mensching
That decision we did not make for you. smile/

On Thu, May 24, 2012 at 8:03 AM, Nick Ramirez nickra...@hotmail.com wrote:

 That makes perfect sense then. To use the Directory attribute feature, I
 will
 just have to nest the components inside of the ComponentGroup. With so many
 ways to arrange these elements, I wonder which way is the cleanest or most
 readable or most maintainable.

 --
 View this message in context:
 http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/ComponentGroup-Directory-components-inheriting-directory-targeted-for-future-release-tp7574202p7575191.html
 Sent from the wix-users mailing list archive at Nabble.com.


 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users




-- 
virtually, Rob Mensching - http://RobMensching.com LLC
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Specifying a default directory in the standard bundle

2012-05-24 Thread Rob Mensching
I could interpret that question a few different ways. Can you be more
specific about what you want?

On Thu, May 24, 2012 at 11:38 AM, Sean Farrow
sean.far...@seanfarrow.co.ukwrote:

 Hi:
 Is there any way that InstallFolder could be populated from an msi?
 Cheers
 Sean.
 -Original Message-
 From: Rob Mensching [mailto:r...@robmensching.com]
 Sent: 24 May 2012 07:27
 To: General discussion for Windows Installer XML toolset.
 Subject: Re: [WiX-users] Specifying a default directory in the standard
 bundle

 1. Options page is populated from an InstallFolder Variable.

 2. Add the Windows Installer package as a package in your Chain.

 On Wed, May 23, 2012 at 9:56 PM, Sean Farrow
 sean.far...@seanfarrow.co.ukwrote:

  Hi:
  I'm trying to move a product I'm involved with to a burn bundle.
  I using the non-managed bootstrapper-I'm not actually specifying a
  bootstrapper in my bundle.
  What I need to do is specify a default installation directory for this
  bundle. How do I go about doing this?
  When I click options it seems as if the directory isn't populated from
  the msi.
  Also I need to install Windows Installer as a prereq, what is the best
  way of doing this if I'm not using the managed boosstrapper.
  Regards
  Sean.
 
 
  --
  
  Live Security Virtual Conference
  Exclusive live event will cover all the ways today's security and
  threat landscape has changed and how IT managers can respond.
  Discussions will include endpoint security, mobile security and the
  latest in malware threats.
  http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
  ___
  WiX-users mailing list
  WiX-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/wix-users
 



 --
 virtually, Rob Mensching - http://RobMensching.com LLC

 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and threat
 landscape has changed and how IT managers can respond. Discussions will
 include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users


 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users




-- 
virtually, Rob Mensching - http://RobMensching.com LLC
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Specifying a default directory in the standard bundle

2012-05-24 Thread Sean Farrow
Hi: 
Ok, I have a bundle that is going to install either a 32-bit or 64-bit msi 
after installing the windows installer prereq. What I'd ideally like is the 
InstallFolder variable to pick up the install directory from the msi so going 
down from either program files/program files64--perhaps use this as a default, 
and make this user configurable through a property.
Hpe this clarifies my thinking.
Also whilst I think about it, can we do feature selections in the standard 
unmanaged boot strapper?
Cheers
Sean.
-Original Message-
From: Rob Mensching [mailto:r...@robmensching.com] 
Sent: 25 May 2012 01:15
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Specifying a default directory in the standard bundle

I could interpret that question a few different ways. Can you be more specific 
about what you want?

On Thu, May 24, 2012 at 11:38 AM, Sean Farrow
sean.far...@seanfarrow.co.ukwrote:

 Hi:
 Is there any way that InstallFolder could be populated from an msi?
 Cheers
 Sean.
 -Original Message-
 From: Rob Mensching [mailto:r...@robmensching.com]
 Sent: 24 May 2012 07:27
 To: General discussion for Windows Installer XML toolset.
 Subject: Re: [WiX-users] Specifying a default directory in the 
 standard bundle

 1. Options page is populated from an InstallFolder Variable.

 2. Add the Windows Installer package as a package in your Chain.

 On Wed, May 23, 2012 at 9:56 PM, Sean Farrow
 sean.far...@seanfarrow.co.ukwrote:

  Hi:
  I'm trying to move a product I'm involved with to a burn bundle.
  I using the non-managed bootstrapper-I'm not actually specifying a 
  bootstrapper in my bundle.
  What I need to do is specify a default installation directory for 
  this bundle. How do I go about doing this?
  When I click options it seems as if the directory isn't populated 
  from the msi.
  Also I need to install Windows Installer as a prereq, what is the 
  best way of doing this if I'm not using the managed boosstrapper.
  Regards
  Sean.
 
 
  
  --
  
  Live Security Virtual Conference
  Exclusive live event will cover all the ways today's security and 
  threat landscape has changed and how IT managers can respond.
  Discussions will include endpoint security, mobile security and the 
  latest in malware threats.
  http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
  ___
  WiX-users mailing list
  WiX-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/wix-users
 



 --
 virtually, Rob Mensching - http://RobMensching.com LLC

 --
 
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and 
 threat landscape has changed and how IT managers can respond. 
 Discussions will include endpoint security, mobile security and the 
 latest in malware threats. 
 http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users


 --
 
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and 
 threat landscape has changed and how IT managers can respond. 
 Discussions will include endpoint security, mobile security and the 
 latest in malware threats. 
 http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users




--
virtually, Rob Mensching - http://RobMensching.com LLC
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and threat 
landscape has changed and how IT managers can respond. Discussions will include 
endpoint security, mobile security and the latest in malware threats. 
http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users