Re: [WiX-users] Burn using an old copy of an embedded msi

2011-07-12 Thread Rob Mensching
Hmm, sounds like Burn did not fully rollback the Bundle when your MSI failed. In that case, you might want to uninstall the previous Bundle before trying the new one. Also, the Burn log file should show you (during Detect) whether a package was already cached or not. The Package @Compress and @Cac

Re: [WiX-users] How to have Burn start an MSI with User Interface enabled?

2011-07-12 Thread Rob Mensching
YRC. On Tue, Jul 12, 2011 at 12:14 PM, jhennessey wrote: > >From reading other posts on the list, this is currently not possible. That > means you need to use the standard boostrapper application or write your > own. > > However, IIRC, Rob mentioned that this might be something that gets added >

Re: [WiX-users] BA or engine progress bug?

2011-07-12 Thread Rob Mensching
ExePackage progress without a Protocol is very gross right now. You basically get a tick at the beginning (aka: I'm going to do something) and a tick at the end (I did something). Fine tuning progress will be a thing we do after we get some of the bugs fixed since progress has to layer through ever

Re: [WiX-users] Merge module referencing components in a separate .wxs file not working

2011-07-12 Thread Rob Mensching
The Fragment seems like it should have worked. Fastest thing might be to open the Merge Module using Orca and see if your Component definition is in there. If not, then I'm a little surprised since that ComponentGroupRef should do it. if it is in the Merge Module then you'll want to check your Mer

Re: [WiX-users] Questions about the Burn bootstrapper "installing" itself

2011-07-12 Thread Rob Mensching
If you give the Bundle a "Name" it registers itself in ARP. To do that, it caches the executable so it is available for repair and uninstall. There are still some trickier bugs where if things go wrong the ARP registration remains even though it should have been removed. As a result, it is very ea

Re: [WiX-users] Should Burn download an exe package that is not needed

2011-07-12 Thread Rob Mensching
The WixStdba currently prompts before downloading from internet. That was very useful for testing some cases but the default is planned to change to just do it... On Tue, Jul 12, 2011 at 9:28 AM, Roy Chastain wrote: > I have a simple Burn bundle with a prerequisite exe package and a single > ms

Re: [WiX-users] can't eliminate Error 2343 for InstallDirDlg.wxs in Toolset 3.5

2011-07-12 Thread Rob Mensching
Nope, first email. Can you share the log? Only thing I saw that might be minutely related is: http://www.appdeploy.com/msierrors/detail.asp?id=134 It's possible something really strange is going on in your Directory tree (like maybe it isn't rooted in TARGETDIR/SourceDir?). On Tue, Jul 12, 2011

Re: [WiX-users] Unknown WiX variables in Bundle with WiX 3.6.1908.0

2011-07-12 Thread Rob Mensching
You need something like: That's the code from wix\src\Setup\Bundle\Netfx.wxs how the WiX toolset uses it. On Tue, Jul 12, 2011 at 5:52 AM, Kryschan < christian.hennig@wincor-nixdorf.com> wrote: > Sorry but I still don't know what to do now to make my bootstrapper build >

Re: [WiX-users] Options button in Burn application

2011-07-12 Thread Rob Mensching
Not yet, but there should be. Documentation on the theming in Burn I think says, "Write more here" right now... so yeah, more documentation and configurability is necessary. On Tue, Jul 12, 2011 at 6:48 AM, Roy Chastain wrote: > Is there a way to remove the "Options" button in the resulting > bo

Re: [WiX-users] How to have Burn start an MSI with User Interface enabled?

2011-07-12 Thread jhennessey
>From reading other posts on the list, this is currently not possible. That means you need to use the standard boostrapper application or write your own. However, IIRC, Rob mentioned that this might be something that gets added later though. -- View this message in context: http://windows-insta

[WiX-users] Burn using an old copy of an embedded msi

2011-07-12 Thread Roy Chastain
I have a Burn package with a MSI that is marked as Compressed="yes". The Cache attribute was left off the MsiPackage element. I run that copy of Burn and my MSI failed to install (due to errors in the MSI). The bootstrapper application shows as installed. I rebuild the Burn package with a new MS

[WiX-users] BA or engine progress bug?

2011-07-12 Thread Dan Puza
I'm not sure if this is a bug or not: Out of all my packages, the biggest one by far is SQL Server. However, the progress bar seems(?) to jump a large amount compared to the others when it STARTS processing SQL Server rather than AFTER it completes and moves on to the next. Has anyone else no

[WiX-users] Questions about the Burn bootstrapper "installing" itself

2011-07-12 Thread Roy Chastain
I was testing a bootstrapper package this afternoon and when I happened to look at the Add/Remove programs, I found about 8 copies of the bootstrapper installed. What was more surprising was that I could run uninstall on each one. This seems like very strange behavior. This implies that the boot

[WiX-users] Merge module referencing components in a separate .wxs file not working

2011-07-12 Thread Leigh Wetmore
Hello, My goal is to create a merge module where my module/package elements are defined in one .wxs file, and the module's directories/components in another. I currently have: ***MyModule.wxs*** ht

[WiX-users] Creating a "hotfix" patch for an installer built with VS

2011-07-12 Thread Ben Peikes
We have an old project whose installer was built using VS. I need to replace one of the files, so I want to create an installer with WIX which just installs a single file. The "hotfix" installer I've created works fine when installed, but when it gets uninstalled, it removes the file. I'd like it t

[WiX-users] Data Execution Prevention Opt Out List

2011-07-12 Thread Christopher Painter
I have a requirement that I'm trying to research the best solution for.   Basically my development team has an application that has a dependency on a third party dll that has some known issues.   I'm stuck between a rock and a hard place in that they will not eliminate the dependency and no one

[WiX-users] Should Burn download an exe package that is not needed

2011-07-12 Thread Roy Chastain
I have a simple Burn bundle with a prerequisite exe package and a single msi. The exe package is for dotNetFx35Setup.exe with a download link to http://go.microsoft.com/fwlink/?linkid=118076 and compressed=no. The framework is already installed and the Burn log indicates that it was detected. Ho

[WiX-users] How to have Burn start an MSI with User Interface enabled?

2011-07-12 Thread Roy Chastain
I have a simple Burn bundle with a prerequisite exe package and the target msi package. When it runs, the MSI package appears to be running in silent mode. (The install log has the following content - "Client-side and UI is none or basic: Running entire install on the server.") How do I make the M

[WiX-users] Launch EXE at end of bootstrap install...

2011-07-12 Thread Dominique Louis
Hi all, Is it possible to launch an exe at the end of the second or 3rd msi installer has run via a bootstrap process? Thanks, DOMINIQUE LOUIS | SENIOR IS DEVELOPER AMX EUROPE | 6TH FLOOR SALISBURY HOUSE | LONDON | EC2M 5QQ MOBILE: +44 (0) 7799.82.46.85 | PHONE: +44 (0) 207.652.9472 dominiqu

Re: [WiX-users] Multi-Lingual MSI

2011-07-12 Thread Brad Lemings
Our product does utilize a bootstrapper so this is a distinct possibility. Just wondering if there is a more illustrative tutorial or example somewhere that does what you describe? -Original Message- From: Tobias S [mailto:tobias.s1...@gmail.com] Sent: Tuesday, July 12, 2011 12:35 AM T

[WiX-users] can't eliminate Error 2343 for InstallDirDlg.wxs in Toolset 3.5

2011-07-12 Thread Peter Stein
I apologize if this email appears to be a duplicate. Although I'm registered my previous email was deleted. It seems I can't get rid of this 2343 Error no matter how I set the WIXUI_INSTALLDIR property. As an experiment I created an installer that only contains a Product.wxs which only loads th

[WiX-users] Options button in Burn application

2011-07-12 Thread Roy Chastain
Is there a way to remove the "Options" button in the resulting bootstrapper without using WixStandandardBootstrapperApplication.Foundation and completely theming the install? If so, how? If not, is there ANY documentation (beyond the schema reference) on the theming process etc? If not, is my be

Re: [WiX-users] Unknown WiX variables in Bundle with WiX 3.6.1908.0

2011-07-12 Thread Kryschan
Sorry but I still don't know what to do now to make my bootstrapper build again. Can you please give me a hint on that or do I have to wait for the documentation update? Best regards Kryschan Rob Mensching-7 wrote: > > Ug, sorry, I forgot to update the documentation about the breaking change. >

Re: [WiX-users] Unknown WiX variables in Bundle with WiX 3.6.1908.0

2011-07-12 Thread Rob Mensching
Ug, sorry, I forgot to update the documentation about the breaking change. Yes, that is expected. Those WixVariables replace the "MbaPreqNetfx" Bundle/Variables used to indentify the prerequisite package and license. I'll get the documentation fixed before the next build. On Tue, Jul 12, 2011 at

Re: [WiX-users] What is the usage of Name and SourceFIle on

2011-07-12 Thread Rob Mensching
Yes, using the same input file from the VS guys is definitely something we want to try and accomplish. On Tue, Jul 12, 2011 at 5:02 AM, Roy Chastain wrote: > Well, the peanut gallery is back. > > > Wow, no faith from the peanut gallery. > > > If the file is signed (something else we calculate du

[WiX-users] What is the usage of Name and SourceFIle on

2011-07-12 Thread Roy Chastain
Well, the peanut gallery is back. > Wow, no faith from the peanut gallery. > If the file is signed (something else we calculate during build when > referencing the file) we will use the signature of the file not the hash. If > the signature on the file changed in between the point that you built

[WiX-users] Unknown WiX variables in Bundle with WiX 3.6.1908.0

2011-07-12 Thread Kryschan
Hi, after upgrading to WiX version 3.6.1908.0 I get two errors when building a bootstrapper project using the ManagedBootstrapperApplicationHost: - The Windows Installer XML variable !(wix.WixMbaPrereqPackageId) is unknown. ... - The Windows Installer XML variable !(wix.WixMbaPrereqLicenseUrl) i