Re: [WiX-users] Parent Directory (2 levels up)

2007-07-30 Thread Bob Arnson
Levon Levonian wrote: > I thought about it, but I get the pattern constraint error > > Error 4 The Directory/@Name attribute's value, '..\..\[DIR]', is > not a valid long name because it contains illegal characters. Legal > long names contain no more than 260 characters and must contain at l

Re: [WiX-users] advertising extensions

2007-07-30 Thread Bob Arnson
koawmfot wrote: > i am not sure what doc you are reffering to, maybe the help document? The MSI doc. It doesn't spell it out but between the error and what it does say, WiX should include empty tables. > also, would this be two bugs or one if i were to file, and is this a > bug in the documenta

Re: [WiX-users] Reorganising features and major upgrades

2007-07-30 Thread Bob Arnson
John Hall wrote: Yes, all the features are unselected in the feature selection dialog. I was launching the MSI with 'REINSTALL=ALL REINSTALLMODE=vomus'. However, on reading the tutorial a bit more closely, those arguments are for minor upgrades - I removed them and it now has all the features

Re: [WiX-users] Uninstall removes everything in the folder.

2007-07-30 Thread Bob Arnson
JCWrs wrote: > I've continued to track this problem and I'm still no where. I have combed > the verbose log, but there is no reference to any removal of the folder I > install to. MSI doesn't log when it removes empty folders (as far as I can tell) but it does log each file deletion. So are th

[WiX-users] Wxl troubles

2007-07-30 Thread Magus
I am trying to create multiple Wxl files that contain my UIText, ProgressText, ErrorText and some Strings However when I build with Light.exe it doensn't create the UIText Table, ProgressText Table or the ErrorText Table. Am I missing an important step? candle.exe" -dcodepage=1252 -dlanguage=1033

[WiX-users] Wix 3.0.2925 heat TypeLib RegistryValue

2007-07-30 Thread David Howell
Hello, I've been using WiX 3.0.2925 to install some of our COM DLLs (created by Visual Basic 6.0 SP6). With WiX 3.0.2925 when I use: "heat file MyLibrary.dll -out MyLibrary.wxs" I will often get a mixture of entries (which is what I want) and a mixture of entries (which seem to be inste

Re: [WiX-users] Change UninstallString

2007-07-30 Thread Wilson, Phil
What you see as a detour is something like using ARPNOREMOVE so that ARP shows only a Change dialog, and then you get into a maintenance dialog with choices like Remove, Modify and Repair. That'll get you into a UI. To prevent choosing Uninstall from Right-click on the MSI file you'd need a type 19

Re: [WiX-users] How to change TARGETDIR to e drive

2007-07-30 Thread Pierson Lee (Volt)
I would assume from part 1 you would have to find some way of determining drive E versus D/C prior to install or checking to see if it is available. I struggled with this also and have made it something that the user will need to input during the installation UI. But if you're trying to look for

Re: [WiX-users] How to change TARGETDIR to e drive

2007-07-30 Thread Ravit Shapira
Thanks! 1. I've noticed that if I run the setup on a computer that has only a C drive I have to run it using msiexec with the parameter TARGETDIR=e:\ for both install and uninstall, otherwise I get an error that says it cannot find e:\. How can we make a general solution for both computers -

Re: [WiX-users] Change UninstallString

2007-07-30 Thread Brett Kapilik
Ah, I see. So, in other words, since MSI/Windows forces the UILevel to 3 when doing an uninstall from Add/Remove Programs, there is no way to force the installer to show authored dialogs during uninstall. Is that correct? Or is there a known work-around? - Brett > -Original Message- > Fro

Re: [WiX-users] error while configuring iis virtual directory

2007-07-30 Thread Mike Dimmick
Pass sca.wixlib on the light command line. This file is found in your WiX install folder. Light will also need to locate scasched.dll and scaexec.dll, which are in the same folder. Web site manipulation is not a standard feature of Windows Installer, it is an additional feature of WiX. As such it

Re: [WiX-users] Uninstall removes everything in the folder.

2007-07-30 Thread JCWrs
> MSI shouldn't remove directories that aren't empty. Check a verbose log > to see which files are getting deleted and then when the folder's > getting deleted. > > I've continued to track this problem and I'm still no where. I have combed the verbose log, but there is no reference to any

Re: [WiX-users] advertising extensions

2007-07-30 Thread koawmfot
i am not sure what doc you are reffering to, maybe the help document? anyway, i found another problem, but this one lets the msi actually install and seems to bury a 2228 error, and is also easy to replicate as well. what happens now is that i added a progid element above my extension element, an

Re: [WiX-users] Change UninstallString

2007-07-30 Thread Wilson, Phil
Those entries (created by MSI) aren't used for a registered product. You can remove them and ARP can still remove or modify. Changing them also makes no difference for the same reason. What makes different dialogs display according to product state is a UI sequence condition on the dialogs displa

[WiX-users] Build Events

2007-07-30 Thread jcafaro10
I'd like to get my bootstrapper exe to be built while I'm building my Wix file instead of going into the command line and doing it separately. I figured I could do some kind of ExeCommand to get it to work but I'm not quite sure where or how to add that in. Can Wix do that? I know I can execute

Re: [WiX-users] bootstrapper?

2007-07-30 Thread John Vottero
You must be using Votive, the Visual Studio plugin for WiX. I don't use that so, I'm not sure I can help. But, the xml file that you have for creating the bootstrapper is essentially a Visual Studio project. You might try adding it to the solution that your WiX project is in, it might work. Mak

Re: [WiX-users] bootstrapper?

2007-07-30 Thread John Vottero
You're confusing me. By "tfs", do you mean Team Foundation Server? If so, how does it not support MSBuild? > -Original Message- > From: [EMAIL PROTECTED] [mailto:wix-users- > [EMAIL PROTECTED] On Behalf Of jcafaro10 > Sent: Monday, July 30, 2007 12:39 PM > To: wix-users@lists.sourceforg

Re: [WiX-users] bootstrapper?

2007-07-30 Thread jcafaro10
jcafaro10 wrote: > > Figured it out. This works provided there are product .xml files where I > need them to be. Problem is I'll have to generate this manually b/c this > is for msbuild not wix and tfs doesn't support msbuild apparently > > Edit: Actually I was thinking what if I just had an

Re: [WiX-users] Parent Directory (2 levels up)

2007-07-30 Thread Levon Levonian
I thought about it, but I get the pattern constraint error Error 4 The Directory/@Name attribute's value, '..\..\[DIR]', is not a valid long name because it contains illegal characters. Legal long names contain no more than 260 characters and must contain at least one non-period character

[WiX-users] Wix v3

2007-07-30 Thread Quattro IV
How do I reference the output of a project as the input to a file? - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using A

Re: [WiX-users] bootstrapper?

2007-07-30 Thread jcafaro10
Figured it out. This works provided there are product .xml files where I need them to be. Problem is I'll have to generate this manually b/c this is for msbuild not wix and tfs doesn't support msbuild apparently http://schemas.microsoft.com/developer/msbuild/2003";> Microsoft .NET

Re: [WiX-users] bootstrapper?

2007-07-30 Thread Arnette, Bill
I think there is a package for SQL Server Express for the VS 2005 bootstrapper. I am not sure how to specify it in an MSBuild file, but you may be able to figure that out by creating a dummy setup in VS 2005 and specifying it as a dependency and then looking at the project file. You can also crea

Re: [WiX-users] bootstrapper?

2007-07-30 Thread John Vottero
> I know that to install .NET I need to use a bootstrapper so I made a > .proj > file and put this in it, but I need to add other things to the > bootstrapper > that won't install from the msi like sql server desktop engine and > itechlogger but I'm not sure how to do that. > SQL Server Express c

[WiX-users] bootstrapper?

2007-07-30 Thread jcafaro10
I know that to install .NET I need to use a bootstrapper so I made a .proj file and put this in it, but I need to add other things to the bootstrapper that won't install from the msi like sql server desktop engine and itechlogger but I'm not sure how to do that. http://schemas.microsoft.com/devel

Re: [WiX-users] extending Mondo

2007-07-30 Thread Mark Line
Hi David, Yes you are correct, if i hadn't be so hasty to start coding the setup i would have noticed that an example is shipped with wix [examples\wixui\custom] a quick check out of the source, and extending mondo seems a pretty simple task! Works perfectly! Thanks for the push in the right

[WiX-users] Change UninstallString

2007-07-30 Thread Brett Kapilik
In the Registry, installers created with WiX make the entry: UninstallString = Msiexec.exe /X{} Which makes the uninstall run with a minimal UI. Is there a way to make the ARP entry: UninstallString = Msiexec.exe /I{} So that it forces the change/remove/repair screen instead? Thanks, Brett -

Re: [WiX-users] extending Mondo

2007-07-30 Thread david adams
Mark: Assuming you have already created your new dialog WXS file. You should be able to simply edit the WixUI_Mondo.WXS file to insert your new dialog in the progression. Or, you could create another WixUI_Mark.WXS file that contains the definition for a completely new UI in addition to the

Re: [WiX-users] Wrappers around existing msi built in Install shield

2007-07-30 Thread John Vottero
You don't want to call one MSI from another. It's not recommended and the ability to do so has been deprecated. Also, you can't get certified for Vista if you do that. Use a bootstrapper to install each of the MSIs sequentially. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Be

Re: [WiX-users] Uninstalling prerequisites

2007-07-30 Thread John Vottero
> My program comes with a lot of prerequisites but when you uninstall the > program I'd like it to uninstall the prerequisites too. How can I get > it to > do that? Do I just have to find the uninstallers for the program or is > there something else? You shouldn't do that because prerequisites a

Re: [WiX-users] Reorganising features and major upgrades

2007-07-30 Thread John Hall
John Hall wrote: Thanks for your reply. RemoveExistingProducts is scheduled after InstallInitialize and so has not been run when we get to the customize screen. It isn't actually migrating any feature states from the old version either: It wasn't clear you wer

[WiX-users] extending Mondo

2007-07-30 Thread Mark Line
Hi everyone, Just so everyone knows, I'm currently using Wix 2, and I'm coding under Sharp Develop. Basically is there an easy way to add a extra dialog to Mondo? I thought a work around would be to build my project using Mondo then use 'dark' to extract the XML, this works fine, however the XML

[WiX-users] extending Mondo

2007-07-30 Thread Mark Line
Hi everyone, Just so everyone knows, I'm currently using Wix 2, and I'm coding under Sharp Develop. Basically is there an easy way to add a extra dialog to Mondo? I thought a work around would be to build my project using Mondo then use 'dark' to extract the XML, this works fine, however the XML

[WiX-users] Uninstalling prerequisites

2007-07-30 Thread jcafaro10
My program comes with a lot of prerequisites but when you uninstall the program I'd like it to uninstall the prerequisites too. How can I get it to do that? Do I just have to find the uninstallers for the program or is there something else? -- View this message in context: http://www.nabble.co

[WiX-users] Checking if something is installed

2007-07-30 Thread jcafaro10
In my installer I'd like it to check if something is already installed on my machine before trying to install it. There are some prerequisites that the user needs to have but if they're already installed I don't want them to install them again. I know it involves checking for something in the re

Re: [WiX-users] Creating binary value in the registry

2007-07-30 Thread Anidil
Appreciate ya suggestion..It worked without the '#x'.. dunno y is it mentioned to prefix '#x' in the Windows SDK documentation on registry tables Stefan Pavlik-2 wrote: > > > > Stefan Pavlik wrote: >> Check Registry Value of the MSI file in ORCA editor and you will see > > I meant 'Registry

Re: [WiX-users] Creating binary value in the registry

2007-07-30 Thread Stefan Pavlik
Hi again... I am not sure that you can directly write to Software\Wow6432Node\ key. The Wow6432Node key is present only on 64-bit Windows. I think you should write the value to Root="HKLM" Key="Software\APC\APC PowerChute Personal Edition\2.01.100\Shutdown" If the component is not 64 Bit it wil

Re: [WiX-users] Creating binary value in the registry

2007-07-30 Thread Stefan Pavlik
Stefan Pavlik wrote: > Check Registry Value of the MSI file in ORCA editor and you will see I meant 'Registry Table' not Registry Value. Stefan -- Stefan Pavlik | [EMAIL PROTECTED] Whitestein Technologies s.r.o. | www.whitestein.com Panenska 28 | 811 03 Bratislava | Slovak Republic Main +421

Re: [WiX-users] Creating binary value in the registry

2007-07-30 Thread Stefan Pavlik
Hi You should not use the '#x' prefix in the Value attribute. The light.exe (I think) will create correct value during creation of the MSI package. Check Registry Value of the MSI file in ORCA editor and you will see that the string in the 'Value' column is: #x#x{4E4F5445530046726F6E7450616765457

[WiX-users] Creating binary value in the registry

2007-07-30 Thread Anidil
Can anyone tell me if the "Value" attribute i have specified is correct? This piece of code doesn't seems to work when the msi is run.. http://schemas.microsoft.com/wix/2006/wi"; /> Am i using the proper syntax to specify the binary value? -- View this message in

[WiX-users] Wrappers around existing msi built in Install shield

2007-07-30 Thread TECHBABU BABU
Hi Folks, I am new bie to WIX & INSTALL world, We have requirement in our project to use existing MSI built in installsheild on windows platform that need to be called using WIX rather intgrated. 1> I need to have some sample codes to invoke the existing msi's built in Install shei

[WiX-users] Optional installation of website based on feature

2007-07-30 Thread stuart . manton
We have a product which include a number of features. One of these features installs a virtual website under the Default Web Site. Each feature is defined within its own fragment Initially the website element refering to the Default Web Site was added under the Product element. We had an issu