Re: [WiX-users] How to harvest a directory and create msi

2012-08-13 Thread Francis Louis
Hi I have tried using the heat command to generate this wxs file named as test.wxs. I also have another file named as Product.wxs as given below. This is what I am wanted to do (I am assuming this is the right approach). Test.wxs I will make it as a Component Group and refer in the

Re: [WiX-users] [Burn] Start IIS Manager after installation

2012-08-13 Thread Henning Krause
Hi Rob, thanks for that hint - it is indeed the correct solution. While I could work around the file redirection issue (x86/x64 issue), I couldn't start the ServerManager due to elevation problems. Now, from within my X64 proxy process I can use ShellExecute which allows elevation. Kind

[WiX-users] How do I get different registry keys for allusers and single user

2012-08-13 Thread Huang, Deqing
Hi All, My program will be installed to a path in registry, which has two different values for single user and all users. So I'd like to have something like: Property Id=MYINSTALLDIR if single user, then RegistrySearch Id='MyRegistry' Type='raw' Root='HKCU' Key='Software\MyApp\Foo'

[WiX-users] How to bundle a configuration file in burn?

2012-08-13 Thread Christian Hausknecht
Hello folks, I would like to build a setup file for a MS SQL Server 2008 Express Edition with a predefined configuration. One can pass a parameter /ConfigurationFile={Absolute path to a ConfigFile.ini} to the setup file of SQLServer in which many parameters are defined. Those config files can

[WiX-users] How to get started with WiX in VS IDE?

2012-08-13 Thread David Lowndes
I've installed the latest version of WiX (V3.6.3206.0) in VS 2012 and have followed the Creating a Simple Setup item under Working in Visual Studio. After adding a value for Manufacturer (something not mentioned in the help topic) as it causes error CNDL0006, the project builds and produces 2

Re: [WiX-users] How to get started with WiX in VS IDE?

2012-08-13 Thread Aditya Mohan
Can you attach your wix file Or let us know the exact CNDL error? ~A -Original Message- From: David Lowndes [mailto:dav...@mvps.org] Sent: Monday, August 13, 2012 4:05 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] How to get started with WiX in VS IDE? I've installed the

Re: [WiX-users] How to get started with WiX in VS IDE?

2012-08-13 Thread Bruce Cran
On 13/08/2012 11:34, David Lowndes wrote: Knowing very little about WiX so far, I think the harvest facility hasn't worked (the harvest property is set to true) - but never having used WiX before, I don't know what should happen to know any better. Am I missing something, or is something

Re: [WiX-users] How to get started with WiX in VS IDE?

2012-08-13 Thread David Lowndes
Can you attach your wix file Or let us know the exact CNDL error? Sure, it should be attached now, but it's only essentially what the tool produces from the IDE. There is no CNDL error once I add a manufacturer name - perhaps I phrased that poorly. Dave -Original Message- From: Aditya

Re: [WiX-users] How to get started with WiX in VS IDE?

2012-08-13 Thread David Lowndes
Harvesting has been disabled in 3.6, I think because it was rather buggy. Brilliant! I guess everyone in the know has long since stopped using it - despite it being the default modus operandi mentioned in the documentation to get folks going? Dave

Re: [WiX-users] How to get started with WiX in VS IDE?

2012-08-13 Thread Aditya Mohan
I guess the attachment was filtered by your AV. However, please have a look at the following: http://sourceforge.net/tracker/?func=detailaid=3553206group_id=105970; atid=642714 ~A -Original Message- From: David Lowndes [mailto:dav...@mvps.org] Sent: Monday, August 13, 2012 4:54 PM To:

Re: [WiX-users] How to get started with WiX in VS IDE?

2012-08-13 Thread Aditya Mohan
I sent the email too soon, however, many more: http://sourceforge.net/search/?group_artifact_id=642714type_of_search=a rtifactgroup_id=105970words=harvest :) -Original Message- From: Aditya Mohan [mailto:amo...@quark.com] Sent: Monday, August 13, 2012 5:29 PM To: General discussion for

Re: [WiX-users] Burn - multiple PackageGroupRef in Chain - download issues

2012-08-13 Thread Adrian Gantoi
Hi Rob, Thanks for your answer. Even if I did not yet find the reason or workaround for the packages being removed from cache on this error, I found the reason for the Failed to resolve source for file error. I am using a managed UI which was redesigned starting from the WiX installer managed

Re: [WiX-users] How to get started with WiX in VS IDE?

2012-08-13 Thread David Lowndes
I guess this is the one: http://sourceforge.net/tracker/?func=detailaid=3553206group_id=105970atid =642714 I really wanted to get WiX and not to have to even try the InstallShield package in VS2012. Not a good start I'm afraid. Roll on WiX V4 then. :( Dave -Original Message- From:

Re: [WiX-users] How to get started with WiX in VS IDE?

2012-08-13 Thread Pally Sandher
The WiX Tutorial should help you get started - http://wix.tramontana.co.hu/ It's far superior to the help files for learning the basics. Also you can't send attachments to the list, they get stripped by the sourceforge list-bot. Better to paste your code into your message. Palbinder Sandher

Re: [WiX-users] ShellExec launching a Binary.

2012-08-13 Thread Pally Sandher
Also you can display RTF files in Windows installer using the RichText control as per the LicenseAgreementDlg in WiX_UI. Might be a simpler/more elegant solution than having a button launch the RTF. Any reason why you need the RTF to be in the Binary table rather than part of the install?

Re: [WiX-users] How to get started with WiX in VS IDE?

2012-08-13 Thread David Lowndes
The WiX Tutorial should help you get started - http://wix.tramontana.co.hu/ It's far superior to the help files for learning the basics. Thanks, I have come across that in my floundering. The problem is that as a newbie I have no idea what information is right, wrong, or indifferent, and the fact

Re: [WiX-users] How to get started with WiX in VS IDE?

2012-08-13 Thread John H Bergman (XPedient)
Have you looked at the WiX book? The learning curve is a little steep, but well worth it :-) -Original Message- From: David Lowndes [mailto:dav...@mvps.org] Sent: Monday, August 13, 2012 9:03 AM To: 'General discussion for Windows Installer XML toolset.' Subject: Re: [WiX-users] How to

Re: [WiX-users] How to get started with WiX in VS IDE?

2012-08-13 Thread Steve Huston
I can second the referral to the WiX book. You can find more info at http://www.amazon.com/WiX-Developers-Guide-Windows-Installer/dp/1849513724/ ref=sr_1_1?s=booksie=UTF8qid=1344872345sr=1-1keywords=wix -Steve On 8/13/12 10:39 AM, John H Bergman (XPedient) john.berg...@xpdnt.com wrote: Have you

Re: [WiX-users] How to get started with WiX in VS IDE?

2012-08-13 Thread David Lowndes
Have you looked at the WiX book? Which one is that? The learning curve is a little steep, but well worth it :-) I've come to the conclusion that the starting difficulties I've had could so easily be resolved by not having out of date documentation supplied, and having the IDE create a more well

Re: [WiX-users] How to get started with WiX in VS IDE?

2012-08-13 Thread David Lowndes
I can second the referral to the WiX book. You can find more info at http://www.amazon.com/WiX-Developers-Guide-Windows-Installer/dp/1849513724/ ref=sr_1_1?s=booksie=UTF8qid=1344872345sr=1-1keywords=wix Thanks, I'll have a look at this. Dave

Re: [WiX-users] How to get started with WiX in VS IDE?

2012-08-13 Thread Rob Mensching
The documentation is supposed to explicitly call out that harvesting was disabled in WiX v3.6 due to many issues that arose at the end of WiX v3.5. Can you point out the documentation that still recommends harvesting so we can fix it? On Mon, Aug 13, 2012 at 4:24 AM, David Lowndes dav...@mvps.org

Re: [WiX-users] How to get started with WiX in VS IDE?

2012-08-13 Thread Rob Mensching
The official website: http://wixtoolset.org (and our old but not yet migrated website: http://wix.sourceforge.net) have links to the Tutorial and the Book. The Manual documentation is reference manual level documentation, not tutorial or multi-page book introduction material. smile/ Again, please

Re: [WiX-users] How do I get different registry keys for allusers and single user

2012-08-13 Thread Rob Mensching
Do both searches then use SetProperty conditioned by the ALLUSERS to set another Property to the final value. On Mon, Aug 13, 2012 at 2:47 AM, Huang, Deqing deqing.hu...@intel.comwrote: Hi All, My program will be installed to a path in registry, which has two different values for single user

Re: [WiX-users] How to get started with WiX in VS IDE?

2012-08-13 Thread David Lowndes
The official website: http://wixtoolset.org There are too many WiX web sites - when floundering I didn't know which one to look at next. :) Even the official site is a bit confusing in that the front page recent news implies the May 28 RC version is the latest and greatest, but the See the

Re: [WiX-users] How to get started with WiX in VS IDE?

2012-08-13 Thread David Lowndes
The documentation is supposed to explicitly call out that harvesting was disabled in WiX v3.6 due to many issues that arose at the end of WiX v3.5. Can you point out the documentation that still recommends harvesting so we can fix it? It's in help file supplied with the latest download - under

Re: [WiX-users] How to get started with WiX in VS IDE?

2012-08-13 Thread John H Bergman (XPedient)
... maybe the tutorial link and/or the documentation like could/should go in the mailing list footer? -Original Message- From: David Lowndes [mailto:dav...@mvps.org] Sent: Monday, August 13, 2012 11:47 AM To: 'General discussion for Windows Installer XML toolset.' Subject: Re:

Re: [WiX-users] How to get started with WiX in VS IDE?

2012-08-13 Thread David Lowndes
... maybe the tutorial link and/or the documentation like could/should go in the mailing list footer? Possibly, but it wouldn't have helped me. Finding how to get onto this mailing list was an exercise in persistence in itself. Despite finding the list archives I had to specifically Google for

Re: [WiX-users] How to get started with WiX in VS IDE?

2012-08-13 Thread Werner Strydom
I have been using WIX on-and-off since v2.0 and must add that its getting increasingly difficult to follow the project. Not only is information scattered across several sites but finding information, especially in this mailing list, is difficult. While using Google will certainly help you

Re: [WiX-users] How to get started with WiX in VS IDE?

2012-08-13 Thread Rob Mensching
Ahh, that is absolutely a bug in the documentation. Please do file it. The harvesting related steps there need to be removed or, at least, moved to a footnote with a pointer to the documentation that says how harvesting is disabled by default. That is absolutely the kind of bug we can miss when

Re: [WiX-users] How to get started with WiX in VS IDE?

2012-08-13 Thread Nick Ramirez
When you say the harvest functionality has been disabled, are you referring to a particular part of Heat.exe? Like for me, harvesting a project didn't work out too well (it didn't pick up the dependencies), but harvesting a directory works just fine. Is the new info in the help files? -- View

Re: [WiX-users] How to get started with WiX in VS IDE?

2012-08-13 Thread Rob Mensching
1. Hopefully the too many web sites are really just: http://wixtoolset.org, http://wix.sourceforge.net and http://wix.codeplex.com. If there are others that are confusing, I'd love to know them. The http://wixtoolset.org and http://wix.sourceforge.net need to merge into one

Re: [WiX-users] How to get started with WiX in VS IDE?

2012-08-13 Thread Rob Mensching
I've investigated other options but have not found anything that is recognized as better, yet. My understanding is that Google Groups have problems with spam, which we finally solved here by making people join to send email. That made it a little harder to ask questions, unfortunately Honestly,

Re: [WiX-users] How to get started with WiX in VS IDE?

2012-08-13 Thread David Lowndes
1. Hopefully the too many web sites are really just: http://wixtoolset.org, http://wix.sourceforge.net and http://wix.codeplex.com. If you're looking for long treatsies on understandig the WiX toolset the Tutorial and Book are available. I was more looking to just getting something simple to

Re: [WiX-users] How to get started with WiX in VS IDE?

2012-08-13 Thread David Lowndes
Ahh, that is absolutely a bug in the documentation. Please do file it. OK, how do I do that? Dave -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat

Re: [WiX-users] How to get started with WiX in VS IDE?

2012-08-13 Thread Rob Mensching
Bugs suck, no doubt about it. All we can do is find them and fix them when they happen. smile/ On Mon, Aug 13, 2012 at 3:56 PM, David Lowndes dav...@mvps.org wrote: 1. Hopefully the too many web sites are really just: http://wixtoolset.org, http://wix.sourceforge.net and

Re: [WiX-users] How to get started with WiX in VS IDE?

2012-08-13 Thread Rob Mensching
Each of the WiX toolset web sites has at least one link to the bug database. I like this one: http://wixtoolset.org/bugs. Click the Add new link. On Mon, Aug 13, 2012 at 3:58 PM, David Lowndes dav...@mvps.org wrote: Ahh, that is absolutely a bug in the documentation. Please do file it. OK,

[WiX-users] INSTALLDIR link error

2012-08-13 Thread Francis Louis
Hi, When I try to link using the light I am getting this error. Could someone please let me know how to specify the INSTALLDIR? I have tried adding this line Property Id=INSTALLDIRc:\Program Files\Test/Property , but it did not help. E:\TEMP\darkdir\test.wxs(5) : error LGHT0094 :