Re: [WiX-users] I swear I looked around before asking about "pragma message" functionality...

2014-12-18 Thread Majcica, Mario
You could share with us your findings... -Original Message- From: gapearce [mailto:mr_gapea...@yahoo.com] Sent: Friday, December 19, 2014 05:06 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] I swear I looked around before asking about "pragma message" fun

Re: [WiX-users] I swear I looked around before asking about "pragma message" functionality...

2014-12-18 Thread gapearce
Sorry - I was too impatient... I figured it out ;-) Doh! -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/I-swear-I-looked-around-before-asking-about-pragma-message-functionality-tp7598646p7598647.html Sent from the wix-users mailing list archive a

[WiX-users] I swear I looked around before asking about "pragma message" functionality...

2014-12-18 Thread gapearce
Is there a way to get something like (In C++) #pragma message("some message") that I can put in my WiX project file? I want to output in the log the generated product code each time it is built. I found but I can't get it to output the value of a variable. I tried a couple of variations of thi

[WiX-users] I need to force unistall of a 3d party package apart of the version number number

2014-09-21 Thread Marco Tognacci
I have made a Burn wix setup that encapsulate a 3d party msi package.When I install my burn setup on a system that have just installed the 3dparty msi package I need to force unistall of this package and the reinstall it.The same thing when I upgrade my burn package I need to force the uninstall

Re: [WiX-users] I have problem with create installer. Help me please!

2014-01-29 Thread Carter Young
Read Here: http://wixtoolset.org/documentation/manual/v3/xsd/wix/customaction.html And try leaving off Deferred, and look at the SiLabs Installer to see if you can pass any parameters, and then Use the Return Attribute to wait for the Installer to complete in the background. If that doesn't

[WiX-users] I have problem with create installer. Help me please!

2014-01-29 Thread Fedor Pranovich
Hello, I have one problem with installer I want to start .exe file, but this file start only in background. But i need run this exe file only in foreground and wait when it will finish. Thanks a lot!!! Best Regards, Fedor Pranovich --

Re: [WiX-users] I want to merge two msi using Bundles, chain and fragments methods.

2014-01-13 Thread tom
you need to create a bootstrapper project in order to chain msis -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/I-want-to-merge-two-msi-using-Bundles-chain-and-fragments-methods-tp7591398p7591732.html Sent from the wix-users mailing list archive

[WiX-users] I want to merge two msi using Bundles, chain and fragments methods.

2013-12-17 Thread Gaurav Gupta
Dear All There is a option in WIx to merge two msi using bundle, fragments and chain tags. In Documentation everything is mentioned but whenever I tried to implement that thing in wixedit Tool and changing wxs file according to that, wixedit tool is telling that Wix doesn't support Bundles, ch

Re: [WiX-users] I have an installer of an application that needs to be installed over any existing version, regardless of version number. Can this be done using Wix 3.7v ?

2013-08-13 Thread Phil Wilson
install it, not setup distributors. Anyway you are right, it's a pain. Phil W -Original Message- From: Blair Murri [mailto:os...@live.com] Sent: Tuesday, August 13, 2013 2:46 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] I have an installer of

Re: [WiX-users] I have an installer of an application that needs to be installed over any existing version, regardless of version number. Can this be done using Wix 3.7v ?

2013-08-13 Thread Blair Murri
ying when it happens). > From: phil.wil...@mvps.org > To: wix-users@lists.sourceforge.net > Date: Mon, 12 Aug 2013 09:34:44 -0700 > Subject: Re: [WiX-users] I have an installer of an application that needs to > be installed over any existing version, regardless of version number.

Re: [WiX-users] I have an installer of an application that needs to be installed over any existing version, regardless of version number. Can this be done using Wix 3.7v ?

2013-08-12 Thread Phil Wilson
y installed version, even products with a higher version than the incoming one. Phil W -Original Message- From: akshayB [mailto:akshay...@gmail.com] Sent: Monday, August 12, 2013 3:57 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] I have an installer of an application that needs

[WiX-users] I have an installer of an application that needs to be installed over any existing version, regardless of version number. Can this be done using Wix 3.7v ?

2013-08-12 Thread akshayB
I have an installer of an application that needs to be installed over any existing version, regardless of version number. Can this be done using Wix 3.7v?. If yes can I know how to do this ? -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/I-have-an

Re: [WiX-users] I need to use Product Version Build numbers larger than 65535

2013-06-25 Thread Phil Wilson
ussion for Windows Installer XML toolset. Subject: Re: [WiX-users] I need to use Product Version Build numbers larger than 65535 Good point; Since I started this thread an engineer I work with suggested I use a new attribute called ProductVersion that is not bound by the 255.255.65535.65535 limita

Re: [WiX-users] I need to use Product Version Build numbers larger than 65535

2013-06-25 Thread Rod Horsley
Later, Rod /B^) Rod Horsley | Software Engineer -Original Message- From: Rob Mensching [mailto:r...@robmensching.com] Sent: Friday, June 21, 2013 12:52 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] I need to use Product Version Build numbers l

Re: [WiX-users] I need to use Product Version Build numbers larger than 65535

2013-06-20 Thread Rob Mensching
riginal Message- > From: Phil Wilson [mailto:phil.wil...@mvps.org] > Sent: Thursday, June 20, 2013 12:22 PM > To: 'General discussion for Windows Installer XML toolset.' > Subject: Re: [WiX-users] I need to use Product Version Build numbers > larger then65535 > >

Re: [WiX-users] I need to use Product Version Build numbers larger than 65535

2013-06-20 Thread Tobias S
Such things outside MSDN specs are very risky! If anyhow possible try to avoid them. E.g. we got issues (afair FindRelatedProducts) as our version number was 4.451.. when migrating to Major 5. We then needed to use think it was 5.195.. instead of 5.1... And IMHO 255.255.655

Re: [WiX-users] I need to use Product Version Build numbers larger than 65535

2013-06-20 Thread Rod Horsley
Sent: Thursday, June 20, 2013 12:22 PM To: 'General discussion for Windows Installer XML toolset.' Subject: Re: [WiX-users] I need to use Product Version Build numbers larger then65535 Windows Installer might copy the version info model, but the limitation is the ProductVersion property

Re: [WiX-users] I need to use Product Version Build numbers larger then65535

2013-06-20 Thread Phil Wilson
ng Windows Installer - that's where the limit is. Phil -Original Message- From: Hoover, Jacob [mailto:jacob.hoo...@greenheck.com] Sent: Thursday, June 20, 2013 10:38 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] I need to use Product Ver

Re: [WiX-users] I need to use Product Version Build numbers larger than 65535

2013-06-20 Thread Rod Horsley
...@greenheck.com] Sent: Thursday, June 20, 2013 11:38 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] I need to use Product Version Build numbers larger then 65535 Correct me if I am wrong, but the VERSIONINFO resource can't handle numbers larger than that.

Re: [WiX-users] I need to use Product Version Build numbers larger then 65535

2013-06-20 Thread Hoover, Jacob
16 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] I need to use Product Version Build numbers larger then 65535 The product version number I have to use has the following form: 3.5.6.257832 obviously the candle compiler doesn't like this; is there any way to suppress the error

[WiX-users] I need to use Product Version Build numbers larger then 65535

2013-06-20 Thread Rod Horsley
The product version number I have to use has the following form: 3.5.6.257832 obviously the candle compiler doesn't like this; is there any way to suppress the error or to work around this limitation? If I can't find a solution to this problem we are going to have to abandon WIX in favor of a s

Re: [WiX-users] I have many files named in diffrent languages, how should I author my files.

2013-05-12 Thread uni
于13 May 2013 11:09:19,uni写到: > For example,I want to author like below, > > name in chinese > name in japanese > ...and so on. > My target files may contain many files named in many different languages. > Localization seems only support one target language. > > Need some suggestions, thanks. Ca

[WiX-users] I have many files named in diffrent languages, how should I author my files.

2013-05-12 Thread uni
For example,I want to author like below, name in chinese name in japanese ...and so on. My target files may contain many files named in many different languages. Localization seems only support one target language. Need some suggestions, thanks.

Re: [WiX-users] I am getting no UninstallCommand from using ExePackage

2013-03-11 Thread jeamis
Thank You - - jon -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/I-am-getting-no-UninstallCommand-from-using-ExePackage-tp7584223p7584233.html Sent from the wix-users mailing list archive at Nabble.com. ---

Re: [WiX-users] I am getting no UninstallCommand from using ExePackage

2013-03-11 Thread Rob Mensching
You need a DetectCondition or Burn will never think the ExePackage is installed, thus never needs to be uninstalled. On Mon, Mar 11, 2013 at 4:42 AM, jeamis wrote: > Need to adjust comment above. On repair, I am getting Install command not > the repair command. > > > > - > - jon > -- > Vie

Re: [WiX-users] I am getting no UninstallCommand from using ExePackage

2013-03-11 Thread jeamis
Need to adjust comment above. On repair, I am getting Install command not the repair command. - - jon -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/I-am-getting-no-UninstallCommand-from-using-ExePackage-tp7584223p7584226.html Sent from the

[WiX-users] I am getting no UninstallCommand from using ExePackage

2013-03-11 Thread jeamis
The following is a simple call from a out of the box Wix bootstrapper trying to use ExePackage to a simple exe: MyInstaller is called on Install and repair, but UninstallCommand never occurs. Is there a variable or flag I need to set in the bootstrapper to tell it I want the uninstallco

[WiX-users] I watched your youtube vid. I have 3 files, created installer ok, but installing it gave win-error.

2013-02-25 Thread james pruett
Hi, Thanks for writing Wix. I will donate to the tip jar or flattr. I tried my installer and didn't quite make it... Not sure how to diagnose it. Here is everything (.SED, _installer.exe) http://www.wikispeedia.org/speedo/ Thanks for looking! I appreciate it. -cellurl --

Re: [WiX-users] I have heard that MSI is too complicated from a programmer's prospective

2012-10-05 Thread Bruce Cran
On 05/10/2012 17:23, Katherine Moss wrote: > Oh really? Nasty; I mean, why not just use a standard UI for that anyway > rather than that very complicated and non user friendly interface? I'm not > talking about accessibility here; some sighted individuals struggle with it > as well. Maybe we

Re: [WiX-users] I have heard that MSI is too complicated from a programmer's prospective

2012-10-05 Thread Katherine Moss
or Windows Installer XML toolset.; chr...@iswix.com Subject: Re: [WiX-users] I have heard that MSI is too complicated from a programmer's prospective If you want an example of how **not** to do an installer the SQL Server is the one to go for! It is not the Windows Installer parts that ar

Re: [WiX-users] I have heard that MSI is too complicated from a programmer's prospective

2012-10-05 Thread Katherine Moss
t out in a timely fashion. -Original Message- From: Rob Mensching [mailto:r...@robmensching.com] Sent: Thursday, October 04, 2012 10:51 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] I have heard that MSI is too complicated from a program

Re: [WiX-users] I have heard that MSI is too complicated from a programmer's prospective

2012-10-04 Thread Neil Sleightholm
If you want an example of how **not** to do an installer the SQL Server is the one to go for! It is not the Windows Installer parts that are bad it is the bootstrapped that warps it all up. >I had SQL server Express 2012 on my server a few months ago, had to >uninstall it to clear out some errors

Re: [WiX-users] I have heard that MSI is too complicated from a programmer's prospective

2012-10-04 Thread Rob Mensching
What is he doing in his current installer? There are some things in MSI that are more complex than in InnoSetup and NSIS (although Burn in WiX v3.6 tackles most of them). I'm curious because tackling the complexity problem/perception is very important to me in WiX v4.0. On Thu, Oct 4, 2012 at 12:4

Re: [WiX-users] I have heard that MSI is too complicated from a programmer's prospective

2012-10-04 Thread Rob Mensching
opher Painter [mailto:chr...@iswix.com] > Sent: Thursday, October 04, 2012 7:25 PM > To: General discussion for Windows Installer XML toolset.; General > discussion for Windows Installer XML toolset. ( > wix-users@lists.sourceforge.net) > Subject: Re: [WiX-users] I have heard that MSI is

Re: [WiX-users] I have heard that MSI is too complicated from a programmer's prospective

2012-10-04 Thread Katherine Moss
Installer XML toolset. (wix-users@lists.sourceforge.net) Subject: Re: [WiX-users] I have heard that MSI is too complicated from a programmer's prospective MSI is complicated. Setup is complicated. There is a learning curve but once you nail it, it's easy for your users. The key

Re: [WiX-users] I have heard that MSI is too complicated from a programmer's prospective

2012-10-04 Thread Christopher Painter
PM To: "General discussion for Windows Installer XML toolset. (wix-users@lists.sourceforge.net)" Subject: [WiX-users] I have heard that MSI is too complicated from a programmer's prospective Hi guys, Since I am just learning to be a .NET C# programmer, can somebody shed light on why usi

Re: [WiX-users] I have heard that MSI is too complicated from a programmer's prospective

2012-10-04 Thread Neil Sleightholm
er 2012 20:43 To: General discussion for Windows Installer XML toolset. (wix-users@lists.sourceforge.net) Subject: [WiX-users] I have heard that MSI is too complicated from a programmer's prospective Hi guys, Since I am just learning to be a .NET C# programmer, can somebody shed light on why usin

Re: [WiX-users] I have heard that MSI is too complicated from a programmer's prospective

2012-10-04 Thread John H Bergman (XPedient)
Hmmm "COM is love"? I always thought COM was COMplicated... lol. -Original Message- From: tom [mailto:tomer.d...@intergraph.com] Sent: Thursday, October 04, 2012 3:29 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] I have heard that MSI is too complica

Re: [WiX-users] I have heard that MSI is too complicated from a programmer's prospective

2012-10-04 Thread Hoover, Jacob
or may not work on all OS's/Languages/Bitness/etc). -Original Message- From: tom [mailto:tomer.d...@intergraph.com] Sent: Thursday, October 04, 2012 3:29 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] I have heard that MSI is too complicated from a programmer&#x

Re: [WiX-users] I have heard that MSI is too complicated from a programmer's prospective

2012-10-04 Thread tom
I would argue that developing MSI with wix is a little bit more complicated than developing in c# or other scripting language at the beginning, because programmers which use to tell the compiler "How to do" things now need to use declarative language and tell the compiler "What to do" Some progra

Re: [WiX-users] I have heard that MSI is too complicated from a programmer's prospective

2012-10-04 Thread Katherine Moss
, October 04, 2012 3:57 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] I have heard that MSI is too complicated from a programmer's prospective I don't know much about Inno, but reasons for us to use MSI include: - rollbacks - patches (i.e., replacing less than full files), in

Re: [WiX-users] I have heard that MSI is too complicated from a programmer's prospective

2012-10-04 Thread Keith.Douglas
ler XML toolset. (wix-users@lists.sourceforge.net) Subject: [WiX-users] I have heard that MSI is too complicated from a programmer's prospective Hi guys, Since I am just learning to be a .NET C# programmer, can somebody shed light on why using WiX over something like Inno would be more

Re: [WiX-users] I have heard that MSI is too complicated from a programmer's prospective

2012-10-04 Thread Steven Ogilvie
ussion for Windows Installer XML toolset. (wix-users@lists.sourceforge.net) Subject: [WiX-users] I have heard that MSI is too complicated from a programmer's prospective Hi guys, Since I am just learning to be a .NET C# programmer, can somebody shed light on why using WiX over something like Inn

[WiX-users] I have heard that MSI is too complicated from a programmer's prospective

2012-10-04 Thread Katherine Moss
Hi guys, Since I am just learning to be a .NET C# programmer, can somebody shed light on why using WiX over something like Inno would be more complicated and why programmers are often less compelled to use WiX? I'm asking this because my friend has got a project he's working on where the main p

Re: [WiX-users] I want to add visual studio project's references output.

2012-09-18 Thread Rob Mensching
You have to add more references from the WiX project. On Tue, Sep 18, 2012 at 6:48 PM, 조성수 wrote: > Hello. > I have problem with adding visual studio project output in wix v3.5 > > I have 10 projects in my solution and each project contains references > (such as PresentationCore, PresentationFra

[WiX-users] I want to add visual studio project's references output.

2012-09-18 Thread 조성수
Hello. I have problem with adding visual studio project output in wix v3.5 I have 10 projects in my solution and each project contains references (such as PresentationCore, PresentationFramework, Newtomsoft.Json). And I want to make installer with my projects output. I tried It works very wel

[WiX-users] I installed the application for ALLUSERS but MsiGetProductInfo returns false - why?

2011-04-04 Thread CP YEH
Hi, I have created an installer using wix and when the user installs our product, I set it to be installed for ALLUSERS by setting ALLUSERS property to '1' as follows. However, on certain windows when I call MsiGetProductInfo(), it returns '1605' - This action is only valid for products that are

Re: [WiX-users] I want the next button to be disabled if "Entire feature will be unavailable" is selected in a feature tree.

2011-03-09 Thread Umeshj
My previous post seems to be mangled in the editor so without giving the markup I will just suggest the way to do it. You can do it by publishing property changes depending on the state of the selection tree in SelectionTree control and then later using those properties. This was suggested by Ni

Re: [WiX-users] I want the next button to be disabled if "Entire feature will be unavailable" is selected in a feature tree.

2011-03-09 Thread Umeshj
You can do it by publishing property changes depending on the state of the selection tree in SelectionTree control and then later using those properties. and then handling disable for the next button DisableButton = "1" DisableButto

Re: [WiX-users] I want the next button to be disabled if "Entire feature will be unavailable" is selected in a feature tree.

2011-03-08 Thread Tobias S
Afaik not possible the way you are planing it. Just did a test with modifying the NEXT button on a CustomizeDlg with following code: Right now it refreshes the button state when disabling the feature click back and click next again. But

[WiX-users] I want the next button to be disabled if "Entire feature will be unavailable" is selected in a feature tree.

2011-03-06 Thread santhosh yalamuri
Hi,     I have a simple installer which has only one feature,I want the next button to be disabled if "Entire feature will be unavailable" is selected in a feature tree. Thanks -- What You Don't Know About Data Connectiv

Re: [WiX-users] I am new to using WIX..

2011-03-03 Thread Yan Sklyarenko
Take a look at this: http://blogs.msdn.com/b/pmarcu/archive/2008/05/25/wix-wix-pdb.aspx As you can see, the truth has nothing to do with your assumption :-) -- Yan On Thu, Mar 3, 2011 at 4:09 PM, Peter Berton (Plumbline) < v-pb.

[WiX-users] I am new to using WIX..

2011-03-03 Thread Peter Berton (Plumbline)
What is a .wixpdb file? Can I assume it is an install package that contains PDB files. If so, how do I get the PDB files out of the file? Thanks for any assistance!!! -- Free Software Download: Index, Search & Analyze L

Re: [WiX-users] I broke my project somehow...

2010-06-08 Thread gapearce
Ugh. I uninstalled/reinstalled wix 30 and still same problem. I eventually figured out that I had to do a "devenv /resetskippkgs" at the command line, and it all works again now. Thanks for your help everyone! -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2

Re: [WiX-users] I broke my project somehow...

2010-06-08 Thread Yan Sklyarenko
Maybe, just uninstall WiX toolset and install it back? It must be quick and clean... -- Yan -Original Message- From: Michael He [mailto:michael...@gmail.com] Sent: Tuesday, 08 June, 2010 10:08 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] I broke my

Re: [WiX-users] I broke my project somehow...

2010-06-08 Thread Michael He
hoo.com] > Sent: 07 June 2010 22:28 > To: wix-users@lists.sourceforge.net > Subject: [WiX-users] I broke my project somehow... > > > Somehow I broke my VS2008 project and I can't load my wixproj any more. > I'm > getting the following error: > > http://window

Re: [WiX-users] I broke my project somehow...

2010-06-07 Thread Neil Sleightholm
Subject: [WiX-users] I broke my project somehow... Somehow I broke my VS2008 project and I can't load my wixproj any more. I'm getting the following error: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/file/n5151 101/error.jpg Reinstalling 3.0 didn't help. Any sugges

[WiX-users] I broke my project somehow...

2010-06-07 Thread gapearce
Somehow I broke my VS2008 project and I can't load my wixproj any more. I'm getting the following error: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/file/n5151101/error.jpg Reinstalling 3.0 didn't help. Any suggestions on how to fix this? -- View this message in context:

Re: [WiX-users] I need the Repair to behave as Reinstall

2010-04-27 Thread Houssam Hamdan
.wil...@invensys.com] Sent: Tuesday, April 27, 2010 1:31 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] I need the Repair to behave as Reinstall I think it's more likely Houssam wants identical behavior as at install time. I assume the conditions ar

Re: [WiX-users] I need the Repair to behave as Reinstall

2010-04-26 Thread Wilson, Phil
26, 2010 12:16 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] I need the Repair to behave as Reinstall Well it does. But the condition used is the one at fresh install time. It is is not re-evaluated - unless you set the transitive flag. You might

Re: [WiX-users] I need the Repair to behave as Reinstall

2010-04-26 Thread Ramaswamy, Srinivasan
/aa368007(v=VS.85).aspx -Original Message- From: Houssam Hamdan [mailto:houssam.ham...@netiks.com] Sent: Monday, April 26, 2010 2:22 AM To: 'General discussion for Windows Installer XML toolset.' Subject: [WiX-users] I need the Repair to behave as Reinstall Hello All, The Repair

[WiX-users] I need the Repair to behave as Reinstall

2010-04-25 Thread Houssam Hamdan
Hello All, The Repair operation does not execute Components that include conditions. Executed during Repair ... Not Executed during Repair ... Not Executed during Repair ... I need the Repair to behave as Resinstall (With conditions) Thank you in advance.

Re: [WiX-users] I need help with installing MS SQL Server Express 2008 from a wixinstaller.msi

2009-06-16 Thread Robert Hermann
6 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] I need help with installing MS SQL Server Express 2008 from a wixinstaller.msi If you're doing a recursive MSI install it's not going to work. That's why there are bootstrappers and cha

Re: [WiX-users] I need help with installing MS SQL Server Express 2008 from a wixinstaller.msi

2009-06-16 Thread Wilson, Phil
2009 6:10 AM To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] I need help with installing MS SQL Server Express 2008 from a wixinstaller.msi Hello, I'm writing (or trying to write) a WIX installer that based upon what the user selects, installs SQL Expre

[WiX-users] I need help with installing MS SQL Server Express 2008 from a wixinstaller.msi

2009-06-16 Thread Robert Hermann
Hello, I'm writing (or trying to write) a WIX installer that based upon what the user selects, installs SQL Express 2008 to the local machine. I've got the command line down ... I know the command line works because I can run in it in command window without any problems at all. I run it

Re: [WiX-users] I want some help on multiple feature implementation.

2009-05-20 Thread Pally Sandher
sers@lists.sourceforge.net Subject: [WiX-users] I want some help on multiple feature implementation. Hi, I want some help on feature and its levels. how windows installer handles the multiple features. And what is install level and feature state? I am bit confused with these. Please give some links where i

[WiX-users] I want some help on multiple feature implementation.

2009-05-19 Thread MYFLEX
Hi, I want some help on feature and its levels. how windows installer handles the multiple features. And what is install level and feature state? I am bit confused with these. Please give some links where i can clarify my doubts. -- View this message in context: http://n2.nabble.com/I-want

Re: [WiX-users] I need help: a hot problem about WIX installer

2009-02-23 Thread Brian Rogers
Hey Vincent, There is no ability to enable your exact request in the WIX Schema itself. However, if you look at the Heat.exe tool, provided in with the Wix Toolset, it might give you some of what you are looking for. Thanks, Brian Rogers "Intelligence removes complexity." - Me http://icumove.spa

[WiX-users] I need help: a hot problem about WIX installer

2009-02-22 Thread xfishxi
Hi all, I'm a beginer on WIX installer, now I meet a hot problem when I create an installer using Wix, the problem is : how to copy a whole folder . now the folder structure is like this: Media1\Fonts.zip Media1\gui.zip Media1\Data\World\a.xml Media1\Data\World\b.xml Media1\Data\QQ.txt

Re: [WiX-users] i need util:XmlFile associated SchedXmlFile action to happen before a specific CAQuietExec deferred custom action . . .

2009-02-15 Thread Bob Arnson
Robert O'Brien wrote: > Would Action="SchedXmlFile" for ensuring my util:XmlFile settings get applied just > before my CAQuietExec deferred custom action that needs those settings in > place? > No, because SchedXmlFile is what schedules ExecXmlFile. Try scheduling your custom action relativ

[WiX-users] i need util:XmlFile associated SchedXmlFile action to happen before a specific CAQuietExec deferred custom action . . .

2009-02-13 Thread Robert O'Brien
i need util:XmlFile associated SchedXmlFile action to happen before a specific CAQuietExec deferred custom action . Would using the following sequence entry for SchedXmlFile be the correct / supported way to make that happen? !Database1=2 And &Database1=3 And ?Database1=2 And $Database1=3 !Da

Re: [WiX-users] i need util:XmlFile associated SchedXmlFile action to happen before a specific CAQuietExec deferred custom action . . .

2009-02-13 Thread Robert O'Brien
Would !Database1=2 And &Database1=3 And ?Database1=2 And $Database1=3 !Database1=2 And &Database1=3 And ?Database1=2 And $Database1=3 !Database1=2 And &Database1=3 And ?Database1=2 And $Database1=3 -- Open Source Busi

[WiX-users] I want to subscribe with other mail Id and Unsubscribe this mail what is the process.

2009-02-04 Thread Chandra Vuppala
Hi , How can I unsubscribe from mailing list. As this is my company mail id I should not use. Thanks & Regards, Chandrashekar vuppala From: anwesha.m [mailto:anwesh...@live.com] Sent: Wed 4/02/2009 3:09 PM To: wix-users@lists.sourceforge.net Subject: Re: [Wi

[WiX-users] I know nested installs are strongly discouraged, but...

2008-10-28 Thread DE�K JAHN, G�bor
On Mon, 27 Oct 2008 17:13:21 + (GMT), Andrew Kendall wrote: Andrew, > extracting file to install this utility on the users system at the > same time as our main application. No, it's not "strongly discouraged", it is simply "not supported" and "impossible", plain and simple.. :-) Use a boo

Re: [WiX-users] I know nested installs are strongly discouraged, but...

2008-10-27 Thread Bob Arnson
Andrew Kendall wrote: > all I want to do is invoke an Adobe Acrobat Reader self-extracting file > to install this utility on the users system at the same time as our main > application. > > Is this possible? The problem I'm having at the moment is Error 1500 - > "Another installation is in p

Re: [WiX-users] I know nested installs are strongly discouraged, but...

2008-10-27 Thread Ian Elliott (Excell Data Corporation)
This is more of a windows installer question. Please see the following: http://msdn.microsoft.com/en-us/library/aa368010.aspx -Original Message- From: Andrew Kendall [mailto:[EMAIL PROTECTED] Sent: Monday, October 27, 2008 10:13 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users

[WiX-users] I know nested installs are strongly discouraged, but...

2008-10-27 Thread Andrew Kendall
all I want to do is invoke an Adobe Acrobat Reader self-extracting file to install this utility on the users system at the same time as our main application. Is this possible? The problem I'm having at the moment is Error 1500 - "Another installation is in progress". Any help/tips will be

[WiX-users] i,

2008-02-05 Thread Sneha Gharpure
H -- View this message in context: http://www.nabble.com/i%2C-tp15285626p15285626.html Sent from the wix-users mailing list archive at Nabble.com. - This SF.net email is sponsored by: Microsoft Defy all challenges. Microso

[WiX-users] I Love Thee

2008-01-16 Thread wtycbukf
I Dream of you http://75.178.189.136/ - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/ __

Re: [WiX-users] i want to know what this means

2007-11-20 Thread Jim Williams
method to search for a version, such as described in Searching for Existing Applications, Files, Registry Entries or .ini File Entries , and then set a property. Jim From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mailinglist Sent: Tuesday, November 20,

Re: [WiX-users] i want to know what this means

2007-11-20 Thread Mailinglist
om: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Abubakar Sent: Dienstag, 20. November 2007 12:31 To: wix-users@lists.sourceforge.net Subject: [WiX-users] i want to know what this means Hi, i'm lookin at some installer's source and I find the following line: It helps in launch

[WiX-users] i want to know what this means

2007-11-20 Thread Abubakar
Hi, i'm lookin at some installer's source and I find the following line: It helps in launching a exe file at the start of installation. I dont understand what does C__installscript>2 means. What is "2" and why the greate-than sign used. And why are we doing this? Regards, ..ab -

[WiX-users] I accept the payment of paypal

2007-10-28 Thread Dsf
I accept the payment of paypal This is www.polo6688.com Our main items are: Shoes: Nike, Gucci, Prada, Puma, Timberland, LV, Adidas, Jordan Jeans: D&G, Rock & Republic, Diesel, True Religion, Levis, Replay, G-star, Dsquared, Seven Bags & Purses: Gucci, Chloe, Chanel, Fendi, Dior Lv T-shirt &Sweate

[WiX-users] i need help on this. i posted it earlier also.i m unable to resolve this error

2007-07-17 Thread shambhu kumar
Microsoft (R) Windows Installer Xml Linker version 2.0.5325.0 Copyright (C) Microsoft Corporation 2003. All rights reserved. light.exe : error LGHT0001 : Index was outside the bounds of the array. Exception Type: System.IndexOutOfRangeException Stack Trace: at Microsoft.Tools.WindowsInstalle

[WiX-users] I flicked the switch and the loud whirring was startling.

2007-04-18 Thread allow
The class seems pretty social which is, I think, a good thing if school is as stressful as they say. Still, gotta work harder at budgeting my time. A puddle of preservative chemicals pooled around her face, and I felt guilty. But I guess if everyone's behind, no one's behind. The first hour was

Re: [WiX-users] I have installed latest WiX (3.0.3215) and I do not see WiX project types in 'Add Project' wizard.

2006-11-17 Thread Bob Arnson
Srdjan Jovcic wrote: I do not know exactly what I did wrong -- I have installed Wix3.msi and now I have folder 'WiX' in Add New Project wizard, but there is nothing in it... Folder C:\Program Files (x86)\Microsoft Visual Studio 8\Common7\IDE\ProjectTemplates\WiX contains three ZIP files, but

[WiX-users] I have installed latest WiX (3.0.3215) and I do not see WiX project types in 'Add Project' wizard.

2006-11-16 Thread Srdjan Jovcic
I do not know exactly what I did wrong - I have installed Wix3.msi and now I have folder 'WiX' in Add New Project wizard, but there is nothing in it... Folder C:\Program Files (x86)\Microsoft Visual Studio 8\Common7\IDE\ProjectTemplates\WiX contains three ZIP files, but for some reason VS doesn