Re: [WiX-users] Restoring a database from an mdf/ldf

2007-11-09 Thread Rob Mensching
Sure, I do this all the time in Windows Marketplace: Sajo Jacob wrote: > > I have a scenario where I have to restore a database from an mdf/ldf > on to the target machine during the install

Re: [WiX-users] MSI installer deployment through SMS 2003 ?

2007-11-09 Thread Rob Mensching
It should just work fine. I don't use SMS though so you might follow up with them if you have issues. V K Gangwar wrote: > Hi guys, > > I developed a installer using WiX3.0 and VS2005 which is working fine > on WinXP. I wanted to deploy this MSI installer through SMS 2003. > How I can do this?

Re: [WiX-users] IIS issues during install/uninstall

2007-11-09 Thread Rob Mensching
That WiX v3 build is about 6 months old. If you're going to be using WiX v3, you really should be picking up a new build at least monthly. It is very likely that this issue is already fixed. If you find that the latest build reproduces the problem, please do open a bug. Blair Murri wrote: > > U

Re: [WiX-users] File Reference Syntax

2007-11-09 Thread Rob Mensching
The TargetFile creates a reference to a File/@Id. So, you should just need to do: TargetFile="File_ClientExe" and the rest is managed for you. As for the documentation, would you mind putting "your time where your feedback is" and provide information that we can add to the WiX.chm to help in t

Re: [WiX-users] Custom actions per component?

2007-11-09 Thread Rob Mensching
Or take a look at the WiX custom actions. All of the custom actions look up the state of the Component to determine how they will be installed, uninstalled, repaired, etc. Richard wrote: > In article <[EMAIL PROTECTED]>, > Dror Cohen <[EMAIL PROTECTED]> writes: > > >> I wanted to know i

Re: [WiX-users] Custom action for Oracle DB?

2007-11-09 Thread Rob Mensching
Take a look at the current custom actions and just extend them to support SQL. If you sign an assignment agreement, we'd love to try to get the changes incorporated back so other people would benefit from your effort. Hao Liu wrote: > > I understand that Wix provides convenient interfaces for

Re: [WiX-users] Questions about WIX.

2007-11-09 Thread Rob Mensching
1. Yes. 2. Tool to help generate some .wxs files for you up front. The you tweak the file as necessary and check it in. 3. The better you understand the Windows Installer the easier WiX is to understand. 4. Yes, you need a bootstrapper. That's basically the only thing that works. 5. P

Re: [WiX-users] MSI installer deployment through SMS 2003 ?

2007-11-09 Thread Christopher Painter
I pushed packages for a couple years using SMS 2003 ( think my largest push was 12,000 machines ) A few quick thoughts SMS actually lets you get away with some CA problems that a proper managed elevation / UAC scenario would smack down. So test for that story and you'll be extra con

Re: [WiX-users] New to WIX, trying to get a UI to appear in my MSI

2007-11-09 Thread Lanteigne, Alan
Ok, I just completely removed WIX/Project Aggregator/Visual Studio 2005. I then re-installed VS2005, updated it with Windows Update, installed project aggregator, and wix. I'm still getting the same error. All other project types work fine (C#, C++, VB, etc). When I install the projectaggrega

[WiX-users] Dark utility is failing (WiX 2.0 build)

2007-11-09 Thread kris p
Hi, I tried to extract an MSI file generated by installshield (basic msi project without any installshield specific extensions). While extracting, Dark is using short names for the paths in file table of msi database. This is causing problem as Dark is trying to locate the file name by the shor

Re: [WiX-users] Transparent bitmaps in UI

2007-11-09 Thread Richard
In article <[EMAIL PROTECTED]>, "Jim Williams" <[EMAIL PROTECTED]> writes: > Another hackneyed solution would be to edit the images and color the > background the same as the background color of the installer dialog. I > did this for one of our bitmaps and it gives the affect you want witho

Re: [WiX-users] File Reference Syntax

2007-11-09 Thread James_W_Cochrane
Hi All Rob has a point, WIX is a great product, unfortunately the documentation not only leaves a lot to be desired but is downright misleading. Due to the substantial changes in version 1.0/2.2/03.0 the current basic online documentation is worse than useless. I do understand the desire to get

[WiX-users] tallow component and Ids

2007-11-09 Thread Craig Miller
I'm new to Wix using 2.0 since it is tagged as stable and is documented fairly well. Is there a way to get Tallow to generate a component Id and File Id based on the root of the name attribute of the File element? E.g. instead of I am hoping for...

Re: [WiX-users] tallow component and Ids

2007-11-09 Thread John Robbins
Craig, I wrote a tool, PARAFFIN, that will do exactly that. http://www.wintellect.com/cs/blogs/jrobbins/archive/2007/10/18/wix-hints -for-new-users-part-1-of-3.aspx http://www.wintellect.com/cs/blogs/jrobbins/archive/2007/10/19/wix-the-p ain-of-wix-part-2-of-3.aspx http://www.wintellect.com/cs/bl

Re: [WiX-users] Questions about WIX.

2007-11-09 Thread hina1703
Thank you Rob. hina1703 wrote: > > I have following questions about WIX: > > 1) To create an installer using WIX, does a person need to know XML? > 2) What is a tool called tallow? > 3) Does a person need to know Windows Installer fundamentals/ concepts > very well? To use InstallShield, it is

Re: [WiX-users] Custom Bootstrapper (install different drivers, acrobat reader)

2007-11-09 Thread hina1703
Thanks John. It helped. hina1703 wrote: > > I am able to use Visual Studio bootstrapper to install .NET & other > micosoft software. How can I modify it to install other exe files, such as > sentinel.exe, AdobeReader.exe, I need to launch many different executables > during my product install.

[WiX-users] External Files not found

2007-11-09 Thread Chris Stefano
Hi All I can't get this right. I want some of my files to be packaged externally, in sub-directories off the directory of the MSI image. I couldn't find any examples of how to do this, and thus inferred that the Media/@Layout was how to do it. However, when I run the MSI it can't locate the file a

Re: [WiX-users] External Files not found

2007-11-09 Thread Richard
In article <[EMAIL PROTECTED]>, "Chris Stefano" <[EMAIL PROTECTED]> writes: > I couldn't find any examples of how to do this, and thus inferred that the > Media/@Layout was how to do it. Hrm. I don't know exactly what Media/@Layout is turning into in the final MSI, but you don't need this

Re: [WiX-users] IIS issues during install/uninstall

2007-11-09 Thread Pierson Lee (Volt)
Hi- I started using the following build: Votive - Windows Installer XML (WiX) Toolset, Version 3.0.3509.0 The Website installation issue of properties in the wrong section seems to be resolved (I need to do further testing, but after 20-30 installs, I have yet to get it to fail). The AppPool is

Re: [WiX-users] New to WIX, trying to get a UI to appear in my MSI

2007-11-09 Thread Pierson Lee (Volt)
That's what I was showing when I reinstalled this morning. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lanteigne, Alan Sent: Friday, November 09, 2007 6:25 AM To: Blair Murri; Bob Arnson Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] New to WIX, trying to get a UI

Re: [WiX-users] New to WIX, trying to get a UI to appear in my MSI

2007-11-09 Thread Lanteigne, Alan
The same error is showing? (that you can't save a new project, and can't successfully open an old one?) Alan From: Pierson Lee (Volt) [mailto:[EMAIL PROTECTED] Sent: Fri 11/9/2007 6:45 PM To: Lanteigne, Alan; Blair Murri; Bob Arnson Cc: wix-users@lists.sourcef

Re: [WiX-users] External Files not found

2007-11-09 Thread Chris Stefano
I didn't explain fully... The external files are on the installation CD. e.g. The output layout of the CD: file.msi file.cab file2.txt ext\file3.txt When the MSI is installed, it can't find file3.txt which is in a sub-directory ext on the installation media. Thanks In article <[EMAIL PROTECTE