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 proble

[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
ing in the bundle or BA? -- 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. Discussio

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

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

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

2012-06-27 Thread Bruce Cran
ng the following error > > - > 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 InstallerV

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

2012-06-28 Thread Bruce Cran
gument. As far as I know a custom BA is responsible for displaying help if passed "/?" - it's not handled by Burn. Standard parameters like /passive, /quiet etc. are handled and your BA doesn't see those in the array of co

Re: [WiX-users] Wix 3.6 backwards compatibility

2012-06-28 Thread Bruce Cran
DK include and lib 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 -- Li

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

2012-07-04 Thread Bruce Cran
t; > Does anyone have an update on this? 2nd result on Google for 'WiX burn secure variable' :) http://sourceforge.net/tracker/?func=detail&aid=3302804&group_id=105970&atid=642714 -- Bruce Cran -

Re: [WiX-users] msiexec file path

2012-07-04 Thread Bruce Cran
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 -- Live Se

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

2012-07-06 Thread Bruce Cran
t's open in "SQL 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 sec

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

2012-07-06 Thread Bruce Cran
lication and retry. Info 1603. The file C:\WINDOWS\winsxs\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.30729.6161_x-ww_31a54e43\msvcp90.dll is being held in use by the following process: Name: vmtoolsd, Id: 1908, Window Title: '(not determined yet)'. Close that application and retry. -- B

Re: [WiX-users] setting the install directory for a burn bundle

2012-07-07 Thread Bruce Cran
On 07/07/2012 19:25, Sean Farrow wrote: > Is there a way of setting the Install Folder text box before the ui is > displayed. From the code it looks like you just create a Variable named InstallFolder and set it to your default directory. -- Bruc

Re: [WiX-users] How to uninstall Burn bundle?

2012-07-08 Thread Bruce Cran
you want to uninstall? Error 0x8007015e is "No action was taken as a system reboot is required" - Burn fails the Apply of any subsequent operation (install/uninstall/repair) until a reboot has happened, and I guess your install require

Re: [WiX-users] BalExtension and the Common Public License

2012-07-12 Thread Bruce Cran
yet the file is clearly under the CPL, and so by doing so you'd create a derivative product and need to distribute your changes - is this what was intended? -- Bruce Cran -- Live Security Virtual Conference Exclusive

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

2012-07-21 Thread Bruce Cran
One thing to watch out for is that the version of the CRT you can download from Microsoft's Download Center is 10.0.40219.01 whereas the merge module and vcredist_x64 installed with Visual Studio 2010 installs version 10.0.40219.325 - so you should probably always use the version from C:\Program Fi

Re: [WiX-users] How to uninstalling a Win7 taskbar shortcut?

2012-07-24 Thread Bruce Cran
wthing/archive/2003/09/03/54760.aspx -- 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] SxS MFC merge module needs to write to System32. Why?

2012-07-30 Thread Bruce Cran
.325 - the "Visual C++ 2010 SP1 x64" redistributable available via the Microsoft Download Center and Visual Studio 2012 RC both contain the old version so it's not unlikely you'll be updating to the newer version. -- Bruce Cran -

Re: [WiX-users] SxS MFC merge module needs to write to System32. Why?

2012-07-31 Thread Bruce Cran
installing the VC90 CRT, not the VC10 one. The .rbf files are the msvcrxxx.dll etc. files that have been renamed by Windows Installer. Try searching the log for "msvcr90.dll" (or msvcr100.dll if you _are_ installing the VC10 CRT) and you should see a message telling you which application

Re: [WiX-users] SxS MFC merge module needs to write to System32. Why?

2012-07-31 Thread Bruce Cran
ix-toolset.687559.n2.nabble.com/Unnecessary-reboot-when-repairing-an-install-on-Win-XP-td7579092.html where Rob said: "IIRC, there were bugs in WinSxS on Windows XP that did not handle replacing files in use well causing more reboots than nece

[WiX-users] No recent checkins on codeplex site

2012-08-06 Thread Bruce Cran
I noticed there haven't been any checkins at http://wix.codeplex.com/SourceControl/list/changesets recently - the last one was 18th June. Is there some script that should have been pushing changes that's stopped working? --

Re: [WiX-users] C++ Custom Action Dialogs

2012-08-10 Thread Bruce Cran
On 10/08/2012 15:47, Peter Shirtcliffe wrote: > If a MSI dialog is not sufficiently flexible for your needs then you would > use an external UI. And if you do use an external UI remember about Server Core which has limited GUI functionality. -- Bruc

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

2012-08-13 Thread Bruce Cran
> Am I missing something, or is something missing in the instructions, or is > something broken? Harvesting has been disabled in 3.6, I think because it was rather buggy. -- Bruce Cran -- Live Security Virtual Conferen

Re: [WiX-users] Wix C++ variables

2012-08-14 Thread Bruce Cran
On 14/08/2012 09:48, Natalie Carr wrote: > MsiSetProperty(hInstall, "ProductName", szLocalPath); You might want to use WcaSetProperty (and the other Wca* functions) instead since they're a bit simple

Re: [WiX-users] Wix C++ variables

2012-08-14 Thread Bruce Cran
; with: WcaSetProperty(L"ProductName", szLocalPath); It just uses the handle stored in the WcaInitialize call. -- Bruce Cran -- Live Security Virtual Conference Exclusive live event will cover all the ways today&

Re: [WiX-users] WiX joins the Outercurve Foundation

2012-08-14 Thread Bruce Cran
;t highlighted - it seems WiX is now licensed under the Ms-Rl. -- Bruce Cran -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how

Re: [WiX-users] How to change installation text on the last

2012-08-15 Thread Bruce Cran
hat text by adding (to a .wxl file in your project): {\WixUI_Font_Bigger}Replacement text here -- Bruce Cran -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security an

Re: [WiX-users] WiX joins the Outercurve Foundation

2012-08-15 Thread Bruce Cran
ontributor, and informs licensees how to obtain it in a reasonable manner on or through a medium customarily used for software exchange. -- Bruce Cran -- Live Security Virtual Conference Exclusive live event will cov

[WiX-users] WiX 3.6 LICENSE.txt - still copyright Microsoft?

2012-08-17 Thread Bruce Cran
I noticed all the files in the WiX repository have been updated with "Copyright (c) 2004, Outercurve Foundation" - except LICENSE.txt. Was that deliberate, or should that have been updated too? -- Bruce Cran -

Re: [WiX-users] WiX 3.6 LICENSE.txt - still copyright Microsoft?

2012-08-19 Thread Bruce Cran
On 17/08/2012 23:29, Bruce Cran wrote: > I noticed all the files in the WiX repository have been updated with > "Copyright (c) 2004, Outercurve Foundation" - except LICENSE.txt. > Was that deliberate, or should that have been updated too? > There's also test\src\WixTes

Re: [WiX-users] WiX 3.6 LICENSE.txt - still copyright Microsoft?

2012-08-19 Thread Bruce Cran
On 19/08/2012 08:45, Bruce Cran wrote: > On 17/08/2012 23:29, Bruce Cran wrote: >> I noticed all the files in the WiX repository have been updated with >> "Copyright (c) 2004, Outercurve Foundation" - except LICENSE.txt. >> Was that deliberate, or should that have

Re: [WiX-users] 64bit installer with Wow redirector on the properties

2012-08-20 Thread Bruce Cran
gt; > DestinationProperty="MY_CUSTOM_DESTINATION_SPOOL643" /> > > If you're installing a driver you probably don't want to do this - leave the files in ProgramFiles and let your driver instal

Re: [WiX-users] vcredist_x86.exe Package DownloadUrl

2012-08-20 Thread Bruce Cran
te - but the current VC10 redistributable from the Web site doesn't include the MFC fix from last year. -- Bruce Cran -- Live Security Virtual Conference Exclusive live event will cover all the ways today's secu

Re: [WiX-users] WiX joins the Outercurve Foundation

2012-08-20 Thread Bruce Cran
ome people, it might be worth if/when updating the license for the sample code to make it explicit that the templates generated in Visual Studio won't be under the MS-RL either. -- Bruce Cran -- Live Security Virt

Re: [WiX-users] Install the Visual C++ redistributables file vcredist_x86.exe

2012-08-29 Thread Bruce Cran
uiring you to use the .exe instead of the .msm? -- 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

Re: [WiX-users] WiX Bootstrapper Bundle creating uninstall shortcut in program files

2012-09-07 Thread Bruce Cran
this point. Need some way to get Product code of bundle. > > do you have any idea on this ? I can't find the post now, but the same question was asked a few months ago and I seem to remember the answer being that you can't get a link to the installer due

Re: [WiX-users] I have heard that MSI is too complicated from a programmer's prospective

2012-10-05 Thread Bruce Cran
of Windows Installer. Burn isn't ideal either since it requires people to write code (C++ or .NET) for the UI and install callbacks and so adds potential for bugs. -- Bruce Cran -- Don't let slow site performanc

Re: [WiX-users] cannot open Wix tutorials on tramontana.co.hu

2012-10-05 Thread Bruce Cran
On 04/10/2012 20:31, akonsu wrote: > http://wix.tramontana.co.hu/tutorial takes me to a viagra site or something > similar. has the server been hijacked? Strange, I just tried it and it has the old contents - though I definitely remember seeing it with the spammy content in the past. --

[WiX-users] Burn: "Failed to initialize COM"

2014-03-24 Thread Bruce Cran
I have a machine running Windows 8.1 where the Burn uninstaller is failing since it appears that the call to CoInitialize() is failing: Burn v3.9.203.0, Windows v6.3 (Build 9600: Service Pack 0), path: C:\ProgramData\Package Cache\{GUID}\product.exe, cmdline: '/uninstall /quiet /norestart -burn.un

[WiX-users] Burn: doing an Administrative Installation

2014-04-09 Thread Bruce Cran
We package our MSI using Burn, and have had a request to allow users to dump the files in one of the MSIs to a directory instead of installing them - i.e. doing an Administrative installation (http://msdn.microsoft.com/en-us/library/aa367541%28v=vs.85%29.aspx). Does the functionality exist in B

Re: [WiX-users] Burn: doing an Administrative Installation

2014-04-10 Thread Bruce Cran
On 4/10/2014 3:13 AM, David Watson wrote: > You can do a /layout to get the contents of the bundle, then you would need > to do an admin install with the msi. > > Don't know if there is a /admin on the bundle, you could make one if not that > calls each msi in turn with admin parameters. Unfortu

[WiX-users] Burn: different bundles, same msi package - not detected

2014-04-22 Thread Bruce Cran
I have two different products/bundles that install different versions of the same msi package. I had expected that the bundle would detect the existing installation of the msi and log it as an upgrade, but instead it's logging it as "absent" and the subsequent execution of the package runs the

[WiX-users] Burn doesn't warn if package names collide

2014-10-30 Thread Bruce Cran
I noticed that Burn (in 3.9 RC4) doesn't provide any warning or error if two packages in a chain are in different directories with the same file name: it appears to silently overwrite one of the copies. -- Bruce --

Re: [WiX-users] Burn doesn't warn if package names collide

2014-10-31 Thread Bruce Cran
On 10/31/2014 12:11 AM, Rob Mensching wrote: > Just so I'm sure I follow exactly, can you provide snippet of example code > that demonstrates the issue? -- Bruce --

Re: [WiX-users] Burn doesn't warn if package names collide

2014-10-31 Thread Bruce Cran
ureVerification="yes" > InstallCondition="VersionNT = v6.1 AND NTProductType > = 1"> > > > ... > > Though I could see this as being a valid feature request to emit a warning. > > -Original Message- &g

Re: [WiX-users] Burn doesn't warn if package names collide

2014-10-31 Thread Bruce Cran
On 10/31/2014 11:55 AM, Rob Mensching wrote: > Could you file a bug to say that there should be an error message too? Done: http://wixtoolset.org/issues/4574/ . -- Bruce -- __

Re: [WiX-users] Active directory browser

2014-11-12 Thread Bruce Cran
I don't know if it would be any use, but Apache has a suite of AD/LDAP tools/libraries at http://directory.apache.org/studio/ . -- Bruce > On Nov 11, 2014, at 10:12 PM, pezmannen wrote: > > My setup includes several dialogs where you need to specify different Active > Directory accounts. For

[WiX-users] Installing a transport provider into the winsock catalog from an MSI file

2009-11-23 Thread Bruce Cran
runs after MsiProcessDrivers (or MsiInstallDrivers)? -- Bruce Cran -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on w

Re: [WiX-users] Remove registry entry on install

2009-12-01 Thread Bruce Cran
sson6.php : To prevent users removing the application, use 1 Or, to prevent the application being displayed at all in the list, use 1 -- Bruce Cran -- Join us December 9, 2009 for the Red Hat Virtual Experience, a free

<    1   2   3