Re: [WiX-users] Property/@Secure - when to use?

2010-04-29 Thread Sascha Beaumont
Secure is not required to pass from the UI to the Execute sequence, it's required to pass to the *server side* in the Execute sequence. (i.e. deferred CAs) Take a look at the diagram on http://blogs.msdn.com/rflaming/archive/2006/09/21/765452.aspx - Pink is UI, Yellow is Execute and Green is basic

Re: [WiX-users] List of predefined variables?

2010-04-29 Thread Lisa Gracias
Do you mean this? http://msdn.microsoft.com/en-us/library/aa370905(v=VS.85).aspx On Fri, Apr 30, 2010 at 1:14 AM, Wix Mailing List wrote: > Is there a list somewhere of things like THE_USER_ACCOUNT and the like? > > > > > > > ---

Re: [WiX-users] List of predefined variables?

2010-04-29 Thread Sascha Beaumont
What do you mean by THE_USER_ACCOUNT? That's a vague reference that doesn't sound like anything in the MSDN documentation ;) Maybe on THE_INTERNET? On Fri, Apr 30, 2010 at 5:44 AM, Wix Mailing List wrote: > Is there a list somewhere of things like THE_USER_ACCOUNT and the like? > > > > > > ---

Re: [WiX-users] TFS 2010, Network Service and ICE validation

2010-04-29 Thread Sascha Beaumont
I would suggest opening a bug/support case with the team build guys :) It doesn't sound like this is a WiX bug... On Thu, Apr 29, 2010 at 11:59 PM, Will Sullivan wrote: > This is going to start hitting big, as people encounter ICE validation > failures on a team build. > > Apparently, what's go

Re: [WiX-users] ServiceInstall does nothing in WiX 3.5?

2010-04-29 Thread Navid Azimi-Garakani
Okay, this has been driving me crazy. It looks like I cannot install a service unless I have a ServiceControl element with Start="install" associated. In other words, it seems impossible to install a service in a stopped state. Is this not a supported scenario? On WiX 3.5.1623.0, the following

Re: [WiX-users] Will Wix 3.5 fully supports IIS 7.5 native?

2010-04-29 Thread Rob Mensching
Check out: http://robmensching.com/blog/posts/2010/4/28/Change-of-plans-for-WiX-v3.5 (and please don't post the same question to both mailing lists) -- virtually, Rob Mensching - http://RobMensching.com LLC On Thu, Apr 29, 2010 at 3:00 PM, Kai Lee wrote: > > Hi, >

Re: [WiX-users] Property/@Secure - when to use?

2010-04-29 Thread Matt Johnson
Lol. See my prior posts from today. I needed this specifically to get a property from a registry key to pass to a custom action during uninstall. Matt Johnson MCPD, MCTS, MCSD, MCDBA Director of Application Development Time America, Inc. ma...@timeamerica.com | www.timeamerica.com -Origi

[WiX-users] Will Wix 3.5 fully supports IIS 7.5 native?

2010-04-29 Thread Kai Lee
Hi, Would anyone tell me when the WIX 3.5 will fully supports native IIS 7.5? Any predicted date to release WIX 3.5? Thanks, Kai _ The New Busy is not the too busy. Combine all your e-

[WiX-users] Property/@Secure - when to use?

2010-04-29 Thread Nick Ramirez
Hello, The Property element's Secure attribute is supposed to be necessary to pass a property from the UI to the Execute sequence. However, I've never been able to create a situation where it was necessary. For me, just making the property uppercase has always done the trick. I've tried the foll

[WiX-users] List of predefined variables?

2010-04-29 Thread Wix Mailing List
Is there a list somewhere of things like THE_USER_ACCOUNT and the like? -- ___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/li

Re: [WiX-users] Simple question about properties

2010-04-29 Thread Matt Johnson
Sorry, I misspoke about one thing. I use the pattern where you set properties in an immediate action, which forwards them on the deferred action. It's in the IMMEDIATE action that the property is not available unless you have it marked secure. So I guess this would apply to any immediate acti

Re: [WiX-users] Simple question about properties

2010-04-29 Thread Matt Johnson
Just got done fighting with this and thought I would share with the group. I first added a Component with a RegistryKey to HKLM\SOFTWARE\MyApp and a RegistryValue of the property to save during install. No problems there. Then I added a RegistrySearch to my Property and pointed it at my key. I

Re: [WiX-users] Program Menu: Target shortcut is a Directory

2010-04-29 Thread Alexander Shevchuk (Volt)
http://en.wikipedia.org/wiki/ComSpec -Original Message- From: jeff00seattle [mailto:jeff_tan...@earthlink.net] Sent: Thursday, April 29, 2010 12:03 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Program Menu: Target shortcut is a Directory Thanks for the reply I look

Re: [WiX-users] While we are on the subject of Heat

2010-04-29 Thread Nathan Stohlmann
Try adding the "-srd" flag. >From Heat's help message: -srd suppress harvesting the root directory as an element --Nathan Stohlmann On Thu, Apr 29, 2010 at 7:41 AM, Kerber, Cameron wrote: > So I am using Heat at build time to generate a wxs fragment > >     > > The problem I am having is t

[WiX-users] migrating of custom config sections

2010-04-29 Thread Igor Paniushkin
It is not really wix related question, but it is something about upgrade: We have written application which uses custom config sections and these sections have type attribute which maps to specific assembly (full name) and during upgrade we should not remove this configuration file, but just upgra

Re: [WiX-users] Patch

2010-04-29 Thread Pally Sandher
http://msdn.microsoft.com/en-us/library/aa370579.aspx Palbinder Sandher Software Deployment & IT Administrator T: +44 (0) 141 945 8500 F: +44 (0) 141 945 8501 http://www.iesve.com **Design, Simulate + Innovate with the ** Integrated Environmental Solutions Limited. Registered in Scotland No.

Re: [WiX-users] PropertyRef WIX_SUITE_WH_SERVER

2010-04-29 Thread gapearce
Well it seems like that should work... I didn't see that in the example you linked to?...hmmm. And now we have this, too: http://www.winsupersite.com/server/whs_vail_preview.asp WHS Based on Win2008R2. So the version info is changing. -- View this message in context: http://windows-insta

[WiX-users] Change Database

2010-04-29 Thread Carolina Zuqueto Amaral
Hi, Can I do changes in database using a Patch? Thanks, Carolina Zuqueto Confidencialidade: A informa??o contida nesta mensagem de e-mail, incluindo quaisquer anexos, ? confidencial e est? reservada apenas ? pessoa ou entidade para a qual foi endere?ada. S

[WiX-users] Installing a certificate to the SPC store

2010-04-29 Thread eric.hybner
I see from the documentation that the SPC store is not listed as available for iis:Certificate's StoreName. Are there any workarounds that facilitate installing to a store other than those listed in the documentation? Thanks, e --

[WiX-users] TFS 2010, Network Service and ICE validation

2010-04-29 Thread Will Sullivan
This is going to start hitting big, as people encounter ICE validation failures on a team build. Apparently, what's going on is that the default account used by 2010 team build, Network Service, is unable to interact with msiexec.exe. Unfortunately, there is NO decent solution to this available

Re: [WiX-users] A new plan for WiX v3.5, introducing WiX v3.6

2010-04-29 Thread Rob Mensching
Will do. I don't actually expect to do work to remove stuff from WiX v3.5. Much like ClickThrough in WiX v3.0, pieces of Burn will be laying around the code. IIS7 though will be much more useful. Might just disable it by default... but I think IIS7 will come together. On Thu, Apr 29, 2010 at 2:2

Re: [WiX-users] Writing own Wix Extension

2010-04-29 Thread vunder
Thanks for answer. The problem was in type of xsd-resource, it was just included file. I changed type type "Embedded Resource" and schema loaded successfull! -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Writing-own-Wix-Extension-tp4968486p4980011

Re: [WiX-users] Multiple Versions of Features?

2010-04-29 Thread Bob Arnson
On 4/26/2010 10:42 PM, Navid Azimi-Garakani wrote: > Is this late enough so upgrade does not modify anything outside of the > feature? > Yes, if none of the components in those features was updated. -- sig://boB http://joyofsetup.com/ ---

Re: [WiX-users] ServiceInstall does nothing in WiX 3.5?

2010-04-29 Thread Bob Arnson
On 4/28/2010 1:35 AM, Navid Azimi-Garakani wrote: > MSI (s) (24:DC) [22:30:46:016]: Doing action: InstallServices > MSI (s) (24:DC) [22:30:46:016]: Note: 1: 2205 2: 3: ActionText > Action start 22:30:46: InstallServices. > Action ended 22:30:46: InstallServices. Return value 1. > That's the l

Re: [WiX-users] calling DLL function from InstallUISequence

2010-04-29 Thread Bob Arnson
On 4/27/2010 11:23 AM, glenneroo wrote: > > > > > Once the UI sequence starts the modal wizard pages, processing is controlled by control events, not sequence scheduling. Use DoAction control events to call your CA. -- sig://boB http://joyofsetup.com/

Re: [WiX-users] PropertyRef WIX_SUITE_WH_SERVER

2010-04-29 Thread Bob Arnson
On 4/26/2010 7:18 PM, gapearce wrote: > I think you need to check one more bit. The example you linked to > previously doesn't check the "suite name". > It does: if (VER_SUITE_WH_SERVER == (ovix.wSuiteMask & VER_SUITE_WH_SERVER)) { WcaSetIntProperty(L"WIX_SUITE_WH_SERVER", 1); } -- si

Re: [WiX-users] WiX 3.5 Source Code

2010-04-29 Thread Bob Arnson
On 4/27/2010 1:56 AM, Neil Sleightholm wrote: > Also, which do you think should work - building from the zip or cvs or > both? CVS -- sig://boB http://joyofsetup.com/ -- ___ W

Re: [WiX-users] Writing own Wix Extension

2010-04-29 Thread Bob Arnson
On 4/29/2010 3:57 AM, vunder wrote: > this.schema = > LoadXmlSchemaHelper(Assembly.GetExecutingAssembly(), > "Microsoft.Tools.WindowsInstallerXml.Extensions.Xsd.InterBase.xsd"); > Check your extension assembly using ILDasm or Reflector to make sure the resource name is correct. -- sig://boB

[WiX-users] While we are on the subject of Heat

2010-04-29 Thread Kerber, Cameron
So I am using Heat at build time to generate a wxs fragment The problem I am having is that below I need to reference that directory that was generated in the fragment so I can use it to create my virtual directory/web application. The problem I seem to be having is that it creates an ex

[WiX-users] Patch

2010-04-29 Thread Carolina Zuqueto Amaral
Hi, What changes can I to do with the Patch? Can I to do changes in database? Thanks, Carolina Zuqueto Amaral carolina.ama...@conv.com.br tel +55 21 2494-5476 cel +55 21 9524-7186 Confidencialidade: A informa??o conti

Re: [WiX-users] FileSearch on INSTALLLOCATION, whereas INSTALLLOCATION is either registry entry or nested Directory tag

2010-04-29 Thread Viv Coco
that means that I didn't actually do smth wrong in the code, it's just that I can't really control that? On 4/28/2010 12:50 PM, Blair wrote: > Unfortunately with MSI's AppSearch action, you don't have any real control > over the order of the attempted resolution of each of the various > propertie

Re: [WiX-users] RemoveExistingProducts after InstallInitialize -> kb 905238

2010-04-29 Thread Viv Coco
Thx Blair, then I'll move the RemoveExistingProducts later in the sequence. Viv On 4/28/2010 6:32 PM, Blair wrote: > It happened exactly that way to us. The C++ merge modules seemed to require > the late registration. > > -Original Message- > From: Viv Coco [mailto:vcotirl...@hotmail.com]

Re: [WiX-users] A new plan for WiX v3.5, introducing WiX v3.6

2010-04-29 Thread Stephen Reindl
Hi Rob, thanks for the update. Regarding IIS7, it would be nice to have IIS7 support in 3.5 even if it's not stable (i.e. mark it as experimental). Regards Stephen -- -Ursprüngliche Nachricht- Von: Rob Mensching [mailto:r...@robmensching.com] Gesendet: Donnerstag, 29. April 2010 06:

[WiX-users] Edit a xml file with a personal Doctype

2010-04-29 Thread Kévin BUNTROCK
Hi all, I have to edit a xml file on installation with a personnal doctype like this: %xhtml-lat1; ]> But my installation is aborded cause of this doctype. How can I do to edit my xml file? Thank you in advance! Have a nice day! Kévin --

Re: [WiX-users] heat.exe: Harvest contents of directory and NOT the directory name

2010-04-29 Thread Pally Sandher
heat.exe /? goes a long way Palbinder Sandher Software Deployment & IT Administrator T: +44 (0) 141 945 8500 F: +44 (0) 141 945 8501 http://www.iesve.com **Design, Simulate + Innovate with the ** Integrated Environmental Solutions Limited. Registered in Scotland No. SC151456 Registered Off

Re: [WiX-users] Writing own Wix Extension

2010-04-29 Thread vunder
Could not understand, where error Xsd: http://www.w3.org/2001/XMLSchema"; xmlns:xse="http://schemas.microsoft.com/wix/2005/XmlSchemaExtension"; targetNamespace="http://schemas.www.stc-spb.ru/wix/InterBaseExtension"; > http://schemas.microsoft.com/wix/2006/wi"; />

Re: [WiX-users] Program Menu: Target shortcut is a Directory

2010-04-29 Thread jeff00seattle
Thanks for the reply I looked in the http://www.tramontana.co.hu/wix/index.php WiX Tutorials , but I did not find any information on [%ComSpec] What is it? - Thanks Jeff in Seattle -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Program-Menu