Re: [WiX-users] Is there a way to suppress license agreement dialog in stock dialog sets?

2006-07-27 Thread Rafuse Robert
Okay, ignore the question... Immediately after I hit Send, I stumbled across Customizing dialog sets in the online docs. I ~swear~ I looked for this earlier... I must have mis-typed. Sorry to bother. _ Bob Rafuse -Original Message- From: Rafuse Robert Sent:

[WiX-users] GAC and call Custom Action

2006-07-27 Thread John Hidey
Here is my problem everyone. I have a msi that installs several files into the gac. I DO NOT create a shadow copy of these files on the file system until my property called CREATESHADOW has a value of 1. These assemblies have installers in them that I need to call. (I know managed

[WiX-users] Is there a way to suppress license agreement dialog in stock dial og sets?

2006-07-27 Thread Rafuse Robert
WiX 2.0.4305.0 I am creating an .msi that will only be used internally by my associatesy. This install does not require a license agreement dialog. I was wondering, is it at all possible to suppress this dialog while still using the stock WiX dialog sets? Thanks, --- Bob Rafuse Important

Re: [WiX-users] Difx, Authenticode and Driver Signing

2006-07-27 Thread Stefan Pavlik
Hi,... we had similar problem in our project. I have never seen installation which turns the driver signing off and on. http://support.microsoft.com/?kbid=298503 Our solution was to create appliaction ( using AutoIt - http://www.autoitscript.com/autoit3/) to automaticaly answer theese dialogs.

Re: [WiX-users] Should WiX add support for installingWindowsinstrumentation features?

2006-07-27 Thread Joe Kaplan
That's good to know. It sounds like this would be easy to do in WiX with explicit Registry tags and would be not that much work to add explicit schema support for WiX as well (like event log stuff). No CA needed or even any custom tables. I suggest someone (John? :)) adds a feature request

[WiX-users] GAC and call Custom Action

2006-07-27 Thread John Hidey
Here is my problem everyone. I have a msi that installs several files into the gac. I DO NOT create a shadow copy of these files on the file system until my property called CREATESHADOW has a value of 1. These assemblies have installers in them that I need to call. (I know managed

Re: [WiX-users] Difx, Authenticode and Driver Signing

2006-07-27 Thread Shmarya Rubenstein
Unfortunately, WHQL signing is not an optionI know its not a good practice, but if there's any way to do it... :)On 7/27/06, Stefan Pavlik [EMAIL PROTECTED] wrote:Hi,...we had similar problem in our project. I have never seen installation which turns the driver signing offand

Re: [WiX-users] Is there a way to suppress license agreement dialog in stock dialog sets?

2006-07-27 Thread Rafuse Robert
Okay, I'm confused. The section Customizing dialog sets at http://wix.sourceforge.net/manual-wix2/WixUI_dialog_library.htm mentions the files CustomDialogSet.build, CustomDialogSet.wxs and TestCustom.wxs but I can not find them in the WiX 2.0 binaries or source package (they don't seem to be in

Re: [WiX-users] Should WiX add support for installingWindowsinstrumentation features?

2006-07-27 Thread Rob Mensching
Only if we lean on them. I've found (even inside Microsoft) most platform teams never think about the setup implications their new technology introduces. IIS is my favorite example (I have the hardest time even getting them to look toward the installation problem of web sites and virtual

Re: [WiX-users] Should WiX add support for installingWindowsinstrumentation features?

2006-07-27 Thread Derek Cicerone
Thanks for the pointer John. Thanks, Derek -Original Message- From: John Vottero [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 25, 2006 7:05 PM To: [EMAIL PROTECTED]; Bob Arnson Cc: wix-users@lists.sourceforge.net; [EMAIL PROTECTED] Subject: RE: [WiX-users] Should WiX add support for

[WiX-users] rfc: break WiX 3.0 backwards-compatibility with WiX 2.0 library (wixlib) files

2006-07-27 Thread Derek Cicerone
WiX 3.0 currently has the ability to read library (.wixlib) files generated by the WiX 2.0 version of the toolset. However, weve recently identified several reasons why wed like to stop maintaining backwards-compatibility with the 2.0 format. The overall goal here is to make the changes

[WiX-users] FW: rfc: break WiX 3.0 backwards-compatibility with WiX 2.0 library (wixlib) files

2006-07-27 Thread Rob Mensching
Derek is having problems with his mail. From: Derek Cicerone Sent: Wednesday, July 26, 2006 4:03 PM To: Rob Mensching Subject: rfc: break WiX 3.0 backwards-compatibility with WiX 2.0 library (wixlib) files WiX 3.0 currently has the ability to read library (.wixlib) files

Re: [WiX-users] DLLs that are in GAC on dev machine but not clients?

2006-07-27 Thread Joannic Laborde
I solved this issue by copying the assemblies from the GAC at the end of my installation. Else you have to include them twice in the package (since DuplicateFile doesn't support assemblies). -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stefán Jökull

[WiX-users] Device scan before install

2006-07-27 Thread Calin Iaru
Hi List, given the scenario below, I would like to know how to force a device scan before installing a driver: Device Manager shows Other Device detected The drivers are installed The drivers are uninstalled The device entry disappears from Device Manager, but there is no Other Device

Re: [WiX-users] Fwd: LGHT1055 InstallUISequence warning

2006-07-27 Thread Shmarya Rubenstein
On 7/26/06, Derek Cicerone [EMAIL PROTECTED] wrote: Wixlibs don't have great documentation, but they are really simple. You can take a look at the usage info for lit and probably figure most of the options out[Shmarya] Will do... If you have a scenario where component referencing

[WiX-users] change email for wix-users/wix-devs

2006-07-27 Thread John Hidey
How do I go about changing the email that is allowed to post messages to wix-users and wix-devs mailing lists. I have this setup presently with my work email and would like to move it to my personal account. John