[WiX-users] Bootstrapping and Burn

2010-08-30 Thread Bruce Cran
file because it's confusing and seems unnecessary. The only component of Burn I've ever used before is setupbld, but I'm wondering - will the output of Burn be a single exe, or will it be like VS where you have to package lots of MSIs and an exe into a zip file for distribution? -- Bruce Cran

Re: [WiX-users] Bootstrapping and Burn

2010-08-30 Thread Bruce Cran
On Mon, 30 Aug 2010 09:23:36 -0400 dB. dbl...@dblock.org wrote: http://dotnetinstaller.codeplex.com will get you there in 15 minutes or so. Thanks, it looks like exactly what I need. -- Bruce Cran -- Sell apps

Re: [WiX-users] Bootstrapping and Burn

2010-08-31 Thread Bruce Cran
to install InstallScript engine updates before you can even launch the main installer. -- Bruce Cran -- This SF.net Dev2Dev email is sponsored by: Show off your parallel programming skills. Enter the Intel(R) Threading

Re: [WiX-users] Bootstrapping and Burn

2010-08-31 Thread Bruce Cran
to the mailing list because of all the extra text. -- Bruce Cran -- This SF.net Dev2Dev email is sponsored by: Show off your parallel programming skills. Enter the Intel(R) Threading Challenge 2010. http://p.sf.net/sfu/intel-thread

Re: [WiX-users] Error installing a multi-file .NET 4 assembly to the GAC using WiX 3.5

2010-09-01 Thread Bruce Cran
On Wed, 1 Sep 2010 08:34:37 +0100 Bruce Cran br...@cran.org.uk wrote: I'm having problems installing a multi-file mixed-mode .NET 4.0 assembly to the GAC using WiX 3.5.2030. So it appears that it's trying to install the assembly to c:\windows\assembly instead of c:\windows\microsoft.net

Re: [WiX-users] Bootstrapping and Burn

2010-09-03 Thread Bruce Cran
with InstallShield-based installers due to the InstallScript engine needing to be bootstrapped. All that has left me with a continuing negative impression of the product which I may at some point need to re-evaluate. -- Bruce Cran

Re: [WiX-users] .Net 4 bootstrapper with Windows Imaging Component

2010-09-08 Thread Bruce Cran
to see if it's 4.0 or newer that check will always fail on the checked build of Windows 7 - so you'll never get past the prerequisites check. I don't know how much of a problem that is, but it was for me because I was wanting to test my driver on the checked build. -- Bruce Cran

Re: [WiX-users] .Net 4 bootstrapper with Windows Imaging Component

2010-09-08 Thread Bruce Cran
installed 4.0 it wanted to install it again :) -- Bruce Cran -- This SF.net Dev2Dev email is sponsored by: Show off your parallel programming skills. Enter the Intel(R) Threading Challenge 2010. http://p.sf.net/sfu/intel

Re: [WiX-users] .Net 4 bootstrapper with Windows Imaging Component

2010-09-08 Thread Bruce Cran
regarding Burn: it appears from the code that it just does a LoadLibrary() and that'll be why it's seeing the old version from system32. -- Bruce Cran -- This SF.net Dev2Dev email is sponsored by: Show off your parallel

Re: [WiX-users] .Net 4 bootstrapper with Windows Imaging Component

2010-09-08 Thread Bruce Cran
not sure how far I'd trust it with anything more complex than a console application. -- Bruce Cran -- This SF.net Dev2Dev email is sponsored by: Show off your parallel programming skills. Enter the Intel(R) Threading Challenge

Re: [WiX-users] use wix to pin to taskbar and pin to start menu

2010-09-10 Thread Bruce Cran
in the normal locations and let the user decide, if they like your application, to pin it to the taskbar and the start menu. Finding a way to put shortcuts into every possible location is only going to annoy the users. -- Bruce Cran

Re: [WiX-users] .Net 4 bootstrapper with Windows Imaging Component

2010-09-11 Thread Bruce Cran
that .NET 4.0 is installed but still displays the message: The .NET Framework 4.0 is required by [BundleName] to Click Install to(view license) -- Bruce Cran -- Start uncovering the many advantages of virtual appliances

Re: [WiX-users] Error installing a multi-file .NET 4 assembly to the GAC using WiX 3.5

2010-09-12 Thread Bruce Cran
On Wed, 1 Sep 2010 09:09:03 +0100 Bruce Cran br...@cran.org.uk wrote: On Wed, 1 Sep 2010 08:34:37 +0100 Bruce Cran br...@cran.org.uk wrote: I'm having problems installing a multi-file mixed-mode .NET 4.0 assembly to the GAC using WiX 3.5.2030. So it appears that it's trying to install

Re: [WiX-users] License agreement dialog does not display the license agreement text

2010-09-22 Thread Bruce Cran
' RTF content in the file. When it happened to me I found opening it in WordPad and doing a Save As, overwriting the original file solved the problem. -- Bruce Cran -- Start uncovering the many advantages of virtual

Re: [WiX-users] gui

2010-09-23 Thread Bruce Cran
do it. -- Bruce Cran -- Nokia and ATT present the 2010 Calling All Innovators-North America contest Create new apps games for the Nokia N8 for consumers in U.S. and Canada $10 million total in prizes - $4M cash, 500

Re: [WiX-users] WiX 3.0 to 3.5 issue

2010-09-26 Thread Bruce Cran
input file 'dutil.lib' dutil has been split into architecture and VS-specific versions. For example in WiX 3.6, SDK\lib contains: dutil_2005.lib dutil_2005_x64.lib dutil_2005_ia64.lib dutil_2008.lib dutil_2008_x64.lib dutil_2008_ia64.lib dutil_2010.lib dutil_2010_x64.lib dutil_2010_ia64.lib -- Bruce

Re: [WiX-users] Per-user installation with elevation prompt

2010-09-26 Thread Bruce Cran
InstallScope and InstallPrivileges I got the elevation prompt and the upgrade worked. -- Bruce Cran -- Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment

Re: [WiX-users] How to create an installer looks like Visual Studio 2010

2010-09-29 Thread Bruce Cran
it's done (which could be a while yet) your only option is to roll your own. dotnetinstaller SharpSetup offer something similar. The problem I see with Burn is that it has .NET as a prerequisite, which means you have a minimum of about 50MB if you want to support offline installations. -- Bruce

Re: [WiX-users] Protect Files from beeing uninstalled

2010-10-04 Thread Bruce Cran
the files, not set a GUID so Windows Installer will copy the file but not keep track of it. You might want to set 'NeverOverwrite' in that case to prevent upgrades overwriting local changes. -- Bruce Cran -- Virtualization

Re: [WiX-users] Error while building WXS file.

2010-10-05 Thread Bruce Cran
source file; detail: The 'Directory' start tag on line 57 does not match the end tag of 'Component'. Line 62, position 13 There's a missing /Directory tag near line 60. -- Bruce Cran -- Beautiful is writing same markup

Re: [WiX-users] Application registry keys best practise

2010-10-08 Thread Bruce Cran
be accessible. -- Bruce Cran -- Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 L3. Spend less time writing and rewriting code and more time creating

Re: [WiX-users] WiX 3.6 msi ?

2010-10-13 Thread Bruce Cran
problem - see the thread is there an issue with the latest 3.6 cab file. -- Bruce Cran -- Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 L3

Re: [WiX-users] Wix Mailing list

2010-10-19 Thread Bruce Cran
your subject should have been unsubscribe (not Wix Mailing list) and sent only to wix-users-request@, not wix-users@ . Alternatively, visit the sourceforge page. -- Bruce Cran -- Download new Adobe(R) Flash(R) Builder(TM

Re: [WiX-users] Newbie to Wix for MSI installer.

2010-11-23 Thread Bruce Cran
applications like Office 2007 install it too? At least back in the .NET 1.1 and early 2.0 days there were fairly few .NET applications and I saw complaints from people who needed to install a large framework in order to use a small application. -- Bruce Cran

Re: [WiX-users] Run as Administrator

2010-11-26 Thread Bruce Cran
On Fri, 26 Nov 2010 14:38:17 +0100 Antonio Llano Batarrita alla...@apillano.com wrote: Is there a way to set the Run always as administrator to the app executable file. See the thread Run as Administrator from a few days ago. -- Bruce Cran

Re: [WiX-users] WiX displaying License file in rtf, screen is blank.

2010-11-29 Thread Bruce Cran
). It's a known issue, caused I believe by 'advanced' RTF that MS Word generates. The normal workaround is to open it in WordPad and re-save. -- Bruce Cran -- Increase Visibility of Your 3D Game App Earn a Chance To Win

Re: [WiX-users] Windows updates

2013-07-12 Thread Bruce Cran
has already been installed - Windows tries to automatically download it. On a plain Server 2008 machine for example installation fails if it has never been connected to the Internet because the signature can't be verified. -- Bruce Cran

Re: [WiX-users] Win8.1 + DIFx problem...

2013-07-16 Thread Bruce Cran
Have you filed a bug report with Microsoft? -- Bruce Cran Sent from my iPhone On 16 Jul 2013, at 13:27, Gonzalez, John john.gonza...@intel.com wrote: I have the same, or similar, issue. It is not expected and showed up around the 9419 build release. Currently have no ETA of a fix

[WiX-users] Burn uninstalls product instead of upgrading it

2013-08-23 Thread Bruce Cran
: {BUNDLE_GUID}, type: Upgrade, default requested: Absent, ba requested: Absent, execute: Uninstall, rollback: Install, dependency: None ... It then proceeeds to uninstall the product but leave the new version in Add/Remove Programs. Any idea what I'm doing wrong? -- Bruce Cran

Re: [WiX-users] [Wix]: Create silent MSI using Wix

2013-08-23 Thread Bruce Cran
On 23/08/2013 15:20, Alain Forget wrote: Don't WiX-built MSIs have no UI by default? See the second paragraph of http://wix.tramontana.co.hu/tutorial/user-interface So just follow the steps of the Getting Started tutorial, and don't do anything in the UI section? I think there's a single

Re: [WiX-users] Burn uninstalls product instead of upgrading it

2013-08-24 Thread Bruce Cran
On 23/08/2013 21:58, Rob Mensching wrote: Might be related to: http://wixtoolset.org/issues/3643/ Thanks, that was the problem. -- Bruce -- Introducing Performance Central, a new site from SourceForge and

[WiX-users] Burn, signature verification and failure on Vista

2013-08-28 Thread Bruce Cran
other way Windows is likely to have the updated certificates? Or, should I remove the signature on the installer and MSI file to avoid this problem? Or is there a way to ask Burn to skip the verification step? -- Bruce Cran

Re: [WiX-users] Add text to final window in burn bootstrapper/installer

2013-08-28 Thread Bruce Cran
the fact that when uninstall completes it reports Setup Success. -- Bruce Cran -- Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! Discover the easy way to master current and previous Microsoft

Re: [WiX-users] Add text to final window in burn bootstrapper/installer

2013-08-28 Thread Bruce Cran
Could you sent a pull request to integrate this change upstream please? -- Bruce Cran Sent from my iPhone On 28 Aug 2013, at 14:28, Steven Ogilvie steven.ogil...@titus.com wrote: Yes exactly BA is using the same property for Setup/Uninstall for the success/failure string I fixed

Re: [WiX-users] Add text to final window in burn bootstrapper/installer

2013-08-28 Thread Bruce Cran
don't know what that means (and I have yet to figure out where and how to modify .wxl files). Alain -Original Message- From: Bruce Cran [mailto:br...@cran.org.uk] Sent: Wednesday, August 28, 2013 11:39 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX

Re: [WiX-users] Add text to final window in burn bootstrapper/installer

2013-08-28 Thread Bruce Cran
and how to modify .wxl files). Alain -Original Message- From: Bruce Cran [mailto:br...@cran.org.uk] Sent: Wednesday, August 28, 2013 11:39 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Add text to final window in burn bootstrapper/installer

Re: [WiX-users] Add text to final window in burn bootstrapper/installer

2013-08-28 Thread Bruce Cran
/ ? If so, how will I be able to add text to the Setup Complete box? My apologies if I seem a tad dense, but this is very unfamiliar territory for me. -Original Message- From: Bruce Cran [mailto:br...@cran.org.uk] Sent: Wednesday, August 28, 2013 2:02 PM To: General discussion

Re: [WiX-users] Add text to final window in burn bootstrapper/installer

2013-08-30 Thread Bruce Cran
Subject: Re: [WiX-users] Add text to final window in burn bootstrapper/installer You want me to make the change for 3.8 or your going to make the change? I can send you my code for the BA if you want :) -Original Message- From: Bruce Cran [mailto:br...@cran.org.uk] Sent

Re: [WiX-users] Add text to final window in burn bootstrapper/installer

2013-08-31 Thread Bruce Cran
:48, Steven Ogilvie steven.ogil...@titus.com wrote: No sorry I am not using 3.8 I am using 3.7 with the Extended BA from Neil -Original Message- From: Bruce Cran [mailto:br...@cran.org.uk] Sent: August-30-13 9:00 AM To: General discussion for Windows Installer XML toolset

Re: [WiX-users] Add text to final window in burn bootstrapper/installer

2013-08-31 Thread Bruce Cran
Can't Steven put the change in the public domain and someone who's already signed the agreement can commit it? -- Bruce Sent from my iPhone On 31 Aug 2013, at 04:10, Bob Arnson b...@joyofsetup.com wrote: On 28-Aug-13 13:29, Steven Ogilvie wrote: Text Name=SuccessHeader X=11 Y=80

Re: [WiX-users] Add text to final window in burn bootstrapper/installer

2013-09-06 Thread Bruce Cran
yourself? -- Bruce Cran -- Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! Discover the easy way to master current and previous Microsoft technologies and advance your career. Get an incredible 1,500

Re: [WiX-users] Add text to final window in burn bootstrapper/installer

2013-09-18 Thread Bruce Cran
to post diff on the code plea site I'll add it to the extended BA. Neil On 30 Aug 2013, at 14:48, Steven Ogilvie steven.ogil...@titus.com wrote: No sorry I am not using 3.8 I am using 3.7 with the Extended BA from Neil -Original Message- From: Bruce Cran [mailto:br

Re: [WiX-users] Add text to final window in burn bootstrapper/installer

2013-09-18 Thread Bruce Cran
On 18/09/2013 14:08, Steven Ogilvie wrote: So it is not currently supported? I don't think so. At least, the WixStdBA doesn't. -- Bruce Cran -- LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99

Re: [WiX-users] install only on server 2012 and server 2008

2013-09-20 Thread Bruce Cran
(2008R2 is 6.1, 2012 is 6.2, 2012 R2 is 6.3). -- Bruce Cran -- LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99! 1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint 2013, SQL 2012

Re: [WiX-users] install only on server 2012 and server 2008

2013-09-23 Thread Bruce Cran
On 9/23/2013 5:23 AM, Steven Ogilvie wrote: Check out VersionNT and NTProductType (Google them to get the proper values for the two OS's you want) Or read my reply :) -- Bruce Cran -- LIMITED TIME SALE - Full Year

[WiX-users] wixtoolset.org reporting 503 - service unavailable

2013-10-04 Thread Bruce Cran
http://wixtoolset.org/ reports: Service Unavailable HTTP Error 503. The service is unavailable. -- Bruce Cran -- October Webinars: Code

Re: [WiX-users] Howto override variables from a file using MSBuild/VS2012

2013-10-08 Thread Bruce Cran
On 10/8/2013 1:03 AM, Blair Murri wrote: The rest (of us) buy the book (http://www.amazon.com/gp/product/0735626286?ie=UTF8tag=sedodream-20linkCode=xm2camp=1789creativeASIN=0735626286) Note that the link is for the first edition, not the second. -- Bruce Cran

[WiX-users] wixtoolset.org weekly builds downloads missing (404)

2013-10-11 Thread Bruce Cran
None of the builds via wixtoolset.org are working. For example trying to download 3.8.1007 results in the broken link http://wixtoolset.org/downloads/v3.8.1007.0/wix38.exe. -- Bruce Cran -- October Webinars: Code

Re: [WiX-users] wixtoolset.org weekly builds downloads missing (404)

2013-10-11 Thread Bruce Cran
On 10/11/2013 5:42 PM, Bruce Cran wrote: None of the builds via wixtoolset.org are working. For example trying to download 3.8.1007 results in the broken link http://wixtoolset.org/downloads/v3.8.1007.0/wix38.exe. After refreshing each page it now works. -- Bruce Cran

Re: [WiX-users] Signing binaries and msi...

2013-10-22 Thread Bruce Cran
-elevation-prompt-description Otherwise, the description will contain a randomly-generated filename. -- Bruce Cran -- October Webinars: Code for Performance Free Intel webinars can help you accelerate application

Re: [WiX-users] Signing binaries and msi...

2013-10-22 Thread Bruce Cran
writing my own implementation which retries 10 times with pauses in-between to try and handle network problems which prevent the timestamp server being reached. -- Bruce Cran -- October Webinars: Code for Performance

Re: [WiX-users] Signing binaries and msi...

2013-10-23 Thread Bruce Cran
parameters. -- Bruce Cran -- October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from

Re: [WiX-users] repair does not repair file that was changed

2013-10-28 Thread Bruce Cran
On 10/28/2013 1:35 PM, Andrew Makhorin wrote: Is there any way to tell the installer to always install original files provided in .msi on repairing/reinstalling the product? See http://technet.microsoft.com/en-us/library/cc759262%28v=ws.10%29.aspx?ppud=4#BKMK_Repair . -- Bruce

Re: [WiX-users] [SPAM] Re: [SPAM] Re: Errors installing 3.7

2013-10-30 Thread Bruce Cran
of what can go wrong. You're supposed to import just the specific certificates you need from another machine. -- Bruce Cran -- Android is increasing in popularity, but the open development platform that developers love is also

Re: [WiX-users] Custom action was working now it isn't.... HELP...

2013-10-31 Thread Bruce Cran
more than that and it fails with an Insufficient buffer error. Could something similar be happening? -- Bruce Cran -- Android is increasing in popularity, but the open development platform that developers love is also

Re: [WiX-users] Microsoft Reciprocal License explaination

2013-11-20 Thread Bruce Cran
want to prevent your competitors from getting the improvements :) -- Bruce Cran -- Shape the Mobile Experience: Free Subscription Software experts and developers: Be at the forefront of tech innovation. Intel(R) Software

Re: [WiX-users] Signing all DLLs and EXEs in project

2013-12-18 Thread Bruce Cran
I guess the OP is talking about native binaries, not .NET assemblies since he mentioned signtool - sn is the .NET signing tool. -- Bruce On 12/18/2013 1:23 PM, John Cooper wrote: You'll have to correctly handle the case where a binary cannot be signed because it has references to unsigned

Re: [WiX-users] Signing all DLLs and EXEs in project

2013-12-18 Thread Bruce Cran
On 12/18/2013 1:21 PM, John Cooper wrote: If you're signing more than a dozen or so files in one pass, you've got bigger problems. :) Besides which, like many build-related tasks, signing is an activity best done in the same project generating the binary. +1. Unless you're talking about

Re: [WiX-users] [SPAM] Re: 0x80096005: timestamp signature and/or certificate could not be verified

2014-01-28 Thread Bruce Cran
On 1/28/2014 3:27 PM, Phill Hogland wrote: There are other similar reports on the internet which are not related to Wix, so the root problem is probably more along the lines that Christopher suggested. When you recompiled did you consider using MsiPackage/@SuppressSignatureVerification? This

Re: [WiX-users] Add/Remove Programs doesn't refresh sometimes

2012-01-05 Thread Bruce Cran
On 05/01/2012 13:54, Bruce Cran wrote: I'm also seeing this problem, with WiX 3.6. I click Uninstall, the program uninstalls and asks for a reboot. I answer No and the list of installed applications fails to refresh until I click F5. Having read about how WI checks whether it needs

Re: [WiX-users] Add/Remove Programs doesn't refresh sometimes

2012-01-05 Thread Bruce Cran
or update for the product required a restart for all changes to take effect. The restart was deferred to a later time. --- Ending a Windows Installer transaction: {GUID}. Client Process Id: 1876. Any ideas why the list is failing to refresh? -- Bruce Cran

Re: [WiX-users] Visual C++ 2010 Merge Module

2012-01-27 Thread Bruce Cran
On 27/01/2012 15:59, John Bergman wrote: Where did you get the merge module for the VC 10.0 Runtime? I have been looking for one for quite some time. If you have Visual Studio 2010 installed, it's in C:\Program Files (x86)\Common Files\Merge Modules -- Bruce Cran

Re: [WiX-users] Burn without UI

2012-01-31 Thread Bruce Cran
of requiring customers to install .NET on platforms such as Server 2008 or Hyper-V Server just so they can run my installer to install a native application :) -- Bruce Cran -- Keep Your Developer Skills Current

Re: [WiX-users] Burn without UI

2012-01-31 Thread Bruce Cran
On 31/01/2012 19:14, Dieter Lunn wrote: Even with a managed bootstrapper you don't need .NET installed initially if I remember correctly. That's right - Burn will bootstrap .NET first. But I just don't like the idea of requiring extra software to be installed just for the installer. -- Bruce

Re: [WiX-users] Burn without UI

2012-01-31 Thread Bruce Cran
On 31/01/2012 20:02, Bruce Cran wrote: On 31/01/2012 19:14, Dieter Lunn wrote: Even with a managed bootstrapper you don't need .NET installed initially if I remember correctly. That's right - Burn will bootstrap .NET first. But I just don't like the idea of requiring extra software

Re: [WiX-users] Wow!

2012-03-02 Thread Bruce Cran
On 02/03/2012 21:55, Larry Fluckiger wrote: I'd love to see the new look. Can anyone point me to some screenshots? There's a screenshot at http://www.joyofsetup.com/2012/01/22/the-new-wixtoolset-org-and-weekly-builds/ -- Bruce Cran

Re: [WiX-users] Wow!

2012-03-03 Thread Bruce Cran
On 03/03/2012 16:37, John H Bergman (XPedient) wrote: On mine the Updating Gear was constantly turning, (probably by design, but I thought Id mention it). I think it's because it's looking for files in on the Sourceforge server and not finding them (since they've been removed). -- Bruce

Re: [WiX-users] Wow!

2012-03-04 Thread Bruce Cran
- it downloads everything it needs during installation, or you can use the /layout switch to get a set of files for use offline. Visual Studio 11 etc. will work this way too. -- Bruce Cran -- Virtualization Cloud Management Using

Re: [WiX-users] Wow!

2012-03-04 Thread Bruce Cran
that the installer needs. When you run the bootstrapper without /layout it still does all the registry operations etc. but will use the local files instead of downloading them again. -- Bruce Cran -- Try before you buy = See our

Re: [WiX-users] Wow!

2012-03-05 Thread Bruce Cran
rename the directory, wdksetup.exe goes online to fetch the files. Of course it doesn't help if you want to do the download using your Mac. -- Bruce Cran -- Try before you buy = See our experts in action! The most

Re: [WiX-users] Wow!

2012-03-05 Thread Bruce Cran
at http://www.osronline.com/cf.cfm?PageURL=showlists.cfm?list=NTDEV a few days ago. -- Bruce Cran -- Try before you buy = See our experts in action! The most comprehensive online learning library for Microsoft developers

Re: [WiX-users] Wow!

2012-03-05 Thread Bruce Cran
On 05/03/2012 17:13, Bruce Cran wrote: There was a rather lengthy discussion about this wrt driver development at http://www.osronline.com/cf.cfm?PageURL=showlists.cfm?list=NTDEV a few days ago. The link to the actual thread is http://www.osronline.com/showthread.cfm?link=220737

[WiX-users] candle: error and stack trace with RemoveFile-only component

2012-04-05 Thread Bruce Cran
) The source is similar to: Component RemoveFile Id=app.exe On=both Name=app.exe Directory=SomeFolder/ /Component I guess something should be catching the error sooner? -- Bruce Cran -- Better than sec? Nothing is better than sec

[WiX-users] Burn leaving stub .tmp files in %Temp%

2012-04-12 Thread Bruce Cran
I've noticed that Burn in 3.6 RC0 is leaving DEL.tmp files in %Temp% that are the bootstrapper stub. Should they be getting deleted, or are they being left for debugging for now? -- Bruce Cran -- For Developers

Re: [WiX-users] WiX 3.6 Intellisense

2012-04-13 Thread Bruce Cran
I still have IntelliSense but no description/help popups are being displayed for elements/attributes. -- Bruce Cran On 13 Apr 2012, at 09:03, Neil Sleightholm n...@x2systems.com wrote: Since installing WiX 3.6 RC0 I have lost intellisense in VS2010 - is anyone else seeing

Re: [WiX-users] building a custom bootstrapper application from wixstdba

2012-04-24 Thread Bruce Cran
You need to use the bal:WixStandardBootstrapperApplication element to tell the ba where to find the license and logo. See the changing the wix standard bootstrapper application branding topic in the help file. -- Bruce Cran Sent from my iPad On 24 Apr 2012, at 17:31, jean claude klodjan

Re: [WiX-users] Placement of reboot

2012-04-25 Thread Bruce Cran
On 25/04/2012 20:33, Hoover, Jacob wrote: Run wouldn't be the proper term. It's more including the fragment when it compiles the MSI. If it isn't referenced, then it doesn't exist. I don't think 'compile' is the proper term either - I think it happens during linking :) -- Bruce Cran

Re: [WiX-users] Bootstapper hangs

2012-04-28 Thread Bruce Cran
will call Detect() at startup, and then when the user clicks Install it'll call Plan(). Once Plan completes it'll automatically call Apply(). For a BA with no UI I think you'd call Detect() in OnStartup(), Plan() in OnDetectComplete(), and Apply() in your OnApplyComplete() method. -- Bruce Cran

[WiX-users] Setting the Bundle GUID

2012-04-30 Thread Bruce Cran
Are there plans to allow the Bundle GUID to be specified? At the moment I'd like it to stay the same since I'm not changing the MSI or version (only the BA), but it changes with each build. -- Bruce Cran -- Live

[WiX-users] WixBundleLog missing from Burn Built-in Variables doc page?

2012-05-01 Thread Bruce Cran
Should WixBundleLog be documented on http://wix.sourceforge.net/manual-wix3/bundle_built_in_variables.htm ? -- Bruce Cran -- Live Security Virtual Conference Exclusive live event will cover all the ways today's

Re: [WiX-users] Can I get the location of setup log files from my BA?

2012-05-01 Thread Bruce Cran
generated at [WixBundleLog]. -- Bruce Cran -- 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

Re: [WiX-users] Nightly builds of wix

2012-05-03 Thread Bruce Cran
On 03/05/2012 16:28, Wesley Manning wrote: See http://wixtoolset.org/releases And to see what's changed, you can use http://wix.codeplex.com/SourceControl/list/changesets since it seems to get updated every week. - - Bruce

[WiX-users] Compiler sometimes not printing error messages in Visual Studio

2012-05-03 Thread Bruce Cran
Has anyone else noticed candle.exe failing in the latest weekly builds when run in Visual Studio without displaying an error message? Sometimes I have to run clean/build several times before it'll tell me where the error is. -- Bruce Cran

[WiX-users] Searching WixBundleOriginalSource for bundle in addition to ExecutableName

2012-05-04 Thread Bruce Cran
WixBundleOriginalSource for bundles too? -- Bruce Cran -- 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

Re: [WiX-users] WiX 3.6 weekly build release notes/changes

2012-05-08 Thread Bruce Cran
updated once a week. -- Bruce Cran -- 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

[WiX-users] Sequencing ProductSearch/RegistrySearch to get a directory given an upgrade code

2012-05-09 Thread Bruce Cran
Is it possible to get a directory given an upgrade code? A ProductSearch outputs a product code and a RegistrySearch can output the InstallLocation given a product code but is it possible to schedule them so the RegistrySearch uses the output of a ProductSearch? -- Bruce Cran

Re: [WiX-users] Bundle fails on WIN2K machine .exe is not a valid Win32 application

2012-05-09 Thread Bruce Cran
On 09/05/2012 20:49, James Johnston wrote: Vista too?! No, they're just dropping support for XP/Server 2003. -- Bruce Cran -- Live Security Virtual Conference Exclusive live event will cover all the ways today's

Re: [WiX-users] Bundle fails on WIN2K machine .exe is not a valid Win32 application

2012-05-09 Thread Bruce Cran
are Windows Server 2008 SP2 and Windows Vista. Windows XP is not a supported operating system for the release (design-time or run-time). -- Bruce Cran -- Live Security Virtual Conference Exclusive live event will cover

Re: [WiX-users] (no subject)

2012-05-14 Thread Bruce Cran
I think you should also be including all driver files (inf, sys, dll, readme etc.) In a single component. -- Bruce Cran On 11 May 2012, at 19:22, Elliott Dicus ewdi...@gmail.com wrote: Hello all, I'm working on a project that communicates with an Arduino Uno. As such, we'd like

Re: [WiX-users] Signing the burn bootstrapper

2012-05-15 Thread Bruce Cran
that error occurs if you compress packages into the installer executable but don't sign them: I found that if you sign the installer but leave the MSI files unsigned then Burn fails to extract them at runtime. -- Bruce Cran

Re: [WiX-users] Signing the burn bootstrapper

2012-05-15 Thread Bruce Cran
On 15/05/2012 11:35, Bruce Cran wrote: I think that error occurs if you compress packages into the installer executable but don't sign them: I found that if you sign the installer but leave the MSI files unsigned then Burn fails to extract them at runtime. The problem wasn't

[WiX-users] OnExecuteProgress WS03: progress values go back to 95 from 100

2012-05-17 Thread Bruce Cran
I noticed that on Windows Server 2003 (Windows Installer 3.1) the progress values in OnExecuteProgress can go down - they reach 100 and then go back to 95 and work their way back up to 100. -- Bruce Cran -- Live

[WiX-users] Burn: repair with EnableFeatureSelection=yes broken?

2012-06-26 Thread Bruce Cran
? -- Bruce Cran -- 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

Re: [WiX-users] Burn: Planning: package customization

2012-06-27 Thread Bruce Cran
and if it returns TRUE then return IDCANCEL. Ultimately the way to cancel setup from a BA is to return IDCANCEL from any of your callbacks. -- Bruce Cran -- Live Security Virtual Conference Exclusive live event will cover all

Re: [WiX-users] msi execution with Windows Installer 4.5 on Windows XP fail

2012-06-27 Thread Bruce Cran
- This installation package cannot be installed by the Windows Installer service. You must install a Windows service pack that contains a newer version of the Windows Installer service. - Did I do something wrong? The InstallerVersion should be 405, not 450. -- Bruce Cran

Re: [WiX-users] Command line arguments to managed BA

2012-06-28 Thread Bruce Cran
not handled by Burn. Standard parameters like /passive, /quiet etc. are handled and your BA doesn't see those in the array of command line arguments, but it's up to you to do a MessageBox, printf etc. if you get /?. -- Bruce Cran

Re: [WiX-users] Wix 3.6 backwards compatibility

2012-06-28 Thread Bruce Cran
paths in any projects, since they've been changed from including the architecture in the filename to having them under a directory structure e.g. SDK\VS2010\lib\x64\dutil.lib . -- Bruce Cran -- Live Security Virtual

Re: [WiX-users] Burn - BA: Passwords in BA listboxes visible in log files

2012-07-04 Thread Bruce Cran
on Google for 'WiX burn secure variable' :) http://sourceforge.net/tracker/?func=detailaid=3302804group_id=105970atid=642714 -- Bruce Cran -- Live Security Virtual Conference Exclusive live event will cover all the ways

Re: [WiX-users] msiexec file path

2012-07-04 Thread Bruce Cran
. How can i specify the path in the customaction? The custom action won't work since you can't install a .msi file from within a running installation - you'd need to use a bootstrapper/chainer like Burn. -- Bruce Cran

Re: [WiX-users] Unnecessary? reboot when repairing an install on Win XP

2012-07-06 Thread Bruce Cran
Server VSS Writer. Stopping the SQLWriter service allows me to delete it. -- Bruce Cran -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed

<    1   2   3   >