Re: [WiX-users] help needed including directories

2013-07-12 Thread Chad Petersen
PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] help needed including directories Thanks Jacob. But I'm not sure where this code piece goes. -Original Message- From: Hoover, Jacob [mailto:jacob.hoo...@greenheck.com] Sent: Friday, July 12, 2013

Re: [WiX-users] help needed including directories

2013-07-12 Thread Hoover, Jacob
I just added 1 line () to your example.wxs. -Original Message- From: Richard Silverstein [mailto:rsilverst...@conarc.com] Sent: Friday, July 12, 2013 2:55 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] help needed including directories Thanks

Re: [WiX-users] help needed including directories

2013-07-12 Thread Richard Silverstein
Thanks Jacob. But I'm not sure where this code piece goes. -Original Message- From: Hoover, Jacob [mailto:jacob.hoo...@greenheck.com] Sent: Friday, July 12, 2013 2:14 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] help needed including direct

Re: [WiX-users] help needed including directories

2013-07-12 Thread Hoover, Jacob
Windows Installer XML toolset. Subject: Re: [WiX-users] help needed including directories Thanks for looking at this... Yes, Notepad.exe and Readme.txt are there. I included the wrong example but in this case, I'm not getting fragment.txt either. For the directory example, I have a folder c

Re: [WiX-users] help needed including directories

2013-07-12 Thread Chad Petersen
From: Chad Petersen [mailto:chad.peter...@harlandfs.com] Sent: Friday, July 12, 2013 1:18 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] help needed including directories I compiled and linked your example into an MSI and ran it and it works great. Notepad.exe and Readme.tx

Re: [WiX-users] help needed including directories

2013-07-12 Thread Richard Silverstein
com] Sent: Friday, July 12, 2013 1:18 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] help needed including directories I compiled and linked your example into an MSI and ran it and it works great. Notepad.exe and Readme.txt installed. Remember if you ar

Re: [WiX-users] help needed including directories

2013-07-12 Thread Chad Petersen
I compiled and linked your example into an MSI and ran it and it works great. Notepad.exe and Readme.txt installed. Remember if you are on a 64-bit system you need to look in C:\Program Files (x86)\Example to find your installed files. -Original Message- From: Richard Silverstein [mai

Re: [WiX-users] Help needed

2011-06-30 Thread Jeremy Farrell
> From: Kshitish Seet [mailto:kshitish.s...@nextsphere.com] > > I am asked to use Windows Installer XML > (WiX) to create installation > package. I donot know where to start. If anybody have done > anything on this please advise. The web page you mention would b

Re: [WiX-users] Help needed

2011-06-30 Thread Rob Mensching
http://wix.sf.net/tutorial On Thu, Jun 30, 2011 at 4:07 PM, Kshitish Seet wrote: > > > > Hi, > > I am asked to use Windows Installer XML (WiX) > to create installation package. I donot know where to start. If anybody have > done anything on this please advise. > > >

Re: [WiX-users] Help needed on suppressing unwanted message

2009-07-16 Thread Sebastian Brand (Instyler Software)
stian Brand (Instyler Software) [mailto:wix+us...@instyler.com] Sent: Thursday, July 16, 2009 2:02 PM To: 'General discussion for Windows Installer XML toolset.' Subject: Re: [WiX-users] Help needed on suppressing unwanted message Hi Libin, Create a property and add a to find out if Mono is inst

Re: [WiX-users] Help needed on suppressing unwanted message

2009-07-16 Thread libin
Sent: Thursday, July 16, 2009 2:02 PM To: 'General discussion for Windows Installer XML toolset.' Subject: Re: [WiX-users] Help needed on suppressing unwanted message Hi Libin, Create a property and add a to find out if Mono is installed already. Then change the condition of the InstallMono act

Re: [WiX-users] Help needed on suppressing unwanted message

2009-07-16 Thread Sebastian Brand (Instyler Software)
Hi Libin, Create a property and add a to find out if Mono is installed already. Then change the condition of the InstallMono action to run only when that property is not set (ie. Mono was not found on the system). You may want to do the same with the GTK action to avoid reinstallation of GTK# as

Re: [WiX-users] Help needed

2009-02-27 Thread Anu Dev
From: Ben Cheetham To: General discussion for Windows Installer XML toolset. Sent: Friday, February 27, 2009 7:21:08 PM Subject: Re: [WiX-users] Help needed I found the Bootstrapper Manifest Generator useful for this. http://code.msdn.microsoft.com/bmg Ben -Original Message- From

Re: [WiX-users] Help needed

2009-02-27 Thread Ben Cheetham
-users] Help needed You can't do this from within the installer, as MSI won't allow multiple simultaneous installations. Read up on Bootstrappers, that will get you what you need. Chris On Fri, Feb 27, 2009 at 6:36 AM, Prabhakaran Paulraj < prabhakaran_paul...@dynamicbi.com&

Re: [WiX-users] Help needed

2009-02-27 Thread Christopher Karper
You can't do this from within the installer, as MSI won't allow multiple simultaneous installations. Read up on Bootstrappers, that will get you what you need. Chris On Fri, Feb 27, 2009 at 6:36 AM, Prabhakaran Paulraj < prabhakaran_paul...@dynamicbi.com> wrote: > Hi Everyone, > > I am a newbie

Re: [WiX-users] Help Needed ......

2007-08-30 Thread V K Gangwar
Thanks a lot!!! One more question - Have you any idea about InstallAware 7. This package is also used for creating installation package. Which one is better to use InstallAware or WiX2.0. Thanks!! Veerendra Karthik Krishnan <[EMAIL PROTECTED]> wrote: Adding wix-users back to the thread. To an

Re: [WiX-users] Help Needed ......

2007-08-24 Thread Karthik Krishnan
Adding wix-users back to the thread. To answer your last question first, I know of no real way of telling what tool created the .MSI, except perhaps if Installshield has placed references in the Registry table of the .MSI. You might see things like "Installshield_InstallDriver) If all you have is

Re: [WiX-users] Help Needed ......

2007-08-23 Thread Wilson, Phil
Those look fairly straightforward to me. The first 6 are tables that don't belong in an MSI file anyway, so delete them from the base MSI file or from the wxs. Similarly, just delete the MsiUnpublishAssemblies action from the AdvtExecuteSequence table. When you say "..build this .wxs file

Re: [WiX-users] Help Needed ......

2007-08-23 Thread Karthik Krishnan
I don't think Dark has been completely updated for use with WiX v3 yet. You might have better luck with v2. That being said, I've never trusted the output from Dark for anything other than a reference point to begin work from. On 8/22/07, V K Gangwar <[EMAIL PROTECTED]> wrote: > > Dear All, > >

Re: [WiX-users] Help needed with adjustiong msi to support full patching

2007-01-25 Thread Ashfaq Rahman
I am having a problem unintsalling a patch. I am having the exact same problem as described by Emma in the thread "Patch Uninstall Help'. I don't see a clue how to resolve this. I have gone through the restrictions that can make patches uninstallable. But none of them applies for me. Even the ex

Re: [WiX-users] Help needed with adjustiong msi to support full patching

2007-01-22 Thread Bob Arnson
Ashfaq Rahman wrote: > First of all, the patch doesn't seem to work with all standard commands like > REINTSALL = ALL or full UI. > You need to solve the problem of a UI-less install first, before you can tackle the additional consideration of UI changing state. -- sig://boB http://bobs.or