Re: [WiX-users] Bootstrap Question

2007-01-23 Thread Rob Mensching
Off topic, but why do you have to ForceReboot? There are so many bad things that can happen with a reboot in the middle of your install (one of the nastiest is that the same user might not log back in). From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Levi Wilson Sent: Tuesday,

Re: [WiX-users] Minor upgrade fails when original install is from removable media

2007-01-24 Thread Rob Mensching
The log file should tell you what caused the prompt for source. Start there, then work back. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Johan Appelgren Sent: Wednesday, January 24, 2007 2:04 AM To: wix-users@lists.sourceforge.net Subject:

Re: [WiX-users] SQL Script limit?

2007-01-24 Thread Rob Mensching
experience. I'm just trying to understand what the WiX toolset could do to help. From: Ian Couper [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 24, 2007 6:25 AM To: Rob Mensching Cc: wix-users@lists.sourceforge.net Subject: RE: [WiX-users] SQL Script limit? I just let the script run overnight

Re: [WiX-users] Any documentation on WiX/Windows Installer limits?

2007-01-28 Thread Rob Mensching
Cabinet files (the compression technology used by the Windows Installer) can currently only handle up to 2GB. Unfortunately, with Merge Modules you only get one cabinet. However, for MSI files you can split your product into multiple cabinets (separate Media elements) to get around the

Re: [WiX-users] Any documentation on WiX/Windows Installer limits?

2007-01-30 Thread Rob Mensching
, but it chokes when I add the next file. Any thoughts before I start code diving in light.exe? Is light.exe hindered at some file size? -Alex On Sun, 28 Jan 2007 20:07:45 -0800, Rob Mensching [EMAIL PROTECTED] said: Cabinet files (the compression technology used by the Windows Installer) can currently

Re: [WiX-users] WiX3 Error: The primary key xxx is duplicated in table 'Registry'

2007-01-30 Thread Rob Mensching
This bug in heat has been reported a couple times. Unfortunately, people just keep working around the bug instead of helping make a fix for it. So, it hasn't been fixed because no one is currently maintaining heat.exe. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Neil

Re: [WiX-users] Kernel Drivers

2007-01-30 Thread Rob Mensching
There is a bug open on WiX v3 about not quite integrating correctly with DIFxApp. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Levi Wilson Sent: Tuesday, January 30, 2007 5:27 AM To: Quinton Tormanen Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Kernel Drivers

Re: [WiX-users] Any documentation on WiX/Windows Installer limits?

2007-01-30 Thread Rob Mensching
removed' with error 0x80070020. So, it seems more like I have problems when light tries to re-open the msi file after adding the cabs in... -Alex On Tue, 30 Jan 2007 09:39:32 -0800, Rob Mensching [EMAIL PROTECTED] said: The FileSize column in the File table has a datatype of DoubleInteger. From

Re: [WiX-users] SQL Database problem

2007-01-30 Thread Rob Mensching
The 128 characters are the magic character the CustomAcitons use to marshal strings through. You should see valid data in between the magical characters. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Graham Martin Sent: Tuesday, January 30, 2007 12:19

Re: [WiX-users] Installing product multiple times on one machine

2007-02-01 Thread Rob Mensching
Windows installer does allow multi-instancing. There is a topic devoted to it in the MSI SDK. It isn't trivial to set up but it supposedly works (never had to use it myself). From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Denis Ahearn Sent: Thursday, February 01, 2007 6:32 AM

Re: [WiX-users] Certificate install issue

2007-02-01 Thread Rob Mensching
That's a bug in an older build. Should be fixed in later WiX v2 builds. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Shaun Wilde Sent: Thursday, February 01, 2007 3:37 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Certificate install issue Been trying to install

Re: [WiX-users] How can i make msiexec return a custom return code?

2007-02-06 Thread Rob Mensching
Unfortunately, no. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Don Tasanasanta Sent: Tuesday, February 06, 2007 2:24 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] How can i make msiexec return a custom return code? Is there any way to make msiexec return a custom

Re: [WiX-users] Web Application Name trunacted @ 32 characters

2007-02-06 Thread Rob Mensching
Limitation of IIS. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sankaranarayanan Sent: Tuesday, February 06, 2007 2:00 PM To: wix-users@lists.sourceforge.net Cc: [EMAIL PROTECTED] Subject: [WiX-users] Web Application Name trunacted @ 32 characters Hi

Re: [WiX-users] FW: Granting Permissions to Log on as a Service through ServiceInstall

2007-02-06 Thread Rob Mensching
Just added this feature request last week. Look at User/@LogonAsService. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Zac Emmel Sent: Monday, February 05, 2007 1:16 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] FW: Granting Permissions to Log on as a Service

Re: [WiX-users] SFP elements

2007-02-07 Thread Rob Mensching
Yes, SFP support doesn't work. What are you trying to use it for? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Agustín Bergé Sent: Wednesday, February 07, 2007 10:10 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] SFP elements I'm trying

Re: [WiX-users] SFP elements

2007-02-07 Thread Rob Mensching
). -Original Message- From: K-ballo [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 07, 2007 3:54 PM To: Rob Mensching; wix-users@lists.sourceforge.net Subject: Re: [WiX-users] SFP elements Just trying to add visual support for those elements at WiXAware 1.1, but I'll take it out from the release

Re: [WiX-users] Extra localization files

2007-02-08 Thread Rob Mensching
1. I have a couple loc files that had assignment agreements come in that I will get in the project tonight (Thursday night is the new block of time I get to spend on WiX). 2. Gabor asked if he could host the files external to the WiX project and then, as the assignment agreements came in,

Re: [WiX-users] Heat Component Catalog extension

2007-02-08 Thread Rob Mensching
Creating a Component Catalog that prevents the Component Rules from being broken is a very, very hard problem. It'd be awesome if you wanted to take that on. There is very little documentation on WiX v3 Extensions, the code is really the documentation. I had to learn heat and its harvesters

Re: [WiX-users] Type 1 Custom Action

2007-02-08 Thread Rob Mensching
Yes. You have to run in script (deferred). From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Levi Wilson Sent: Thursday, February 08, 2007 1:24 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Type 1 Custom Action Does a type 1 custom action have to be deferred in order

Re: [WiX-users] Type 1 Custom Action

2007-02-08 Thread Rob Mensching
:32 PM To: Rob Mensching Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Type 1 Custom Action Just to clarify, this means that I can't access any properties from my CA? And if so, how do you pass a value (CustomActionData?) to a particular CA in WiX parlance? On 2/8/07, Rob Mensching

Re: [WiX-users] Type 1 Custom Action

2007-02-08 Thread Rob Mensching
PM To: Rob Mensching Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Type 1 Custom Action I see the wcautil.lib in the SDK directory...which header file do I use? Is the documentation to use wcautil only exist in the header file? On 2/8/07, Rob Mensching [EMAIL PROTECTED]mailto

Re: [WiX-users] Type 1 Custom Action

2007-02-08 Thread Rob Mensching
Well, if you want a data driven MSI then you need to have an immediate mode CustomAction to encode data into the CustomActionData and then have the deferred CustomAction chop it up. From: Levi Wilson [mailto:[EMAIL PROTECTED] Sent: Thursday, February 08, 2007 2:12 PM To: Rob Mensching Cc: wix

Re: [WiX-users] When is WIX V3 declared stable?

2007-02-09 Thread Rob Mensching
Depends what you mean exactly by stable. Do you mean 1. No more major changes, just some bug fixes remaining or 2. Done, no more changes expected.? 1. Probably more towards October 2007. 2. Probably more towards June 2008. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of

Re: [WiX-users] Event Logging from an Installer

2007-02-09 Thread Rob Mensching
The Windows Installer creates that event. You technically speaking could write events from a CustomAction in your MSI but (AFAIK) you can't prevent that informational event from being added. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Vidhya Sagar Bhogavalli (Infosys

Re: [WiX-users] Wix3 question

2007-02-09 Thread Rob Mensching
Take a look at the MSI SDK for ICE64. It'll discuss what the ICE means and should provide tips to fix it. You didn't see this in WiX v2 because validation wasn't built in back then. If you ran validation (like through Orca) on your old MSI, you should see the same error. -Original

Re: [WiX-users] Votive under VS2005 reports This installation is forbidden by system policy when running as LUA

2007-02-09 Thread Rob Mensching
Validation (which is executed by default) starts up the Windows Installer engine. If you have the Windows Installer engine disabled, validation will always fail. You'd want to suppress validation (-sval) or allow the Windows Installer engine to run. Of course, validation can catch some

Re: [WiX-users] ICE03 String overflow

2007-02-09 Thread Rob Mensching
It's an ICE error. You really should fix it. It isn't hard in this case, just shorten the File/@Id. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stefan Seifert Sent: Wednesday, February 07, 2007 1:56 PM To: wix-users@lists.sourceforge.net Subject:

Re: [WiX-users] Letting user select network service or domain account for WebAppPool custom action

2007-02-09 Thread Rob Mensching
I've made a fix in very recent WiX v2 build to support using NT AUTHORITY\NETWORK SERVICE as the User for an AppPool and have the correct thing happen under the covers. If you get the latest WiX v2 build, you should see this working. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf

Re: [WiX-users] Type 1 Custom Action

2007-02-10 Thread Rob Mensching
. They handle all the cases that CustomActions need to handle. From: Levi Wilson [mailto:[EMAIL PROTECTED] Sent: Friday, February 09, 2007 6:54 AM To: Rob Mensching Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Type 1 Custom Action Would it be easier to have Type 51 CAs that set a property

Re: [WiX-users] Question about logging from a WIX install

2007-02-12 Thread Rob Mensching
My only guess would be to do something like: Property Id=MYDOMAINPASSWORD Hidden=yes / That may or may not work for command-line properties. From: Andy Ness Sent: Monday, February 12, 2007 10:25 AM To: wix-users@lists.sourceforge.net; Rob Mensching; Justin Rockwood Subject

Re: [WiX-users] Reboot, when driver interface has been changed

2007-02-13 Thread Rob Mensching
1. RegistrySearch is executed when the AppSearch action runs. The AppSearch action usually is one of the very first things executed. 2. I don't think AppSearch will be able to be scheduled deferred which means it won't work for what you are trying to do. 3. It is difficult to impossible

Re: [WiX-users] adding non-default extension

2007-02-13 Thread Rob Mensching
You probably can't use the standard WiX elements because those will cause your Component to take ownership of the .sln extension (as you note, not something you want to do). Instead, you'll probably have to write a number of targeted registry keys. From: [EMAIL PROTECTED] [mailto:[EMAIL

Re: [WiX-users] How to use the registry to detect if a product is installed

2007-02-13 Thread Rob Mensching
Or better yet, just use the upgrade logic in the Windows Installer... unless of course you're trying to detect a non-Windows Installer package. In that case, then you really should use the mechanism the previous product suggests to detect it. If it is really to go walk around in the ARP

Re: [WiX-users] How to use the registry to detect if a productisinstalled

2007-02-13 Thread Rob Mensching
ComponentSearch element. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Wilson, Phil Sent: Tuesday, February 13, 2007 9:19 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] How to use the registry to detect if a productisinstalled I don't

Re: [WiX-users] ?Bug? in linker

2007-02-13 Thread Rob Mensching
No, .wixlibs are designed to be portable. There was actually a bug a long time ago that absolute paths were preserved in the .wixlib. Thus the .wixlibs were looking for the server CustomAction files in the location we built them on the build server. That's obviously bad. What should

Re: [WiX-users] ?Bug? in linker

2007-02-13 Thread Rob Mensching
That sounds like the bug I remember. Maybe it hasn't been fixed yet. I have not been in to the WiX v3 Binder in a long time... focused on finishing WiX v2. From: Cullen Waters Sent: Tuesday, February 13, 2007 10:28 AM To: Rob Mensching; WiX-users@lists.sourceforge.net Subject: RE: [WiX-users

Re: [WiX-users] ?Bug? in linker

2007-02-13 Thread Rob Mensching
Totally agree. Can you make sure abug is open to track the issue. From: Cullen Waters Sent: Tuesday, February 13, 2007 10:43 AM To: Rob Mensching; WiX-users@lists.sourceforge.net Subject: RE: [WiX-users] ?Bug? in linker We've found a workaround for now, so it's not a critical issue for us

Re: [WiX-users] Prevent Deletion of File

2007-02-15 Thread Rob Mensching
Yes. That's what the Component Rules in MSI are all about. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dhaval Patel Sent: Thursday, February 15, 2007 11:44 AM To: Bob Arnson Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Prevent Deletion of File So I assume the

Re: [WiX-users] Adding a hyperlink (link label) to a message...

2007-02-15 Thread Rob Mensching
Unfortunately, MSI UI does not support hyperlinks. A much requested feature. The only other option is to create an external UI handler... and that is a very much lot of work. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alex Henderson Sent:

Re: [WiX-users] Root folder other than Program Files

2007-02-16 Thread Rob Mensching
There isn't really such a location. Most people just put their binaries in Program Files folder and go from there. Nothing wrong with that (with modern version of the Windows Installer). Putting stuff in C:\var would be very strange on a Windows machine. I can tell you from personal

Re: [WiX-users] Is possible to install IIS as part of MSI setup ?

2007-02-16 Thread Rob Mensching
It is possible. There is stuff on MSDN (or is it TechNet?) that shows how to install IIS scripted. You could technically speaking call that at some point during the MSI install (UI sequence may be best). Not sure if that is a good idea or not... -Original Message- From: [EMAIL

Re: [WiX-users] Do not remove webserviceextention on UnInstall process

2007-02-16 Thread Rob Mensching
Make the Component that installs it permanent. Then it won't get uninstalled. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stepan Tinskiy Sent: Friday, February 16, 2007 6:55 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Do not remove webserviceextention on

Re: [WiX-users] Manually setting inclusion destination?

2007-02-16 Thread Rob Mensching
There are many discussions on this mailing list that heat is not intended to be used in a build process to automatically generate .wxs files. The Component Rules will be violated. There are some long threads on this... you might go read through those for more context. -Original

Re: [WiX-users] Adding a hyperlink (link label) to a message...

2007-02-16 Thread Rob Mensching
the installer's window handle? g On Feb 16, 2007, at 2:53 AM, Rob Mensching wrote: Unfortunately, MSI UI does not support hyperlinks. A much requested feature. The only other option is to create an external UI handler... and that is a very much lot of work. -Original Message- From: [EMAIL

Re: [WiX-users] Root folder other than Program Files

2007-02-16 Thread Rob Mensching
for other tasks. The Installer has many custom dialogs and these directories above should all be configurable. I'm just trying to come up with reasonable defaults. Thanks! g On Feb 16, 2007, at 3:23 AM, Rob Mensching wrote: There isn't really such a location. Most people just put their binaries

Re: [WiX-users] Supressing the command window on ExeCommand custom action

2007-02-16 Thread Rob Mensching
case I'm embedding ADAM in my installer and need to unpack it so that I can call it with QtExec.. Cheers, Jon From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rob Mensching Sent: Friday, February 16, 2007 5:06 PM To: Will Qian; wix-users@lists.sourceforge.net Subject: Re: [WiX-users

Re: [WiX-users] Minimized Custom Action Window?

2012-11-01 Thread Rob Mensching
with Central http://p.sf.net/sfu/logmein12331_d2d ___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users -- virtually, Rob Mensching http://RobMensching.com LLC

Re: [WiX-users] Can Find WIX Project Type in VS 2012 PRO

2012-11-05 Thread Rob Mensching
/listinfo/wix-users -- virtually, Rob Mensching http://RobMensching.com LLC -- LogMeIn Central: Instant, anywhere, Remote PC access and management. Stay in control, update software, and manage PCs from one command

Re: [WiX-users] Wix Burn: Bundle condition does not work if using MBA

2012-11-05 Thread Rob Mensching
/listinfo/wix-users -- virtually, Rob Mensching http://RobMensching.com LLC -- LogMeIn Central: Instant, anywhere, Remote PC access and management. Stay in control, update software, and manage PCs from one command

Re: [WiX-users] stop bootstrapper creating ARP registry key...

2012-11-05 Thread Rob Mensching
://p.sf.net/sfu/logmein12331_d2d ___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users -- virtually, Rob Mensching http://RobMensching.com LLC

Re: [WiX-users] Managed Bootstrapper - Second Patch does not supersede first Patch

2012-11-06 Thread Rob Mensching
___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users -- virtually, Rob Mensching http://RobMensching.com LLC -- LogMeIn

Re: [WiX-users] How to reference a preprocessor which is imported by the wixproj file?

2012-11-06 Thread Rob Mensching
and manage. Do more in less time with Central http://p.sf.net/sfu/logmein12331_d2d ___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users -- virtually, Rob Mensching http

Re: [WiX-users] Burn package ref counting

2012-11-06 Thread Rob Mensching
mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users -- virtually, Rob Mensching http://RobMensching.com LLC -- LogMeIn Central: Instant, anywhere, Remote PC

Re: [WiX-users] stop bootstrapper creating ARP registry key...

2012-11-07 Thread Rob Mensching
web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_nov ___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users -- virtually, Rob

Re: [WiX-users] commadline parameters to bootstrapper

2012-11-12 Thread Rob Mensching
/sfu/zoho_dev2dev_nov ___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users -- virtually, Rob Mensching http://RobMensching.com LLC

Re: [WiX-users] Burn package for x64 platform

2012-11-12 Thread Rob Mensching
___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users -- virtually, Rob Mensching http://RobMensching.com LLC -- Monitor your physical, virtual

Re: [WiX-users] commadline parameters to bootstrapper

2012-11-12 Thread Rob Mensching
and set a unknown commad-line parameter to a Variable? The below format seems like isn't working. Variable Name=RmsLocation Type=string Value=tk5-iam-07 / -Original Message- From: Rob Mensching [mailto:r...@robmensching.com] Sent: Monday, November 12, 2012 10:35 PM To: General

Re: [WiX-users] heat extension - COM exe servers and 64-bit COM support

2012-11-13 Thread Rob Mensching
://lists.sourceforge.net/lists/listinfo/wix-users -- virtually, Rob Mensching http://RobMensching.com LLC -- Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps

Re: [WiX-users] Error LGHT0136 with _Validation table

2012-11-13 Thread Rob Mensching
-- virtually, Rob Mensching http://RobMensching.com LLC -- Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud

Re: [WiX-users] Burn: associating checkbox with feature installation of specific MSI?

2012-11-13 Thread Rob Mensching
! http://p.sf.net/sfu/zoho_dev2dev_nov ___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users -- virtually, Rob Mensching http://RobMensching.com LLC

Re: [WiX-users] SFXCA: Failed to get requested CLR info.

2012-11-13 Thread Rob Mensching
starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov ___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users -- virtually, Rob Mensching http

Re: [WiX-users] Burn package for x64 platform

2012-11-13 Thread Rob Mensching
. Syam -Original Message- From: Rob Mensching [mailto:r...@robmensching.com] Sent: Monday, November 12, 2012 11:40 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Burn package for x64 platform That is exactly how Burn is designed. On Mon, Nov 12

Re: [WiX-users] Disallowed component during Major Upgrade

2012-11-15 Thread Rob Mensching
! http://p.sf.net/sfu/zoho_dev2dev_nov ___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users -- virtually, Rob Mensching http://RobMensching.com LLC

Re: [WiX-users] How to elevate installer privilege when using MsiDoAction to install?

2012-11-19 Thread Rob Mensching
___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users -- virtually, Rob Mensching http://RobMensching.com LLC

Re: [WiX-users] Ensure .NET4 Full is installed

2012-11-20 Thread Rob Mensching
___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users -- virtually, Rob Mensching http://RobMensching.com LLC -- Monitor your physical, virtual and cloud

Re: [WiX-users] Bundle signing

2012-11-20 Thread Rob Mensching
://p.sf.net/sfu/zoho_dev2dev_nov ___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users -- virtually, Rob Mensching http://RobMensching.com LLC

Re: [WiX-users] WixStdBA: options browse dialog doesn't work in Server Core

2012-11-21 Thread Rob Mensching
@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users -- virtually, Rob Mensching http://RobMensching.com LLC -- Monitor your physical, virtual and cloud infrastructure from a single web console. Get

Re: [WiX-users] Wix Burn. Cancel of prerequisites does not work

2012-11-23 Thread Rob Mensching
. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov ___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users -- virtually, Rob Mensching http

Re: [WiX-users] Burn Addon bundle

2012-11-23 Thread Rob Mensching
That should be it. On Thu, Nov 22, 2012 at 1:28 PM, Wesley Manning wmann...@dynagen.ca wrote: Hi, What do I need to do to create an add-on bundle? I see Rob Mensching talked about it here for a patch: http://www.mail-archive.com/wix-users@lists.sourceforge.net/msg49558.htmlwhere he said

Re: [WiX-users] Burn Logging Level for MSIs

2012-11-23 Thread Rob Mensching
$795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov ___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users -- virtually, Rob Mensching http://RobMensching.com

Re: [WiX-users] [Burn] Updating package without rebuilding

2012-11-23 Thread Rob Mensching
/listinfo/wix-users -- virtually, Rob Mensching http://RobMensching.com LLC -- Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases

Re: [WiX-users] Install location of installed package

2012-11-23 Thread Rob Mensching
or applications! http://p.sf.net/sfu/zoho_dev2dev_nov ___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users -- virtually, Rob Mensching http://RobMensching.com LLC

Re: [WiX-users] Burn: won't /layout with reboot pending

2012-11-26 Thread Rob Mensching
@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users -- virtually, Rob Mensching http://RobMensching.com LLC -- Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth

Re: [WiX-users] wcautil.lib in 3.7 RC: LNK4099 warnings (vc110.pdb not found; linking as if no debug info)

2012-11-27 Thread Rob Mensching
://lists.sourceforge.net/lists/listinfo/wix-users -- virtually, Rob Mensching http://RobMensching.com LLC -- Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight

Re: [WiX-users] Burn: upgrades

2012-11-27 Thread Rob Mensching
for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov ___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users -- virtually, Rob Mensching http://RobMensching.com LLC

Re: [WiX-users] Burn Logging Level for MSIs

2012-11-27 Thread Rob Mensching
out the INSTALLLOGMODE_EXTRADEBUG setting which I believe slows down installs. I'll raise a defect for this so it is not lost. Neil -Original Message- From: Rob Mensching [mailto:r...@robmensching.com] Sent: 24 November 2012 07:40 To: General discussion for Windows Installer XML

Re: [WiX-users] Force reboot after NetFx40Web install

2012-11-27 Thread Rob Mensching
___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users -- virtually, Rob Mensching http://RobMensching.com LLC -- Monitor your physical, virtual and cloud

Re: [WiX-users] Chain Burn bootstrappers and reboots

2012-11-27 Thread Rob Mensching
-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users -- virtually, Rob Mensching http://RobMensching.com LLC -- Monitor your physical, virtual and cloud infrastructure from a single web

Re: [WiX-users] Burn: upgrades

2012-11-27 Thread Rob Mensching
if I run the msi manually but the second uninstall when using burn is stopping the application again. Any help with understanding why burn works like this would be greatly appreciated. Neil -Original Message- From: Rob Mensching [mailto:r...@robmensching.com] Sent: 27 November 2012

Re: [WiX-users] Burn Logging Level for MSIs

2012-11-27 Thread Rob Mensching
Message- From: Rob Mensching [mailto:r...@robmensching.com] Sent: 27 November 2012 08:07 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Burn Logging Level for MSIs Fix was a bit more simple than that but the same in the end. smile/ On Sun, Nov 25

Re: [WiX-users] Burn: upgrades

2012-11-27 Thread Rob Mensching
InstallValidate if that matters. That gives me something to investigate, I thought my install did upgrade correctly but I'll investigate further. Neil -Original Message- From: Rob Mensching [mailto:r...@robmensching.com] Sent: 27 November 2012 08:43 To: General discussion for Windows

Re: [WiX-users] [Burn] Bundle appears twice in ARP after upgrade.

2012-11-27 Thread Rob Mensching
/zoho_dev2dev_nov ___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users -- virtually, Rob Mensching http://RobMensching.com LLC

Re: [WiX-users] Client update from 3.5 MSI to 3.6

2012-11-27 Thread Rob Mensching
or applications! http://p.sf.net/sfu/zoho_dev2dev_nov ___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users -- virtually, Rob Mensching http://RobMensching.com LLC

Re: [WiX-users] Some in burn wixstba similar to msiexec /x ProductCode

2012-11-27 Thread Rob Mensching
:20 AM, rpriest12 robert.pri...@bentley.comwrote: Rob Mensching-7 wrote 2. Bundles are registered in ARP (aka: Program and Features, aka: theUninstallKey). That's how you can click on the Uninstall button in ARPand Burn launches to remove the bundle. You can search for it that way ifyou want

Re: [WiX-users] [Burn] Bundle appears twice in ARP after upgrade.

2012-11-28 Thread Rob Mensching
(they do not always follow it) so when it is upgraded to next version, the previous will be removed correctly. -Original Message- From: Rob Mensching [mailto:r...@robmensching.com] Sent: Wednesday, November 28, 2012 06:23 To: General discussion for Windows Installer XML toolset

Re: [WiX-users] Shortcut Name

2012-11-28 Thread Rob Mensching
of the curve. http://goparallel.sourceforge.net ___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users -- virtually, Rob Mensching http://RobMensching.com LLC

Re: [WiX-users] Client update from 3.5 MSI to 3.6

2012-11-28 Thread Rob Mensching
as the old msi. The bundle upgrade code will be used when? When upgrading to a newer bundle? -Original Message- From: Rob Mensching [mailto:r...@robmensching.com] Sent: 28 November 2012 04:25 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Client

Re: [WiX-users] Payload path

2012-12-02 Thread Rob Mensching
-- virtually, Rob Mensching http://RobMensching.com LLC -- Keep yourself connected to Go Parallel: BUILD Helping you discover the best ways to construct your parallel projects. http://goparallel.sourceforge.net

Re: [WiX-users] v3.7.1126.0 on Monday, November 26, 2012

2012-12-04 Thread Rob Mensching
-users -- virtually, Rob Mensching http://RobMensching.com LLC -- LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely access PCs and mobile devices and provide instant support Improve

Re: [WiX-users] Burn as a basic bootstrapper

2012-12-04 Thread Rob Mensching
https://lists.sourceforge.net/lists/listinfo/wix-users -- virtually, Rob Mensching http://RobMensching.com LLC -- LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely access PCs and mobile

Re: [WiX-users] ODP: Password Editbox in WiX 3.6 standard bootstrapper application

2012-12-04 Thread Rob Mensching
-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users -- virtually, Rob Mensching http://RobMensching.com LLC -- LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial

Re: [WiX-users] Source file not found error - setupbld related

2012-12-04 Thread Rob Mensching
://lists.sourceforge.net/lists/listinfo/wix-users -- virtually, Rob Mensching http://RobMensching.com LLC -- LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely access PCs and mobile devices

Re: [WiX-users] WixStdBA retry 'cancel' button not working?

2012-12-04 Thread Rob Mensching
-users -- virtually, Rob Mensching http://RobMensching.com LLC -- LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely access PCs and mobile devices and provide instant support Improve your

Re: [WiX-users] run Sql commands through wix

2012-12-05 Thread Rob Mensching
. Rescue delivers http://p.sf.net/sfu/logmein_12329d2d ___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users -- virtually, Rob Mensching http://RobMensching.com LLC

Re: [WiX-users] Prevent logging

2012-12-05 Thread Rob Mensching
-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users -- virtually, Rob Mensching http://RobMensching.com LLC -- LogMeIn Rescue: Anywhere, Anytime Remote support

Re: [WiX-users] Feature or Chained MSI?

2012-12-05 Thread Rob Mensching
-users -- virtually, Rob Mensching http://RobMensching.com LLC -- LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely access PCs and mobile devices and provide instant support Improve your

Re: [WiX-users] DetectCondition for Adobe AIR

2012-12-05 Thread Rob Mensching
delivers http://p.sf.net/sfu/logmein_12329d2d ___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users -- virtually, Rob Mensching http://RobMensching.com LLC

Re: [WiX-users] Feature or Chained MSI?

2012-12-05 Thread Rob Mensching
Cran br...@cran.org.uk wrote: On 05/12/2012 15:15, Rob Mensching wrote: I would definitely consider using a Bundle for your scenario. I believe the world is moving (has moved?) to a place where .msi files are building blocks stacked together and wrapped with a bootstrapper (Burn Bundles

Re: [WiX-users] Feature or Chained MSI?

2012-12-05 Thread Rob Mensching
Yes, see my previous comment. smile/ On Wed, Dec 5, 2012 at 9:41 AM, Katherine Moss katherine.m...@gordon.eduwrote: Doesn't bootstrapping cause problems for admins who are trying to deploy software via GPOs? -Original Message- From: Rob Mensching [mailto:r...@robmensching.com

Re: [WiX-users] How to generate automation interface entries

2012-12-05 Thread Rob Mensching
___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users -- virtually, Rob Mensching http://RobMensching.com LLC -- LogMeIn Rescue: Anywhere, Anytime

<    1   2   3   4   5   6   7   8   9   10   >