[WiX-users] Single Wix setup for Win7-32,64 bit operating system

2011-07-18 Thread Ravi Gupta
Has anyone implemented wix setup for both Win7-32,64 bit operating system with different drivers(using difx) for both OS. If any one implemented please share the knowledge. -- *Regards T.Ravi Gupta* -- Magic Quadrant for

Re: [WiX-users] Typical Wix conventions for displaying release notes?

2011-07-18 Thread Bob Arnson
On 18-Jul-11 11:46, Brad Lemings wrote: > How do you set WixShellExecTarget if you want to launch two applications in > the same Wix file? You'd need two more custom actions, one to set the WixShellExecTarget property and one to call WixShellExecute. -- sig://boB http://joyofsetup.com/ --

Re: [WiX-users] Subscribe Events

2011-07-18 Thread Bob Arnson
On 18-Jul-11 14:44, Brad Lemings wrote: > Is it possible for an external program or embedded script to subscribe to > events (e.g. SetProgress)? No. The closest is an external UI handler, which can handle progress messages however. -- sig://boB http://joyofsetup.com/ -

Re: [WiX-users] Burn title and ARP

2011-07-18 Thread Bob Arnson
On 18-Jul-11 19:12, Dan Puza wrote: > Is there a way to set the title of the bootstrapper without creating an Add > Remove Programs entry for the bootstrapper? No, at least right now Bundle/@Name is what shows the bundle in ARP. -- sig://boB http://joyofsetup.com/

Re: [WiX-users] ComPlusInstallExecute Error 0x80110414 on Windows 2000

2011-07-18 Thread Bob Arnson
On 18-Jul-11 14:15, Joe Mik wrote: > ComPlusInstallExecute: Error 0x80110414: Failed to save changes 0x80110414 is COMADMIN_E_USERPASSWDNOTVALID (The identity or password set on the application is not valid). -- sig://boB http://joyofsetup.com/

[WiX-users] Burn title and ARP

2011-07-18 Thread Dan Puza
Is there a way to set the title of the bootstrapper without creating an Add Remove Programs entry for the bootstrapper? -- Storage Efficiency Calculator This modeling tool is based on patent-pending intellectual property t

[WiX-users] Preprocessor extension for informational message

2011-07-18 Thread Bill Packard
Has anyone created a preprocessor extension for generating an informational message (that they can share)? Along the lines of the built-in error and warning message functionality, but with a type of 'Information'. I am currently using warning messages, but these are polluting the build logs. T

Re: [WiX-users] How to burn petrified wood? Upgrading from VS 2005 to 2010

2011-07-18 Thread Mark Modrall
I guess I spoke too soon... Early in the Wix 2.0 => 3.5 upgrade, I was seeing the error: Error 54 The Directory with Id 'INSTALLDIR' is not a valid root directory. There may only be a single root directory per product or module and its Id attribute value must be 'TARGETDIR' and its Name

Re: [WiX-users] How to burn petrified wood? Upgrading from VS 2005 to 2010

2011-07-18 Thread Mark Modrall
Thanks for your response, Pally... I've got things converted over for the most part but am still puzzled by a few new warnings. One is this one: Warning 58 ICE25: Possible dependency failure as we do not find @1033 v in ModuleSignature table light.exe 0 1 MyPro

[WiX-users] Subscribe Events

2011-07-18 Thread Brad Lemings
Is it possible for an external program or embedded script to subscribe to events (e.g. SetProgress)? Thanks. -- Storage Efficiency Calculator This modeling tool is based on patent-pending intellectual property that has b

[WiX-users] ComPlusInstallExecute Error 0x80110414 on Windows 2000

2011-07-18 Thread Joe Mik
I'm at the tail end of converting a large InstallShield install to WiX (3.5). Our application sets up several COM+ applications at install time, and I've used the WixComPlusExtension to do this. The COM+ apps install fine on our Windows 2003 development machine, but I get this "Failed to create a

Re: [WiX-users] Including a file but not installing it via a feature? -- ICE21: Component: 'MyTest.EXE' does not belong to any Feature.

2011-07-18 Thread Wilson, Phil
If you always that file installed, invent a feature and put that component in it. Mark the feature as always to be installed and not shown in the UI feature tree. Phil Wilson -Original Message- From: Pally Sandher [mailto:pally.sand...@iesve.com] Sent: Monday, July 18, 2011 8:52 AM T

Re: [WiX-users] Including a file but not installing it via a feature? -- ICE21: Component: 'MyTest.EXE' does not belong to any Feature.

2011-07-18 Thread Pally Sandher
All files need to be in Components & all Components need to be in Features -> http://msdn.microsoft.com/en-us/library/aa368003.aspx Add it to a Feature & the error will go away. Palbinder Sandher Software Deployment Engineer T: +44 (0) 141 945 8500 F: +44 (0) 141 945 8501 http://www.iesve.com

Re: [WiX-users] Typical Wix conventions for displaying release notes?

2011-07-18 Thread Brad Lemings
How do you set WixShellExecTarget if you want to launch two applications in the same Wix file? -Original Message- From: Bob Arnson [mailto:b...@joyofsetup.com] Sent: Monday, July 11, 2011 11:42 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Typical Wix conventions for di

[WiX-users] Including a file but not installing it via a feature? -- ICE21: Component: 'MyTest.EXE' does not belong to any Feature.

2011-07-18 Thread John Gregson
I would like a file unpacked into the directory (temp) with everything else but i am not using it as a feature. I tried adding a file as a component but it complains that its not part of a feature. Any ideas? I am a little stuck This is the error that I keep getting Error

Re: [WiX-users] Problems with the environment variable

2011-07-18 Thread Christoph Goetz
Oh thanks, it was just an input error. Damn. -Ursprüngliche Nachricht- Von: Tobias S [mailto:tobias.s1...@gmail.com] Gesendet: Montag, 18. Juli 2011 15:45 An: General discussion for Windows Installer XML toolset. Betreff: Re: [WiX-users] Problems with the environment variable Interestin

Re: [WiX-users] Problems with the environment variable

2011-07-18 Thread Tobias S
Interesting approach even checking against a environment property in a LaunchCondition. Didn't know Windows Installer can do that by default with using "%". Actually the code sample gives me an ICE03: Bad conditional string; Table: LaunchCondition, Column: Condition, Key(s): [%testdir] <> "" This

Re: [WiX-users] Problems with the environment variable

2011-07-18 Thread Christoph Goetz
I tried it your way, but nothing happens. The installation just runs even if [%testdir] doesn´t exist. Where does the condition has to stay in the wix code? -Ursprüngliche Nachricht- Von: Peter Shirtcliffe [mailto:pshirtcli...@sdl.com] Gesendet: Montag, 18. Juli 2011 12:18 An: General dis

Re: [WiX-users] How to burn petrified wood? Upgrading from VS 2005 to 2010

2011-07-18 Thread Pally Sandher
I don't think there is an upgrade from v2.0 .wixproj to v3.x. Votive was very much experimental & unsupported in WiX v2.0. You're probably better off creating new .wixproj files in v3.5 as it's pretty quick to do. Palbinder Sandher Software Deployment Engineer T: +44 (0) 141 945 8500 F: +44 (

Re: [WiX-users] Problems with the environment variable

2011-07-18 Thread Peter Shirtcliffe
That is what it tests. I'm not entirely sure what you're trying to do otherwise. -Original Message- From: Christoph Goetz [mailto:christoph.go...@giepa.de] Sent: 18 July 2011 11:08 To: 'General discussion for Windows Installer XML toolset.' Subject: Re: [WiX-users] Problems with the envir

Re: [WiX-users] Problems with the environment variable

2011-07-18 Thread Christoph Goetz
Thanks, does your Condition not require that testdir exists? Because it does not. Only after another installation testdir exist. That means that only then the installation should start. Christoph -Ursprüngliche Nachricht- Von: Peter Shirtcliffe [mailto:pshirtcli...@sdl.com] Gesendet: Mont

Re: [WiX-users] Unable to execute SQL script from patch

2011-07-18 Thread Peter Shirtcliffe
Is the SQL script present only in the patch that is being removed ? If so, it won't work because the script is not visible to the installer when it is being uninstalled. There's more information about it, including workarounds, here http://msdn.microsoft.com/en-us/library/aa370739%28v=vs.85%29.aspx

[WiX-users] Unable to execute SQL script from patch

2011-07-18 Thread Nangai
Hi, I am unable to execute sql script while uninstalling the patch. I am using visual studio development environment to create installer setup and manually update to make it compatible with wix and create patch. I am importing custom actions from sqlextension class. but could not be able to run sq

Re: [WiX-users] Problems with the environment variable

2011-07-18 Thread Peter Shirtcliffe
$(...) variables are evaluated at build-time by the preprocessor. For a run-time check, you want something like: http://msdn.microsoft.com/en-us/library/aa368012%28v=VS.85%29.aspx -Original Message- From: Christoph Goetz [mailto:christoph.go...@giepa.de] Sent: 18 July 2011 08:45 To: '

[WiX-users] Problems with the environment variable

2011-07-18 Thread Christoph Goetz
Sorry -Ursprüngliche Nachricht- Von: Christoph Goetz [mailto:christoph.go...@giepa.de] Gesendet: Montag, 18. Juli 2011 09:42 An: 'General discussion for Windows Installer XML toolset.' Betreff: Re: [WiX-users] DTE OutputFileName vs OutputName - possible wix bug? Hi, my installation s

Re: [WiX-users] DTE OutputFileName vs OutputName - possible wix bug?

2011-07-18 Thread Christoph Goetz
Hi, my installation should only start if an environment variable is set. But my installation start every time? I just want to check if the environment is set and not if it is set to an specific value. For example: ...