Re: [WiX-users] shell Execute : Custom Action help

2007-09-05 Thread Anidil
i'm kinda confused with the condition in this case.first of all i use standard wix UI extensions. And adding WIXUI_EXITDIALOGOPTIONALCHECKBOX will not really help me.Where and how should i be using the condition?Can't i achieve this functionality when using the WiX standard UI Extensions? Bob A

Re: [WiX-users] Using WiX v3 Votive to build WiX v2 projects

2007-09-05 Thread Bob Arnson
Christopher Painter wrote: > Problem is WiXAware authors WiX v2 schema and WiX v2 doesn't have > MSBuild support. It does. WixTasks.dll and wix.targets ship with v2. -- sig://boB http://joyofsetup.com/ - This SF.net emai

Re: [WiX-users] Specify column width of VolumeCostList Control

2007-09-05 Thread Bob Arnson
Man, Shirley wrote: How can I do this in WiX? Where is the font specification defined? It's in the loc string. Override it in your own .wxl file -- all the WixUI loc strings are marked Overridable="yes". -- sig://boB http://joyofsetup.com/ -

Re: [WiX-users] Wix tool V2

2007-09-05 Thread Bob Arnson
Harini Gurusamy wrote: I upgraded my wix tool to v2 and the *.wim file is generating some errors when building msi. Does anyone have a *.wim file that works successfully for v2 wix tool ?? Hard to say: What's a .wim file? -- sig://boB http://joyofsetup.com/ -

Re: [WiX-users] Change Working Directory

2007-09-05 Thread Bob Arnson
Chris wrote: > I created a Wix project that includes an ExitDialog with a CustomAction to > launch the application. However, when launching my app, it creates two > directories in the current working directory (the dir containing my > AppSetup.msi) rather than in the INSTALLDIR (C:\Program File

Re: [WiX-users] Wixv3 upgrade problems

2007-09-05 Thread Bob Arnson
Alan Frye wrote: I have created an msi for upgrades but when I run it I get the following error. nother version of this product is already installed. Installation of this version cannot continue. To configure or remove the existing version of this product, use Add/Remove Programs on the Con

Re: [WiX-users] Using WiX v3 Votive to build WiX v2 projects

2007-09-05 Thread Christopher Painter
I also wonder if what I'm doing has some issues, whats the chances that Votive could be adapted to support building either v2 or v3 schema ala MSBee style. Christopher Painter <[EMAIL PROTECTED]> wrote:I have some merge modules that contain thousands of simple `xcopy` files that I'd like

[WiX-users] Using WiX v3 Votive to build WiX v2 projects

2007-09-05 Thread Christopher Painter
I have some merge modules that contain thousands of simple `xcopy` files that I'd like developers to maintain. I don't want to use VDPROJ because it's slow as hell and sucks at MSBuild support and I don't want to use InstallShield because it costs too much to give everyone a license. I ca

[WiX-users] service installation

2007-09-05 Thread ersm6
I have written wxs file for a windows service that requires username/password during installation. It installs but the problem is, after installing I cannot start the service. It gives me an error saying " Error 1069: The service did not start due to a logon failure" .But if I right click the

[WiX-users] Changes to the System32\Drivers\etc\Services file?

2007-09-05 Thread Mike.Stratoti
What the recommended WiX or Windows Installer technique for adding new entries to or changing existing specific lines in the "System32\Drivers\etc\Services" file? Thanks. Rg, Mike - This SF.net email is sponsored by: Splunk I

[WiX-users] Specify column width of VolumeCostList Control

2007-09-05 Thread Man, Shirley
Hi all, I want to hide some of the columns in VolumeCostList. According to MSDN, http://msdn2.microsoft.com/en-us/library/aa372790.aspx Authors can set the column widths in the VolumeCostList control by appending column widths after any font specifications. Column widths are ente

Re: [WiX-users] Adding current date to a registry entry

2007-09-05 Thread Wilson, Phil
Windows Installer has standard properties Date and Time. http://msdn2.microsoft.com/en-us/library/aa368262.aspx Phil Wilson From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alperstein, Kenny Sent: Wednesday, September 05, 2007 1:19 PM To: wix-users@lists.sourceforge.net S

[WiX-users] Adding current date to a registry entry

2007-09-05 Thread Alperstein, Kenny
I am adding registry entries which include the name and version of the application that is being installed. I also want to add the date this application and version was installed, but I cannot find a way to get the current date. Is there a variable or other method I can get the current date to in

[WiX-users] Wix tool V2

2007-09-05 Thread Harini Gurusamy
I upgraded my wix tool to v2 and the *.wim file is generating some errors when building msi. Does anyone have a *.wim file that works successfully for v2 wix tool ?? Harini - This SF.net email is sponsored by: Splunk Inc.

[WiX-users] Change Working Directory

2007-09-05 Thread Chris
I created a Wix project that includes an ExitDialog with a CustomAction to launch the application. However, when launching my app, it creates two directories in the current working directory (the dir containing my AppSetup.msi) rather than in the INSTALLDIR (C:\Program Files\App) ... How d

Re: [WiX-users] Merge Module and Upgrade element?

2007-09-05 Thread Mike Dimmick
Doing this also means that Microsoft's security updates for this product would not necessarily be applied - you've made it unserviceable. Very, very bad plan. -- Mike Dimmick _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Vottero Sent: 05 September 2007 18:

Re: [WiX-users] Merge Module and Upgrade element?

2007-09-05 Thread John Vottero
The dotnetinstaller can actually install any kind of app. You're right about GenerateBootstrapper being poorly documented. The way I understand it, Windows Installer supported running one msi from another msi but, that caused a number of problems (I don't know what) so they deprecated the fe

Re: [WiX-users] Merge Module and Upgrade element?

2007-09-05 Thread Robert.Priest
BTW - this thing say "For .NET Apps". I hope that is not a strict req. I need it for an MFC app also. Anyway, I will take a look. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Wednesday, September 05, 2007 2:26 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED]

Re: [WiX-users] Merge Module and Upgrade element?

2007-09-05 Thread Robert.Priest
Point taken... And, actually I agree. I don't want to have to do this. First of all, there is way too much logic in there that I don't want to have to worry about. The problem is that tools like the "GenerateBootstrapper" task, are poorly documented with very few examples being found on the web

Re: [WiX-users] Merge Module and Upgrade element?

2007-09-05 Thread John Vottero
I would be furious if I installed a product only to find that the developer had taken apart one of Microsoft's installers, dorked it around and rebuilt it into a Frankenstein of an installer. I think you should use a bootstrapper to install the real MSXML6 and then install your product. Search

Re: [WiX-users] Merge Module and Upgrade element?

2007-09-05 Thread Robert.Priest
Also, I said an "" , but I meant " From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Wednesday, September 05, 2007 1:30 PM To: [EMAIL PROTECTED] Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Merge Module and Upgrade element? Thanks for the

[WiX-users] Wixv3 upgrade problems

2007-09-05 Thread Alan Frye
I have created an msi for upgrades but when I run it I get the following error. nother version of this product is already installed. Installation of this version cannot continue. To configure or remove the existing version of this product, use Add/Remove Programs on the Control Panel. {B68D552A

Re: [WiX-users] WiX and MSI architecture question

2007-09-05 Thread Bob Arnson
Dix, John wrote: Being new to MSI and WiX I have several architecture questions however I will restrict it to one for now. My company pushes webchanges to our website which customer's see however we would like to speed the testing process up by implementing MSI packages for deployment. Due to

Re: [WiX-users] Component GUIDs

2007-09-05 Thread Bob Arnson
Chris Ridd wrote: > I'm having some conceptual problems with WIX's s though, in > particular their GUID attributes. Curiously (for us) Installshield makes > *way* less use of GUIDs than WIX, so my practical problem is how to manage > the $large_number of GUIDs that will be required. Oh yes, 2 * $la

Re: [WiX-users] Launch a second installer from MSI

2007-09-05 Thread Bob Arnson
David Stindl wrote: > You can e.g. specify, the module has to be installed: > > http://joyofsetup.com/ - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log

Re: [WiX-users] shell Execute : Custom Action help

2007-09-05 Thread Bob Arnson
Anidil wrote: > I use the following code to add a check box to the final dialog and to launch > product reg web site when clicked "finish" with check box checked.But it > doesn't seems to validate the check box state and always launch the webpage > once when "finish" is clicked.Any help? > Add

Re: [WiX-users] Merge Module and Upgrade element?

2007-09-05 Thread Bob Arnson
[EMAIL PROTECTED] wrote: - My merge module installs certain dlls and registers them all. - I want to detect if the current version or a newer version is installed and just exit without installing. - I want to detect if no version or a previous version is installed

[WiX-users] shell Execute : Custom Action help

2007-09-05 Thread Anidil
I use the following code to add a check box to the final dialog and to launch product reg web site when clicked "finish" with check box checked.But it doesn't seems to validate the check box state and always launch the webpage once when "finish" is clicked.Any help? https:

Re: [WiX-users] tallow.exe failing to generate fragment for unmanagedshim DLL

2007-09-05 Thread Strele Franz
Instead of the "-c" switch, you'll need the "-s" switch: "tallow -nologo -s LicensingClientShim.dll" Hth, Franz > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] [mailto:wix-users- > [EMAIL PROTECTED] Im Auftrag von Duncan Bayne > Gesendet: Mittwoch, 05. September 2007 13:33 > An: wix

[WiX-users] tallow.exe failing to generate fragment for unmanaged shim DLL

2007-09-05 Thread Duncan Bayne
Hi All, First of all, I'm loving WiX, having come to it from an InstallShield background. It's everything I always wished IS was ... However, I'm having a problem getting tallow.exe to generate the fragment to use to register a COM object. The catch is that the COM object is actually an unmanag

Re: [WiX-users] Make User Run exe when the msi is run

2007-09-05 Thread Rob Hamflett
You could put a Condition element under the Product element like this: RUNFROMEXE = 1 When you call msiexec from the exe be sure to pass RUNFROMEXE=1 as an argument. Double-clicking the MSI file obviously won't provide this argument, and so the launch condition will fail. Rob Craig0ss wrote: >

[WiX-users] Make User Run exe when the msi is run

2007-09-05 Thread Craig0ss
HI There Im new to .msi installers and WIX and i need to know how to do the following. Ive built my installer so i now have my .msi file and my .exe file, i need information on a 'condition'? so that when the user executes the .msi file to install my application it displays a message saying tha