Re: [WiX-users] WDK 8.0, Driver Verifier and XP/2003 compatiblity

2012-12-19 Thread Bruce Cran
On 19/12/2012 21:09, Bruce Cran wrote: > I know this isn't recommended, but is there some incompatibility > between WDK 8.0 and XP/2003 that prevents drivers running correctly > with Driver Verifier? > We're finding that when Driver Verifier is enabled our driver gets so

Re: [WiX-users] Transition from InstallShield to WiX

2012-12-29 Thread Bruce Cran
he red UI). -- Bruce Cran -- Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current with LearnDevNow - 3,200 step-by-step video tutori

[WiX-users] Adding/deleting project configurations

2013-01-05 Thread Bruce Cran
Is adding or deleting project configurations in Visual Studio supposed to work (in WiX 3.7)? With VS2010 when I try and add or remove a configuration to the WiX project in the solution's Configuration Manager it doesn't give any error message but no changes are applied. --

[WiX-users] Identical left and right sub-expressions in plan.cpp - bug?

2013-01-14 Thread Bruce Cran
edBundle->package.execute) -- Bruce Cran -- Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current with LearnDevNow - 3,200 step-by

Re: [WiX-users] Repairs and runtimes

2013-01-15 Thread Bruce Cran
des a hotfix, which is a patched version of the affected library, Microsoft automatically updates library files that are centrally-deployed (installed in System32 Directory)." -- Bruce Cran -- Master SQL Server

Re: [WiX-users] Repairs and runtimes

2013-01-16 Thread Bruce Cran
t they're less > likely to be downgraded without your knowledge. Yes, it brings back DLL hell - but isn't the answer not to use 'a' for exactly this reason? -- Bruce Cran -- Master Java SE, Java EE,

Re: [WiX-users] Set font color in WiXUIExtension UIs

2013-02-03 Thread Bruce Cran
Isn't it just a case of overriding the strings in an additional wxl file? I've done that when using dark backgrounds. -- Bruce Cran Sent from my iPhone On 31 Jan 2013, at 17:51, Rob Mensching wrote: > It is possible. You can create your own UI. I guess I disagree that it

Re: [WiX-users] Redisplay MSI's UI when Bootstrapper is run a second time

2013-02-03 Thread Bruce Cran
You can't display a feature tree, but it does support adding checkboxes to the options page which can be used to select features. -- Bruce Cran Sent from my iPhone On 31 Jan 2013, at 17:54, Karl Werner wrote: > Can you have the wix standard bootstrapper prompt the user for

Re: [WiX-users] Creating a bootstrap application and need a more simple UI

2013-02-11 Thread Bruce Cran
ive a simple "Install" button. >From http://neilsleightholm.blogspot.co.uk/2012/05/wix-burn-tipstricks.html all you need to do is use the WixStandardBootstrapperApplication.HyperlinkLicense BA and set WixStdbaLicenseUrl to

Re: [WiX-users] Creating a bootstrap application and need a more simple UI

2013-02-11 Thread Bruce Cran
On 11/02/2013 20:43, joshh wrote: > That is really close to what I am looking for. The only improvement I can > think of would be to reduce the size and have a short message. And maybe a > background logo like the wix ui can have. I agree - it's a bit bare without the eula.

Re: [WiX-users] Creating a bootstrap application and need a more simple UI

2013-02-11 Thread Bruce Cran
ting your UI in burn rather than using the > MSI UI. Neil, From an earlier message: "My issue isn't the installer UI but rather the bootstrapper UI (If that makes sense)." So this _is_ about the Burn UI. -- Bruce Cran ---

Re: [WiX-users] Bundle registered in ARP after prerequesitesare installed

2013-02-13 Thread Bruce Cran
On 13/02/2013 08:01, Ogrodowski, Sabine (ehem. Frauenhoffer) wrote: > Thank you for your reply. I know, that it can be that simple to use the > WixNetFxExtension. Unfortunately I need to also install on machines that have > no internet access and so I can't use it. That's why I copied some part f

Re: [WiX-users] Mail from Rob marked as spam

2013-02-20 Thread Bruce Cran
73.107.18; envelope-from=r...@robmensching.com; helo=allium.arvixe.com; -- Bruce Cran -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free

[WiX-users] "This collection is read-only" error in Visual Studio 2012

2013-02-25 Thread Bruce Cran
I've come across a few problems with the WiX 3.7 plugin with Visual Studio 2012. Today I tried to add a reference to a bootstrapper project by double-clicking on the project name was told "This collection is read-only"; trying it again but clicking the "Add" button worked. Has anyone else come

[WiX-users] Debugging VS2012 plugin crashes?

2013-02-27 Thread Bruce Cran
I created an MSI project where if I go into the Build tab in the project settings and try to change anything, Visual Studio 2012 crashes. Is there any way of finding out what's going wrong? -- Bruce Cran -- Eve

[WiX-users] Burn: hang after "Apply Complete" on Vista

2013-03-12 Thread Bruce Cran
: 0x0, restart: None, ba requested restart: No" and then always hangs, with all 3 threads stuck in GetMessageW. It works with 2008R2: is there a known bug with Vista/2008R1? -- Bruce Cran -- Everyone hates slow websites

Re: [WiX-users] Burn: hang after "Apply Complete" on Vista

2013-03-12 Thread Bruce Cran
On 12/03/2013 20:49, Rob Mensching wrote: > Is the task scheduler enabled and running? If not, try that and see if the > problem goes away. Unfortunately it is already running. I'll do some more debugging to see what's going on. -- Bruce > On Tue, Mar 12, 2013 at 12:32 PM

[WiX-users] Platform-specific references (difxapp_x64 etc.)

2013-03-13 Thread Bruce Cran
I have to choose to reference either difxapp_x86 _or_ difxapp_x64, but building a 32-bit msi with difxapp_x64 referenced seems to work. -- Bruce Cran -- Everyone hates slow websites. So do we. Make your web apps faster

Re: [WiX-users] how to deal with the service removal during upgrade and repair in WIX?

2013-03-16 Thread Bruce Cran
27; instead. e.g. http://stackoverflow.com/questions/320921/how-to-add-a-wix-custom-action-that-happens-only-on-uninstall-via-msi -- Bruce Cran -- Everyone hates slow websites. So do we. Make your web apps faster with A

Re: [WiX-users] Building Wix 3.6

2013-03-19 Thread Bruce Cran
.sln and build the projects individually. -- Bruce Cran -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://

Re: [WiX-users] Building Wix 3.6

2013-03-19 Thread Bruce Cran
On 19/03/2013 12:31, Bruce Cran wrote: > Clone https://hg.codeplex.com/wix : > > hg clone https://hg.codeplex.com/wix -b wix38 Sorry ignore most of that - those instructions are for WiX 3.8 not 3.6. To get 3.6 you just need to use "-b wix36" when cloning and follow the

Re: [WiX-users] How to pass some arguments during major upgrade to obsoleted msi to prevent removing RegistryKey

2013-03-22 Thread Bruce Cran
move the key. -- Bruce Cran -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn

Re: [WiX-users] Question about conditional statements in elements

2013-03-23 Thread Bruce Cran
product release, represented as a string GUID, for example "{12345678-1234-1234-1234-123456789012}"." That seems to imply it shouldn't be changed from one build to the next but only when the major, minor or revision fields are changed. -- Bruce Cran ---

Re: [WiX-users] Sign the msi

2013-03-28 Thread Bruce Cran
Or, if you really want it to auto-select which certificate to use! http://timestamp.globalsign.com/scripts/timstamp.dll /d "%(SignMsi.FullPath)"" /> The timestamp URL might be comodo, verisign, globalsign etc. depending on who your Authenticode certificate was purchased from. -- Bruc

Re: [WiX-users] system32 install issue

2013-04-07 Thread Bruce Cran
operty; the syswow64 folder contains 32-bit binaries. -- Bruce Cran -- Minimize network downtime and maximize team effectiveness. Reduce network management and security costs.Learn how to hire the most talented Cisco Cer

Re: [WiX-users] Can't install Wix 3.8 on Windows XP

2013-04-11 Thread Bruce Cran
On 11/04/2013 14:23, Sergey Yukhno wrote: > Can't install Wix 3.8 on Windows XP. > "Wix38.exe is not valid Win32 application." That looks like a problem with the VS 2012 settings. I thought we'd fixed them all - what build are you trying t

Re: [WiX-users] WiX vs NSIS

2013-04-16 Thread Bruce Cran
$R2 -1 IntOp $R2 $R2 +1 StrCpy $R3 $R1 1 $R2 StrCmp $R3 "" +8 StrCmp $R3 $R0 0 -3 StrCpy $R3 $R1 $R2 IntOp $R2 $R2 +1 StrCpy $R4 $R1 "" $R2 StrCpy $R1 $R3$R4 IntOp $R2 $R2 -2 Goto -9 StrCpy $R0 $R1 Pop $R4 Pop $R3

Re: [WiX-users] WiX vs NSIS

2013-04-17 Thread Bruce Cran
e main site since 2009, but http://nsis.svn.sourceforge.net/viewvc/nsis/NSIS/trunk/ shows that work is going on, and the Unicode version at http://www.scratchpaper.com/ had a release last year. -- Bruce Cran -- Precog is a n

Re: [WiX-users] REMOVE ME PLEASE

2013-04-24 Thread Bruce Cran
On 24/04/2013 10:01, Kagiso Seboni wrote: > Please remove me from the Mailing List You can unsubscribe via the mailing list interface at: https://lists.sourceforge.net/lists/listinfo/wix-users -- Bruce Cran --

[WiX-users] RelatedBundle, 'Detect' action and result

2013-04-26 Thread Bruce Cran
I'm trying to detect products that can't be installed at the same time as ours, and found RelatedBundle's 'Detect' action. However, I can't see a way of getting the result - is there a way to put the result i

[WiX-users] Burn incorrectly logging 'MajorUpgrade' operation

2013-04-26 Thread Bruce Cran
PerMachine, version: a.b.c.d, language: 0 operation: MajorUpgrade Shouldn't it be logging 'operation: None'? -- Bruce Cran -- Try New Relic Now & We'll Send You this Cool Shirt New Relic is

Re: [WiX-users] File version always 1.0.0.0

2013-06-01 Thread Bruce Cran
anufacturer="Us" > Condition="Privileged AND (VersionNT = v6.1 OR VersionNT = v6.2)" > DisableModify="yes" Off-topic, but Windows Blue will be a free upgrade from Windows 8 and

[WiX-users] Burn: installer doesn't restart after reboot when variables are specified on cmdline

2013-06-13 Thread Bruce Cran
it's just missing the RunOnce entry to start it after login. -- Bruce Cran -- This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/

Re: [WiX-users] COM registration of a DLL

2010-07-10 Thread Bruce Cran
ou should read http://stackoverflow.com/questions/364187/how-do-you-register-a-win32-com-dll-in-wix3 for details of why you shouldn't be using it. -- Bruce Cran -- This SF.net email is sponsored by Sprint What will you do first with

Re: [WiX-users] WiX problem on Vista

2010-08-02 Thread Bruce Cran
x (which is free - http://www.virtualbox.org/) or VMWare Workstation. They allow you to take snapshots and roll back to a clean state within seconds. -- Bruce Cran -- The Palm PDK Hot Apps Program offers developers who use

[WiX-users] Bootstrapping and Burn

2010-08-30 Thread Bruce Cran
d MSI 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 distribut

Re: [WiX-users] Bootstrapping and Burn

2010-08-30 Thread Bruce Cran
single user interface; it also allows you to do minor upgrades by containing the logic to pass the correct flags to msiexec. -- Bruce Cran -- Sell apps to millions through the Intel(R) Atom(Tm) Developer Program Be part of t

Re: [WiX-users] Bootstrapping and Burn

2010-08-30 Thread Bruce Cran
On Mon, 30 Aug 2010 09:23:36 -0400 dB. 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 to millions t

Re: [WiX-users] Bootstrapping and Burn

2010-08-31 Thread Bruce Cran
stallScript 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 Challenge 2010. h

Re: [WiX-users] Bootstrapping and Burn

2010-08-31 Thread Bruce Cran
faces 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.

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

2010-09-01 Thread Bruce Cran
information. HRESULT: 0x80131043. assembly interface: IAssemblyCacheItem, function: Commit, component: {6FE05E7E-AC93-484F-A907-91E9AEE5100C} If I do an administrative installation I can use gacutil to install SctpDrv.SctpSocket.dll from SctpDrv\GAC32 so I'm not sure what could be going wrong when

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 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\assem

Re: [WiX-users] Wix 3.0 Source Code

2010-09-02 Thread Bruce Cran
On Thu, 2 Sep 2010 03:10:53 -0700 Satyaprakash J wrote: > I would like to know from where I can download the > source code for Wix 3.0 . The links on the web seem to be broken. Try http://wix.codeplex.com/SourceControl/list/changesets?branch=wix30 . -- Bruc

Re: [WiX-users] Bootstrapping and Burn

2010-09-02 Thread Bruce Cran
learning curve people seem far too unwilling to believe that MSI is a technology you should learn - as long as the MSI package installs on the developer's machine the job's done. -- Bruce Cran -- This SF.net Dev

Re: [WiX-users] Bootstrapping and Burn

2010-09-03 Thread Bruce Cran
time there were also numerous problems 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
ll 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 drive

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

2010-09-08 Thread Bruce Cran
uld continue to work on future versions of the .NET Framework and I don't want to require users to install an ancient version of .NET in 5 years, like some applications that still insist on having .NET 1.1.4322 installed. -- Bruce Cran ---

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

2010-09-08 Thread Bruce Cran
ng having 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.s

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

2010-09-08 Thread Bruce Cran
ong conclusion 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

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

2010-09-08 Thread Bruce Cran
alising data created with .NET 1.1 on a system with 1.1SP1 so I'm 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:

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

2010-09-09 Thread Bruce Cran
is. The issue is documented at http://www.ryangerard.net/1/post/2010/08/is-your-app-failing-after-installing-net-40-keep-reading.html . -- Bruce Cran -- This SF.net Dev2Dev email is sponsored by: Show off your parallel pro

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

2010-09-10 Thread Bruce Cran
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
F8:0900][2010-09-11T18:18:31.226+00:00]: Detect complete, result: 0x0 So it's seeing 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 --

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 wrote: > On Wed, 1 Sep 2010 08:34:37 +0100 > Bruce Cran 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

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

Re: [WiX-users] gui

2010-09-23 Thread Bruce Cran
On Thu, 23 Sep 2010 15:35:21 +0100 "David Amey" wrote: > Does anyone know how I could create a drop down selection for > languages, used to localise an install? I think you'd need to use a bootstrapper. I know dotnetinstaller from http://dotnetinstaller.codeplex.com can d

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

2010-09-24 Thread Bruce Cran
en't deleted, which would happen if the previous installation was uninstalled first. Is there a way to make the upgrade work? -- Bruce Cran -- Start uncovering the many advantages of virtual appliances an

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

2010-09-26 Thread Bruce Cran
t 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_20

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

2010-09-26 Thread Bruce Cran
t; I had hoped that would work, but it doesn't seem to. The combination of InstallPrivileges="elevated" and InstallScope="perUser" doesn't result in any elevation prompt (and the "Ins

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

2010-09-26 Thread Bruce Cran
oved both 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 an

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

2010-09-29 Thread Bruce Cran
ard/read but until 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

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

2010-10-04 Thread Bruce Cran
anging 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

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

2010-10-05 Thread Bruce Cran
a valid 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 "" tag near line 60. -- Bruce Cran ---

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

2010-10-08 Thread Bruce Cran
data still 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

Re: [WiX-users] WiX 3.6 msi ?

2010-10-13 Thread Bruce Cran
s a known 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, ECMAScri

Re: [WiX-users] Wix Mailing list

2010-10-19 Thread Bruce Cran
So 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 Adob

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

2010-11-23 Thread Bruce Cran
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.

Re: [WiX-users] Run as Administrator

2010-11-26 Thread Bruce Cran
On Fri, 26 Nov 2010 14:38:17 +0100 "Antonio Llano Batarrita" 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

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

2010-11-29 Thread Bruce Cran
3.5.2229.0). 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 A

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

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

2012-01-05 Thread Bruce Cran
son for Restart: 2. --- Product: MyProduct. Restart required. The installation 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: 187

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 --

Re: [WiX-users] Burn without UI

2012-01-31 Thread Bruce Cran
't like the idea 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 Devel

Re: [WiX-users] Burn without UI

2012-01-31 Thread Bruce Cran
ust for the installer. -- Bruce Cran -- Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CS

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 >

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/ -

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

Re: [WiX-users] Wow!

2012-03-04 Thread Bruce Cran
tstrapper - 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 &

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

Re: [WiX-users] Wow!

2012-03-05 Thread Bruce Cran
there's wdksetup.exe and an 'Installers' directory. If you 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 --

Re: [WiX-users] Wow!

2012-03-05 Thread Bruce Cran
ather lengthy discussion about this wrt driver development 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 compr

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

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

2012-04-05 Thread Bruce Cran
ng[] args) The source is similar to: I guess something should be catching the error sooner? -- Bruce Cran -- Better than sec? Nothing is better than sec when it comes to monitoring Big Data applications. Try Boun

[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 Devel

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 wrote: > Since installing WiX 3.6 RC0 I have lost intellisense in VS2010 - is anyone > else seein

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 clau

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 h

Re: [WiX-users] Bootstapper hangs

2012-04-28 Thread Bruce Cran
al application 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 On

[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 -

[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&#

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

2012-05-01 Thread Bruce Cran
the value - e.g. "A log file has been generated at [WixBundleLog]". -- Bruce Cran -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landsc

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

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

2012-05-04 Thread Bruce Cran
uld it be searching 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 ho

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

2012-05-08 Thread Bruce Cran
and it gets 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. D

[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

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

2012-05-09 Thread Bruce Cran
al Studio vNext. The minimum supported operating systems 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 --

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 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
help would > be greatly appreciated. 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. -- Bruce Cran ---

<    1   2   3   >