Re: [WiX-users] Debugging Managed Bootstrapper Application

2014-03-25 Thread Daniel Madill
I have not been following this thread, but is it not possible to use the Visual Studio Remote Debugging facilities so that you only have to install a bare minimum on the test machine rather than the full VS suite? (see http://msdn.microsoft.com/en-us/library/y7f5zaaa.aspx) Daniel Madill

Re: [WiX-users] Burn custom bootstrapper and ARPINSTALLLOCATION?

2014-02-03 Thread Daniel Madill
PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Burn custom bootstrapper and ARPINSTALLLOCATION? On 28-Jan-14 10:52, Daniel Madill wrote: However, in my original MSI I set the ARPINSTALLLOCATION property so that the install location shows up in ARP. I would like to do the same

[WiX-users] Burn custom bootstrapper and ARPINSTALLLOCATION?

2014-01-28 Thread Daniel Madill
entry for the bootstrapper. How do I set the ARPINSTALLLOCATION for the burn bootstrapper bundle? I'm passing the same InstallFolder to each MSI in the chain, so the concept of an install location does make sense for my bootstrapper. Daniel Madill

Re: [WiX-users] Burn not uninstalling MSI downloaded from URL

2014-01-07 Thread Daniel Madill
/uninstall. Anyway, the bundle log file should show why a package is not being uninstalled. -Original Message- From: Daniel Madill [mailto:dan.mad...@quanser.com] Sent: Monday, January 6, 2014 1:27 PM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] Burn

[WiX-users] Burn not uninstalling MSI downloaded from URL

2014-01-06 Thread Daniel Madill
installing from the web. Sincerely, Daniel Madill -- Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how application performance affects their revenue

Re: [WiX-users] Burn not uninstalling MSI downloaded from URL

2014-01-06 Thread Daniel Madill
. -Original Message- From: Daniel Madill [mailto:dan.mad...@quanser.com] Sent: Monday, January 6, 2014 12:24 PM To: WiX-users@lists.sourceforge.net Subject: [WiX-users] Burn not uninstalling MSI downloaded from URL Hi, I have a simple burn bundle that contains three packages: .NET, a 64

Re: [WiX-users] ExeCommand will not accept any path with spaces

2013-12-20 Thread Daniel Madill
/everyone-quotes-arguments-the-wrong-way.aspx. Sincerely, Daniel Madill -Original Message- From: Gerry Reno [mailto:gr...@verizon.net] Sent: December-19-13 8:31 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] ExeCommand will not accept any path with spaces I have been trying

Re: [WiX-users] Wix burn 64-bit

2013-07-18 Thread Daniel Madill
Hi Jose, I have not used burn because I have my own bootstrapper for now, but I believe burn runs as a 32-bit application even on 64-bit Windows. You can still chain 64-bit MSIs though, as far as I know. Daniel Madill www.quanser.com -Original Message- From: José Marques

Re: [WiX-users] Wix burn 64-bit

2013-07-18 Thread Daniel Madill
. But if burn should run as a 32-bit application, where am I going wrong here? A link to a no-burn bootstrapper tutorial would be appreciated :) José Marques On Thu, Jul 18, 2013 at 3:21 PM, Daniel Madill dan.mad...@quanser.comwrote: Hi Jose, I have not used burn because I have my own bootstrapper

Re: [WiX-users] Java Program Installer

2013-06-18 Thread Daniel Madill
and a mixed 64-bit MSI for 64-bit platforms from the same WiX source. Daniel Madill -Original Message- From: Wesley Manning [mailto:wmann...@dynagen.ca] Sent: June-18-13 2:17 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Java Program Installer AFAIK

Re: [WiX-users] Speed up installer for copy file using Heat

2013-05-15 Thread Daniel Madill
I think he wants the component Ids to be such that if the component Ids are sorted alphabetically then they end up in the same order as the files themselves when the files are sorted alphabetically. Dan -Original Message- From: Neil Sleightholm [mailto:n...@x2systems.com] Sent:

Re: [WiX-users] Heat with file path longer than 260 chars report an error

2013-05-03 Thread Daniel Madill
It's not just .NET. Many functions in the Win32 API have the same limitation unless you use UNC path names (in which case the limit is 32767 characters). Daniel Madill -Original Message- From: Edwin Castro [mailto:egca...@gmail.com] Sent: May-03-13 2:10 PM To: General discussion

Re: [WiX-users] Uninstall Order

2013-05-02 Thread Daniel Madill
), and then the data is not removed until after the service uninstalled. Daniel Madill -Original Message- From: Nick Miller [mailto:nmil...@livetechnology.com] Sent: May-02-13 11:12 AM To: General discussion for Windows Installer XML toolset. (wix-users@lists.sourceforge.net) Subject

Re: [WiX-users] VS Building using Different platforms

2013-03-28 Thread Daniel Madill
make differences where needed using the above if statement. Hope this helps. Daniel Madill www.quanser.com -Original Message- From: Marc Beaudry [mailto:mbeau...@matrox.com] Sent: March-28-13 11:55 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] VS Building using Different

Re: [WiX-users] VS Building using Different platforms

2013-03-28 Thread Daniel Madill
, does not have an advantage over the other? Just curious, Marc -Original Message- From: Daniel Madill [mailto:dan.mad...@quanser.com] Sent: March-28-2013 12:27 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] VS Building using Different platforms Hello

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

2013-03-22 Thread Daniel Madill
. The MajorUpgrade element has options for displaying messages if the user tries to upgrade or downgrade and should not be allowed, etc. if that's what you need. If you want something more complicated on upgrade then you will have to do a little more work. Daniel Madill www.quanser.com -Original Message

Re: [WiX-users] Installation target is ReadOnly?

2013-02-27 Thread Daniel Madill
of the default Text documents (*.txt). If you really want to change the permissions so that it can be edited by the user without elevated privileges, use the Permission child element (or PermissionEx). Alternatively, install to a user-editable location. Daniel Madill -Original Message

Re: [WiX-users] Referencing fragment .wxs files from an environment variable

2013-02-26 Thread Daniel Madill
of copying it to the project folder. Daniel Madill -Original Message- From: TimM [mailto:timmay...@smarttech.com] Sent: February-26-13 5:33 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Referencing fragment .wxs files from an environment variable Thanks Steven

Re: [WiX-users] VS - version number from file

2013-02-10 Thread Daniel Madill
information for resources, splash screens, etc. Once you have included version.wxi in your wxs you can refer to the product version as $(var.ProductVersion). Daniel Madill www.quanser.com -Original Message- From: Don Reba [mailto:don_r...@inbox.ru] Sent: February-10-13 2:05 AM To: wix-users

Re: [WiX-users] Bootstrapper manifest

2013-01-11 Thread Daniel Madill
Hi Raphael, I've used mt.exe in the Windows SDK to update the manifest embedded in an application before. While I've never tried it with a BA generated by burn could you not use it, or a similar tool, to patch the manifest of the BA *after* it is built by Wix? Daniel Madill -Original

Re: [WiX-users] Bundle signing

2012-11-23 Thread Daniel Madill
I found that accessing the timestamp servers was more reliable when using the actual IP address for the timestamp server (i.e. a.b.c.d notation) rather than the hostname. Doing so eliminates DNS failures and resulted in far fewer build failures in my case (I sign a lot of components, not just

Re: [WiX-users] Order Issue

2012-10-03 Thread Daniel Madill
. That suggests to me that higher Ordering numbers get higher priority. I haven't required this attribute myself however. Daniel Madill -Original Message- From: Natalie Carr [mailto:natalie.c...@measuresoft.com] Sent: October-03-12 9:53 AM To: 'General discussion for Windows

Re: [WiX-users] Was the fancy Wix 3.6 installer made in WIX

2012-10-03 Thread Daniel Madill
It is possible to improve screen reader support by supporting Microsoft UI Automation or Microsoft Active Accessibility (MSAA). Older screen readers supported MSAA. Modern screen readers should support Microsoft UI Automation. WPF has support for UI Automation but not MSAA. Daniel Madill Chief

Re: [WiX-users] Should you install 32-bit and 64-bit versions os the same application?

2012-06-14 Thread Daniel Madill
Hi Gareth, I don't currently use the DuplicateFile table because my 32-bit components and 64-bit components are distinct - mainly because we provide 32-bit support for our APIs but the full product is native 64-bit on a 64-bit O/S i.e. the user runs the 64-bit product, but can access 32-bit

Re: [WiX-users] Should you install 32-bit and 64-bit versions os the same application?

2012-06-13 Thread Daniel Madill
-bit applications that use our product on a 64-bit O/S. That way I do not have to worry about compatibility between the 32-bit installer and 64-bit installer - I can deal with 32/64-bit compatibilities in the 64-bit installer alone. Daniel Madill -Original Message- From: Peter

Re: [WiX-users] Should you install 32-bit and 64-bit versions os the same application?

2012-06-12 Thread Daniel Madill
32-bit and 64-bit components for a 64-bit O/S from the same source files by using the WiX preprocessor facilities. Sincerely, Daniel Madill -Original Message- From: Gareth [mailto:gmor...@serif.com] Sent: June-12-12 6:40 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users

Re: [WiX-users] light.exe error when merging VC100 merge modules for both x86 and x64

2012-05-18 Thread Daniel Madill
Hi Gareth, I install 32-bit applications in a 64-bit installer all the time. I use the Win64=no attribute on the 32-bit registry entries to ensure they go in the 32-bit hive on the 64-bit platform. Sincerely, Daniel Madill -Original Message- From: Gareth [mailto:gmor...@serif.com

Re: [WiX-users] Error 2343

2012-05-15 Thread Daniel Madill
, Daniel Madill -Original Message- From: Aaron Oxford [mailto:aaron.oxf...@objecttrading.com] Sent: 15 May 2012 05:26 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Error 2343 Hi WIX people, Is there any way to get more information when a path is supposedly empty? I've looked

Re: [WiX-users] Installer prepending garbage at the beginning of batch file

2012-04-12 Thread Daniel Madill
What is the garbage text? My suspicion is that you may have inadvertently saved the batch file as a Unicode file and that there is a Unicode byte-order mark (BOM) at the beginning of the batch file. If so, then open the batch file is Notepad and then choose Save As and explicitly specify the

[WiX-users] Maintenance question

2012-03-15 Thread Daniel Madill
install attempts that need to be cleaned up? If so, where do I find them (I've searched for component GUIDs in the registry and not found them)? Any help would very much be appreciated. Daniel Madill -- This SF email

Re: [WiX-users] Cab File

2012-01-16 Thread Daniel Madill
Hi James, You can use the heat harvesting tool that comes with WiX to generate an initial WxS installer file for your 2000 files and 650+ directories and then add that WxS file to your installer. Dan -Original Message- From: James Green [mailto:jgr...@mango-solutions.com] Sent:

Re: [WiX-users] Cab File

2012-01-16 Thread Daniel Madill
, Yeah, I'm just getting my batch command setup for this. It's building OK as a fragment but I'm can't work out how to incorporate it into the features so that it will actually execute during the install process. James. -Original Message- From: Daniel Madill [mailto:dan.mad...@quanser.com

Re: [WiX-users] Cab File

2012-01-16 Thread Daniel Madill
Hi James, I have an idea how you were feeling about adding 2000+ files because I had a similar situation with over 12000 files and more than 1000 folders. Glad to hear you got it working! :-) Dan -Original Message- From: James Green [mailto:jgr...@mango-solutions.com] Sent:

Re: [WiX-users] Cab File

2012-01-16 Thread Daniel Madill
a variable in the main wxs file without hand editing the generated fragment? Cheers, James -Original Message- From: Daniel Madill [mailto:dan.mad...@quanser.com] Sent: 16 January 2012 16:25 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Cab File Hi

Re: [WiX-users] Cab File

2012-01-16 Thread Daniel Madill
this in a repeatable fashion so that the generated fragment is always valid? Cheers, James -Original Message- From: Daniel Madill [mailto:dan.mad...@quanser.com] Sent: 16 January 2012 16:59 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Cab File Hi

Re: [WiX-users] Custom Action to verify input

2011-11-28 Thread Daniel Madill
LPWSTR is already a wchar_t *, so LPWSTR is a wchar_t **. Hence it is complaining that it cannot convert a wchar_t ** to a wchar_t *, which makes sense. It seems to me that you need to change your LPWSTR * type to just const LPWSTR, or do you not have control over that data type? Dan

Re: [WiX-users] add reference to C++ project

2011-11-26 Thread Daniel Madill
Blair, I didn't narrow it down exactly because it would have taken a while. The merge module WiX project that was giving me trouble currently references the project outputs of 415 projects, so I probably had several hundred WxS files at the time VS2010/MSBuild was croaking and I moved away

Re: [WiX-users] add reference to C++ project

2011-11-22 Thread Daniel Madill
the problems with VS2010 (within a single project, but I have multiple merge module projects for sharing installer components with third parties). Daniel Madill -Original Message- From: rhf417 [mailto:rhf...@hotmail.com] Sent: November-18-11 10:20 PM To: General discussion

Re: [WiX-users] add reference to C++ project

2011-11-21 Thread Daniel Madill
in a single WxS file to get around the problems with VS2010 (within a single project, but I have multiple merge module projects for sharing installer components with third parties). Daniel Madill -Original Message- From: rhf417 [mailto:rhf...@hotmail.com] Sent: November-18-11 10:20 PM

Re: [WiX-users] add reference to C++ project

2011-11-18 Thread Daniel Madill
I reference C/C++ projects all the time from WiX 3.5 with no problems at all. You didn't actually name your project myC++Project (i.e. with '+' signs in the name) did you? Daniel Madill -Original Message- From: RaoHuiFei [mailto:rhf...@hotmail.com] Sent: November-18-11 4:33 PM To: wix

Re: [WiX-users] add reference to C++ project

2011-11-18 Thread Daniel Madill
I hadn't noticed the VS2008 when I posted last. References to C++ projects work fine for me in VS2010 with WiX 3.5. I haven't tried VS2008. My mistake. Sorry about that. Daniel Madill -Original Message- From: Castro, Edwin G. (Hillsboro) [mailto:edwin.cas...@fiserv.com] Sent: November

Re: [WiX-users] Broken link to Mondo documentation page?

2011-09-02 Thread Daniel Madill
The link worked fine for me. -Original Message- From: john.burak [mailto:john.bu...@telvent.com] Sent: Friday, September 02, 2011 12:49 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Broken link to Mondo documentation page? Is anyone else getting a server error in the

Re: [WiX-users] Framework 4.0 installation using 3.5 Wix Boot strapper not creating setup.exe

2011-08-05 Thread Daniel Madill
Hello Mr. Gombrelli, Here is code taken from a *working* wixproj project file in WiX 3.5. MSSDK_DIR is an environment variable set to the absolute path to the Windows SDK. It installs the .NET Framework 4.0 client profile. For the full version use Include=.NETFramework,Version=v4.0. I don't

Re: [WiX-users] Max. File Size

2011-07-11 Thread Daniel Madill
For a few more details: Multi-part CABs can get the total size of a set of files past 2GB, possibly to 64K * 2GB, but no one file can exceed 2GB. Maximum size of all files in one folder (uncompressed) 2GB Maximum size of all files in one folder (compressed) 2GB Maximum size of a CAB file

Re: [WiX-users] Max. File Size

2011-07-11 Thread Daniel Madill
Sorry, this is a repost because the formatting came out strangely on the last email. For a few more details: - Multi-part CABs can get the total size of a set of files past 2GB, possibly to 64K * 2GB, but no one file can exceed 2GB. - Maximum size of all files in one folder (uncompressed) =

Re: [WiX-users] Removing Registry Value

2011-07-08 Thread Daniel Madill
I find the Action attribute values confusing as well. It didn't help that all the examples I looked at used createAndRemoveOnUninstall even though that generally isn't necessary. I would actually have found it much clearer to use createAndRemoveOnUninstall and createAndRemoveAllOnUninstall

Re: [WiX-users] How to use a Merge Module *.msm file in a WiX project....

2011-06-30 Thread Daniel Madill
Use a Merge element in your Directory tree, such as: Merge Id=merge_3rdparty SourceFile=path_to_3rdparty_module\merge_3rdparty.msm DiskId=1 Language=1033 / Note that you can use environment variables in the path with a syntax such as $(env.MyEnvVar). I use the $(env.CommonProgramFiles)

Re: [WiX-users] How to use a Merge Module *.msm file in a WiX project....

2011-06-30 Thread Daniel Madill
to trigger off the merged installation? Or does that depend on each merge module? I'd like to trigger off this licencing stuff at the end of the rest of the install. Thanks again, Dominique. -Original Message- From: Daniel Madill [mailto:dan.mad...@quanser.com] Sent: 30 June 2011 16:31

Re: [WiX-users] looking for some help on a file-copying task during install

2011-06-13 Thread Daniel Madill
I would assume you just need to add a CreateFolder element to ensure the destination directory is created. For example: CreateFolder Directory=DIR_36/ Dan -Original Message- From: Dave Combs [mailto:dave.co...@kaazing.com] Sent: Monday, June 13, 2011 1:10 PM To: General

Re: [WiX-users] single msi for 32-bit and 64-bit ??

2011-05-13 Thread Daniel Madill
-and-tips Daniel Madill Quanser Inc. http://www.quanser.com -Original Message- From: maksim.vazhe...@emc.com [mailto:maksim.vazhe...@emc.com] Sent: Friday, May 13, 2011 5:45 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] single msi for 32-bit and 64-bit ?? You can create

[WiX-users] Heat failing with VS2010

2011-05-05 Thread Daniel Madill
To whom it may concern, In VS2010, I turned on the Harvest option for a Reference in a Wix merge module project with the Project Output Groups set to Content in order to produce a list of the 100s if not 1000s of Content Files I have in the referenced VS2010 project. However, heat.exe fails