[WiX-users] MSI doesn't work with Hardware signing dialog in Windows XP

2009-03-06 Thread Andy2k8
I get a hardware not signed dialog with "continue anyway" and "stop installation" buttons while trying to install an unsigned driver using my MSI. But installation does not get terminated if I click "Stop installation" button..What could be the possible reasons for this?? How do I modify the MSI t

Re: [WiX-users] Trying to install 4 COM Plus DLLs

2009-03-06 Thread MacDiarmid, James D
Ok, this is good to know. :) So, is there another way of installing COMPlus DLLs? Is there a tutorial for Wix in this area? :) -Original Message- From: Fredrik Grohn [mailto:fredrik.gr...@microsoft.com] Sent: Friday, March 06, 2009 5:13 PM To: General discussion for Windows Install

Re: [WiX-users] Trying to install 4 COM Plus DLLs

2009-03-06 Thread Fredrik Grohn
If you don't know what a COM+ partition is you probably don't need it. They are used for side-by-side'ish registration, to tie components to specific users. Fredrik -Original Message- From: MacDiarmid, James D [mailto:james.macdiar...@eds.com] Sent: Friday, March 06, 2009 7:58 AM To: Gen

Re: [WiX-users] Best Way to Reference CustomTables In An External File

2009-03-06 Thread Bob Arnson
jnewton wrote: > So I would like each MSI to create a Dependencies list and then just > reference this table. This way I just have one of these tables in some > library and then all MSIs just reference it. > You can't set a preprocessor variable and have it "take effect" in a .wixlib -- libra

Re: [WiX-users] WixToolPath variable

2009-03-06 Thread Bob Arnson
Kim Gybels wrote: > I have these additional linker options set: > -ext WixDifxAppExtension -ext WixUIExtension "C:\Program Files\Windows > Installer XML v3\bin\difxapp_x86.wixlib" > You can add those files to your project and avoid using any additional linker options value. -- sig://boB htt

Re: [WiX-users] Verify the installation mode is silent or not.

2009-03-06 Thread Wilson, Phil
Console apps require a console window. If it's your program, make it an ordinary Windows app with no UI. Phil Wilson -Original Message- From: sandun css [mailto:sandun...@gmail.com] Sent: Thursday, March 05, 2009 8:30 PM To: General discussion for Windows Installer XML toolset. Subjec

Re: [WiX-users] Merge Module Custom Action Sequencing Question

2009-03-06 Thread Christopher Painter
Sorry, I figured it out. I was really swamped and starving and when intellisense went all red~ I was confused. It seems there are no attributes of this element, you just have to close it out and move on to the Custom element. The intelisense experience is a bit wierd though... Christo

[WiX-users] Project references don't work when localized

2009-03-06 Thread Don Benson
For a client/server application, I have the server and client WiX projects in a single solution using Votive and WiX v3 in VS 2005. The server project has a reference to the client project to include the MSI inside the server installation. We don't run the client installer. We simply put it in a f

[WiX-users] Merge Module Custom Action Sequencing Question

2009-03-06 Thread Christopher Painter
I'm writing a merge module which will contain a Type 1 custom action wired into the ModuleInstallUISequence table and I'm having a hard time figuring out how to do this in WiX. According to wix.chm, the InstallExecuteSequence and InstallUISequence elements are children of the Module element

Re: [WiX-users] Problem running app from Module

2009-03-06 Thread Taras Ko
Sorry, my fault. This works: Taras -- View this message in context: http://n2.nabble.com/Problem-running-app-from-Module-tp2431511p2437621.html Sent from the wix-users mailing list archive at Nabble.com. -- Open So

Re: [WiX-users] Installing files only if they exist

2009-03-06 Thread Castro, Edwin (Hillsboro)
How does the installer know what the customer has ordered? To me this sounds like each database set is a feature that the customer can choose to install. The feature for db1 would contain references to components that represent the contents of db1.cab. You could partition your installer so that

[WiX-users] Calling a external setup package

2009-03-06 Thread MacDiarmid, James D
If I want to call a setup package such as a third-party exe, would I need to include it in the install, or can I just include it on the install media? Jim MacDiarmid EDS, an HP company U.S. Public Sector Department of Homeland Security Segment 703-236-3821(office) 571-247-2343(cell) -

[WiX-users] Installing files only if they exist

2009-03-06 Thread Nick Ball
Hi All, Firstly, let me confess that I'm new to Windows Installer and WiX, coming from a rather antiquated WISE install system (10 years old!) and finally embracing the modern way. Amongst other things, something I'm trying to do is install files only if they exist. Our system ships with

[WiX-users] Uninstall does not work if SQL Server is installed...

2009-03-06 Thread Anu Dev
HI   I am using WIX to generate an MSI. The problem is  with the uninstall option through the wizard. If any version of SQL server exists, it does not uninstall the application. But if sql server is not present it uninstalls successfully.  I can though go to add/remove programs and uninstall it

[WiX-users] Trying to install 4 COM Plus DLLs

2009-03-06 Thread MacDiarmid, James D
I'm not sure what the best way would be to configure these in the install. Do I need a COMPlus Partition? What is that all about? I'm not sure where to start with these. Jim -- Open Source Business Conference (OSBC),

Re: [WiX-users] Accessing the install directory from within a merge module

2009-03-06 Thread Younie, Bradford
> Hi, > > In a merge module, I'm trying to create an environment > variable that > > contains the path to where the product is being installed > to. My merge > > module uses the code below to do it, but it's not working > quite right. > > When the product gets installed to "c:\program > files

Re: [WiX-users] Accessing the install directory from within a merge module

2009-03-06 Thread Kim Gybels
Hi, > In a merge module, I'm trying to create an environment variable that > contains the path to where the product is being installed to. My merge > module uses the code below to do it, but it's not working quite right. > When the product gets installed to "c:\program files\mycompany\myapp", > [TA

[WiX-users] Accessing the install directory from within a merge module

2009-03-06 Thread Younie, Bradford
In a merge module, I'm trying to create an environment variable that contains the path to where the product is being installed to. My merge module uses the code below to do it, but it's not working quite right. When the product gets installed to "c:\program files\mycompany\myapp", [TARGETDIR] in th

Re: [WiX-users] Custom UI

2009-03-06 Thread Kim Gybels
Lee Baker wrote: > > There seems to be a maximum length to the edit control, and > from what I have found, adding Multiline='yes' doesn't help. > Here is what I found in MSDN: http://msdn.microsoft.com/en-us/library/aa368342(VS.85).aspx "The length of text that can be entered can be limited

Re: [WiX-users] Problem running app from Module

2009-03-06 Thread Taras Ko
... Results in: ... MSI (s) (34:E4) [12:01:53:065]: Doing action: LaunchTray.??? Action 12:01:53: LaunchTray.???. Action start 12:01:53: LaunchTray.???. MSI (s) (34:24) [12:01:53:081]: Invoking remote custom action. DLL: C:\Windows\Installer\MSI348.tmp, Entr

[WiX-users] WixToolPath variable

2009-03-06 Thread Kim Gybels
Hi, I am having trouble using the WixToolPath variable in my Visual Studio WiX project. I have these additional linker options set: -ext WixDifxAppExtension -ext WixUIExtension "C:\Program Files\Windows Installer XML v3\bin\difxapp_x86.wixlib" However, I would like to avoid the full installati

Re: [WiX-users] Problem running app from Module

2009-03-06 Thread Taras Ko
Bob Arnson-6 wrote: > > Otherwise, try SuppressModularization, but be aware that means your module > will conflict with any other WixShellExecTarget. > Well, I've tried this way: The app didn't run. Log is the same. Am I missing something? -- View this message in context: http://

Re: [WiX-users] Problem running app from Module

2009-03-06 Thread Taras Ko
Bob Arnson-6 wrote: > > Do you need to use WixShellExec to launch the app? If not, just use a > CustomAction with FileKey. Otherwise, try SuppressModularization, but be > aware that means your module will conflict with any other > WixShellExecTarget. > Thanks! But I can't run the app indep

Re: [WiX-users] Advice on Click Through technology wanted

2009-03-06 Thread Rob Series
Thanks to Neil for his comments. I was actually asking about both Click Through and Click Once. Unfortunately our server runs Apache, so I don't think I can use Click Once and it looks like its a bit premature to move to Click Through. For the moment I think we will stay with our home grown solutio