[WiX-users] dynamically fill a combobox

2007-10-02 Thread [EMAIL PROTECTED]
Hi, I want to use a custom action to fill dynamically a combobox. But I do not know how the output of the custom action should look like. I only think to know that I have to bind a property to the ouput to get the selected item of the combobox. Regards, Peter

[WiX-users] Fw: Some STUPID Limitations in WiX

2007-10-02 Thread Cristian Baiu
Bob Arnson wrote: It will update the shared component but it won't update the other product, so a repair operation can undo the patch. That's why merge modules are falling way out of favor... Hello Bob, Thanks for your clarification. It seems I will have to adress all the products using the MSM

[WiX-users] Driver installation linker error

2007-10-02 Thread bcs
I am trying to install a driver using Wix 3.0 and DifxAppExtension. When I build my installer I get this linker error: Unresolved reference to symbol 'CustomAction:MsiProcessDrivers' My Wix source code is shown below. Can anyone help me find out how to avoid this linker error? Thanks Bo ?xml

[WiX-users] Driver installation linker error

2007-10-02 Thread bcs
I am trying to install a driver using Wix 3.0 and DifxAppExtension. When I build my installer I get this linker error: Unresolved reference to symbol 'CustomAction:MsiProcessDrivers' My Wix source code is shown below. Can anyone help me find out how to avoid this linker error? Thanks Bo ?xml

[WiX-users] Latest nightly build (3.0.3328.0) seems to be broken

2007-10-02 Thread John Hall
The latest nightly build, version 3.0.3328.0, seems to be broken - specifically there seems to be a problem with the strong name signing: Unhandled Exception: System.IO.FileLoadException: Could not load file or assembly 'wix, Version=3.0.3328.0, Culture=neutral,

Re: [WiX-users] Explanation for why you can't have both a 32-bit and 64-bit installer

2007-10-02 Thread Adrian Gantoi
What you can do with MSI : - create an installer which will install Win32 components on Win32 platforms - create an installer which will install x64 and/or Win32 components on x64 platforms You can't however create a single MSI for both Win32 and x64 platforms. Because a MSI must be specified as

Re: [WiX-users] Explanation for why you can't have both a 32-bitand 64-bit installer

2007-10-02 Thread Thomas Leigh
Presumably though, one can have an x64 and an x86 MSI, and a boot-strapper that detects architecture and runs the correct MSI? From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Adrian Gantoi Sent: 02 October 2007 14:54 To: OneReallyCoolApplication; wix-users@lists.sourceforge.net

Re: [WiX-users] Explanation for why you can't have both a 32-bitand 64-bit installer

2007-10-02 Thread John Hall
Presumably though, one can have an x64 and an x86 MSI, and a boot-strapper that detects architecture and runs the correct MSI? Yes, definitely. John - This SF.net email is sponsored by: Microsoft Defy all challenges.

Re: [WiX-users] Explanation for why you can't have both a 32-bit and 64-bit installer

2007-10-02 Thread Dana Gutride
The MSDN Windows Installer documentation should be sufficient to explain this limitation. I'd start here: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/windows_installer_on_64_bit_operating_systems.asp

Re: [WiX-users] Explanation for why you can't have both a 32-bit and 64-bit installer

2007-10-02 Thread Karim MacDonald
OneReallyCoolApplication wrote: I am supposed to create a MSI package using WiX that can detect whether the computer it's on has 32-bit or 64-bit architecture, and install different files for each. I believe that this is possible (using the VersionNT64 property) *provided you're not

[WiX-users] Release 3.0.3328.0 Assemblies won't bind

2007-10-02 Thread Martin Lavelle
Hi, I get the following error when running the Candle.exe in the WiX Release 3.0.3328.0 : Unhandled Exception: System.IO.FileLoadException: Could not load file or assembly 'wix, Version=3.0.3328.0, Culture=neutral, PublicKeyToken=ce35f76fcda82bad' or one of its dependencies. The located

[WiX-users] no tallow in wix 3.0

2007-10-02 Thread Sergei Shelukhin
Hi. How come there's no tallow utility in Wix 3.0 binaries? - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005.

Re: [WiX-users] Embedded locale transforms

2007-10-02 Thread Gareth at Serif
Okay I figured it out... you need to ommit the transform's file extension. In my example, just call the file 1036 and embed this. -- View this message in context: http://www.nabble.com/Embedded-locale-transforms-tf4523004.html#a13001287 Sent from the wix-users mailing list archive at

[WiX-users] Reference one directory up.

2007-10-02 Thread Jessi Darling
How do you specify where your files are located when you don't want to hard code the directory, just have it point to one directory up? Thanks in advance. -- Jessica Darling - This SF.net email is sponsored by: Microsoft

Re: [WiX-users] ICE03 error from light

2007-10-02 Thread Ogborne, Dave
Massive thanks guys for your help ... in the end it was a simple spelling error which didn't show up in the compile stage... The additional information and guidance (such as using Orca) certainly helped to tie it down and will be very useful going forward, Also the -sice:ICE03 flag does suppress

Re: [WiX-users] no tallow in wix 3.0

2007-10-02 Thread Peter Marcu
Tallow doesn't exist in WiX 3.0. Take a look at Heat. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sergei Shelukhin Sent: Tuesday, October 02, 2007 8:36 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] no tallow in wix 3.0 Hi. How come there's no tallow utility in

Re: [WiX-users] no tallow in wix 3.0

2007-10-02 Thread OneReallyCoolApplication
It's been replaced by a similar tool called heat. rrraven wrote: Hi. How come there's no tallow utility in Wix 3.0 binaries? - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual

Re: [WiX-users] no tallow in wix 3.0

2007-10-02 Thread Antony Walmsley
Use heat.exe instead On 02/10/2007, Sergei Shelukhin [EMAIL PROTECTED] wrote: Hi. How come there's no tallow utility in Wix 3.0 binaries? - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R)

Re: [WiX-users] Reference one directory up.

2007-10-02 Thread Chad Petersen
..\ is the syntax for one folder up from the current folder. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jessi Darling Sent: Tuesday, October 02, 2007 8:47 AM To: wix-users Subject: [WiX-users] Reference one directory up. How do you

Re: [WiX-users] Custom UI help

2007-10-02 Thread Bob Arnson
Anidil wrote: and UIRef Id=My_WixUI_InstallDir / in the WiX installer source file. and i add My_WixUI_InstallDir.wixlib,which is a custom library to the light command line, and have followed the instructions given in the WiX tutorial to create custom library.. I get the same error

Re: [WiX-users] Flag or Property for Remove

2007-10-02 Thread Bob Arnson
Srinivas Tirupati wrote: Biut this is not working How? -- sig://boB http://joyofsetup.com/ - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005.

Re: [WiX-users] [WiX-commits] Wix 2 and service

2007-10-02 Thread Bob Arnson
Gonzalo Diethelm wrote: The only reason not to use ServiceInstall and ServiceControl is the DRY principle (Don't Repeat Yourself).Since I MUST provide a way for users to start/stop/install/delete the service from the console, I don't want to replicate that mechanism anywhere else, hence the

Re: [WiX-users] Fw: Some STUPID Limitations in WiX

2007-10-02 Thread Bob Arnson
Cristian Baiu wrote: So far I don't know how to instruct pyro to address my patch to all MSIs unless I make differences for all of them and pass all these difference sets to pyro. Can you please advice me if it's possible to target multiple MSIs with only one set of differences and how ?

Re: [WiX-users] Attaching Condition to a CA from Merge Module

2007-10-02 Thread Bob Arnson
Ben Greenberg wrote: But, since MsiProcessDrivers is declared in the Difx MSM, light doesn't know about it and complains that CustomAction:MsiProcessDrivers is an unresolved symbol reference. Is there a way to do this in WiX? No. WiX merges the module's contents via mergemod.dll and

Re: [WiX-users] Driver installation linker error

2007-10-02 Thread Bob Arnson
bcs wrote: I am trying to install a driver using Wix 3.0 and DifxAppExtension. When I build my installer I get this linker error: Unresolved reference to symbol 'CustomAction:MsiProcessDrivers' Difx doesn't currently support WiX v3. The Difx extension exists for when they support it. --

Re: [WiX-users] [WiX-commits] Wix 2 and service

2007-10-02 Thread Gonzalo Diethelm
I guess that's arguable. I already had to provide all those details (service name, startup information, etc.) in the EXE itself, in order to support the /install, /remove, /start and /stop switches. Why would I want to repeat that in the installer, instead of just calling the EXE? Thanks and best

[WiX-users] Maintenance - Change weirdness

2007-10-02 Thread DexterSinister
Hi Folks - I've run in to some weirdness with an installation package when trying to modify an existing installation. In Add/Remove Programs, both the Change and Remove buttons are displayed ... but the Change button doesn't work as expected. When the Change button is clicked, the installation

Re: [WiX-users] Driver installation linker error

2007-10-02 Thread Garth
I got it working by adding the following Binary Id=DIFxApp.dll SourceFile=$(var.DIFxAppPath)DIFxApp.dll / Binary Id=DIFxAppA.dll SourceFile=$(var.DIFxAppPath)DIFxAppA.dll / CustomAction Id=MsiCleanupOnSuccess BinaryKey=DIFxApp.dll DllEntry=CleanupOnSuccess /

Re: [WiX-users] Reference one directory up.

2007-10-02 Thread Jessi Darling
Thank you much. I figured it was something simple like that, but I didn't know the syntax for it. On 10/2/07, Chad Petersen [EMAIL PROTECTED] wrote: ..\ is the syntax for one folder up from the current folder. -- *From:* [EMAIL PROTECTED] [mailto: [EMAIL

Re: [WiX-users] Determine which Version of Windows installer isinstalled

2007-10-02 Thread Wilson, Phil
Use the VersionMsi standard Windows Installer property. Phil Wilson -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Craig0ss Sent: Friday, September 28, 2007 3:41 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Determine which Version of

Re: [WiX-users] Fw: Some STUPID Limitations in WiX

2007-10-02 Thread Peter Marcu
You should be able to pass transforms generated from wixpdb's in combination with ones generated from admin images. You will need a transform passed to torch for each product you want to target because product code information is important and I assume each language you ship has a different

Re: [WiX-users] Fw: Some STUPID Limitations in WiX

2007-10-02 Thread Peter Marcu
I meant pyro when I said torch below. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Peter Marcu Sent: Tuesday, October 02, 2007 10:15 AM To: Bob Arnson; Cristian Baiu Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Fw: Some STUPID

[WiX-users] DeleteMachineCertificate Failure and code problems

2007-10-02 Thread Garth
Hi, I have a uninstall which Fails sometimes but not always It prints the error DeleteMachineCertificate: Deleting certificate with friendly name: Garth DeleteMachineCertificate: Failed to delete certificate with friendly name: Microsoft Root Authority, continuing anyway. MSI (s) (94:24)

Re: [WiX-users] The folder path '?' contains an invalid character

2007-10-02 Thread Wilson, Phil
The only time I've ever seen this error message is when the shell folders registry entries are incorrect. MSI checks every entry in the Directory table for validity, so make sure you don't have a directory/property name that is resolving to a ?, and it's probably worth making sure that these

Re: [WiX-users] dynamically fill a combobox

2007-10-02 Thread Wilson, Phil
Collected but not used by me, this VBScript used in a custom action may help: Function Combo() ' This function initializes and then sets variables to set values for the four columns ' of the ComboBox table (Property, Order, Value and Text). Then a function is called to add ' the row of

Re: [WiX-users] Fw: Some STUPID Limitations in WiX

2007-10-02 Thread Peter Marcu
The problem you are hitting is that the Wixpdb contains no information about msm's they are merged in after the fact. Three options: 1. Instead of using the wixpdb, just use the admin image functionality I added in order to create transforms for the products that contain msm's. 2. Use Melt.exe

[WiX-users] Computing space on a password-secured disk causes error

2007-10-02 Thread Andre Nelson
Hello, I have a relatively simple installer. It fails during initialization when it tries to compute the space for a network drive that is password protected. Is there any way to cancel this space-check or only look at local disks? Or, is there a way to continue even if the space check

Re: [WiX-users] The folder path '?' contains an invalid character

2007-10-02 Thread Chris Ridd
On 2 Oct 2007, at 18:54, Wilson, Phil wrote: The only time I've ever seen this error message is when the shell folders registry entries are incorrect. MSI checks every entry in the Directory table for validity, so make sure you don't have a directory/property name that is resolving to

Re: [WiX-users] Release 3.0.3328.0 Assemblies won't bind

2007-10-02 Thread Peter Marcu
Apparently wix.dll was strong named with a different public key this time around while all the other tools are using the correct one. We are looking what caused the problem and will get a fix and release a new build once its fixed. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of

Re: [WiX-users] [WiX-commits] Wix 2 and service

2007-10-02 Thread Mike Dimmick
Why add this functionality to your program when Windows XP and Server 2003 ship net.exe which can start and stop services, and sc.exe, which can create and delete services as well? Net.exe has been able to start and stop services since Windows NT 4.0 at least, and sc.exe was previously part of the

Re: [WiX-users] website with p3p - repost

2007-10-02 Thread Mike Dimmick
2.0.4701 is pretty old now. As far as I can see from the latest release, 5325 (from May this year), this error shouldn't occur. The error would be coming from either validating the XML against the schema - but HttpHeader is listed as an element that can appear under WebSite in the latest

Re: [WiX-users] How to configure SQL Express bootstrap

2007-10-02 Thread John Vottero
Find the Package.xml file for SQL Express, edit it and look for the Command PackageFile=sqlexpr32.exe Arguments=.. element. Change the Arguments to what you want. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Eric Latendresse Sent: Tuesday, October 02, 2007 5:41 PM To:

Re: [WiX-users] How to configure SQL Express bootstrap

2007-10-02 Thread Eric Latendresse
Excellent, Thanks! Eric From: John Vottero [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 02, 2007 4:57 PM To: Eric Latendresse; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] How to configure SQL Express bootstrap Find the Package.xml file for SQL Express, edit it and

[WiX-users] Light problem in 3.0.3328.0

2007-10-02 Thread Dave.Rahnis
Since build 3.0.3328's zip file had Strong Name problems, I installed the msi. That package has problems with paths with spaces. Using 8.3 names works ok. It works if you only ask for help, but fails if a link is attempted. Dave c:\Program Files\Windows Installer XML v3\bin\light.exe -?

Re: [WiX-users] Silent install won't copy in files

2007-10-02 Thread Wilson, Phil
Must be time to create an MSI log of UI and non-UI to see what's going on. Have you searched your system for the files involved? It's not unusual for files to end up being installed at some unexpected location (such as C:\filename), so it's possible that skipping the UI sequence is resulting