Re: [WiX-users] disassemble a bundle

2013-08-20 Thread Blair Murri
Once you have the bug tracker up on sourceforge, you need to login using a sourceforge account. > From: jo...@msli.com > To: wix-users@lists.sourceforge.net > Date: Tue, 20 Aug 2013 17:24:59 -0700 > Subject: Re: [WiX-users] disassemble a bundle > > How do I file a bug? > > I get "Oops, looks l

Re: [WiX-users] disassemble a bundle

2013-08-20 Thread jo...@msli.com
How do I file a bug? I get "Oops, looks like something went wrong." no matter how I try to reach your bug tracking system. >From http://wixtoolset.org I click 'Bugs', which points to http://wixtoolset.org/bugs >From http://wix.sourceforge.net/ On the right under Support -> Bug Database also po

Re: [WiX-users] Component/@Guid error

2013-08-20 Thread Michael Turner
I have encountered this also. This a defect in light.exe 3.0.5419, which I confirmed by downloading the WiX 3.0.5419 source code and searching for the error message. (I did this a few months ago, so I can't remember the exact location off the top of my head.) This is what the linker does in 3.0.

Re: [WiX-users] Basic MSI without UI

2013-08-20 Thread Steven Ogilvie
This was asked before, here is an answer: In reply to this post by Pierson Lee (Volt) Pierson Lee (Volt) wrote: Is there a property within the Wix I can set conditionally (dependent upon a registry key) whether or not to display a UI? No. UILevel is set by MSI to indicate how the *user* chose to

Re: [WiX-users] Does not appear in the Programs and Features

2013-08-20 Thread Phil Wilson
Assuming you are relatively sure that the app did install (for example because it was a fresh install on a clean system and you can see that files were actually installed) make sure you didn't flip something that made your product a system component, ARPSYSTEMCOMPONENT set to 1 will hide the entry.

Re: [WiX-users] Merge module not working

2013-08-20 Thread Phil Wilson
I'm not sure why there is any controversy. The VC redist installs the policy modules anyway. A mixed situation where some use the redist, some use the code merge module, and some use code+policy is too unpredictable, and this is one of the things that happens. Anyone that wants a private copy of

Re: [WiX-users] Basic MSI without UI

2013-08-20 Thread Andrei Trif
Hello, Hmm... to run the msi with the /qn switch I need to build a boostrapper with Burn. The result will be an exe file with a different UI. To remove this UI I need to create a custom BA and if I manage to do this succesfully I will have 2 entries in Add/Remove Programs, one for my msi and on

Re: [WiX-users] RE. Multilanguage bundle

2013-08-20 Thread Phill Hogland
I thought I had the 3.7.1224 with the WiXExtendedBootstraperApplication.RtfLicense stuff working in the test package that I uploaded to another thread. Folks in that thread said that it did not work for them, so I went back to the same project again and when I compile it under Wix 3.7.1224 with th

Re: [WiX-users] torch transforms

2013-08-20 Thread Blair Murri
Your already building an MSI. I'm saying you still build that same just-one MSI, but in a slightly more indirect way. If you want to create MSTs using wixouts instead of wixpdbs you need a wixout from your base also, not its wixpdb. I was simply describing how to get a wixout from your base. Y

Re: [WiX-users] Condition on components validation

2013-08-20 Thread Blair Murri
You discovered the certain circumstances (if the condition is false the component is removed during the repair). There are two other things you can do: either read in the registry value and rewrite it as part of the repair, or move the component to a different feature and effectively disable r

Re: [WiX-users] Basic MSI without UI

2013-08-20 Thread Marlos Gottschild
Hi, You can create a bootstrapper using Burn and set the execution to /quiet. BR, Marlos 2013/8/20 Andrei Trif > Hello, > > I just started with WIX and I have a question, is there any way I can hide > the little box where Windows Installer says what's happening during the > install of a simple

Re: [WiX-users] upgrade & patching

2013-08-20 Thread Blair Murri
No. What does the log say? > From: chaita...@pointcross.com > To: WiX-users@lists.sourceforge.net > Date: Tue, 20 Aug 2013 07:33:01 + > Subject: [WiX-users] upgrade & patching > > Hi, > > Is there any File limitations in Minor upgrade?? > When use 500 files by using minor upgrade it is not

Re: [WiX-users] Basic MSI without UI

2013-08-20 Thread John Cooper
Use the /qn switch on msiexec.exe to completely suppress UI. Also, be careful--UILevel like most installer properties is case sensitive. The actual property is UILevel. Since it is not upper case, it is not a public property can can't be passed on the command line. -- John Merryweather Coope

Re: [WiX-users] Merge module not working

2013-08-20 Thread Blair Murri
Orca. Check the file table. All the binaries will (every time I've looked) have the same version. > From: laasu...@hotmail.com > To: wix-users@lists.sourceforge.net > Date: Tue, 20 Aug 2013 09:07:53 +0200 > Subject: Re: [WiX-users] Merge module not working > > I am happy to include the policy m

Re: [WiX-users] Wix Burn: Bundle condition does not work if using MBA

2013-08-20 Thread Nan Zang
I would like to try the option of change the prereq-BA to a different native BA which do the precheck. I don't have much knowledge about how BA. Do I need to modify wix source code to achieve this? Could you give me some more details on how to do it? 1. Which interface my prereq BA needs to im

Re: [WiX-users] Basic MSI without UI

2013-08-20 Thread Steven Ogilvie
Did you try running the MSI via the command line MSIEXEC /qn? Windows (r) Installer. V 5.0.7601.17514 msiexec /Option [Optional Parameter] Install Options Installs or configures a product /a A

[WiX-users] Basic MSI without UI

2013-08-20 Thread Andrei Trif
Hello, I just started with WIX and I have a question, is there any way I can hide the little box where Windows Installer says what's happening during the install of a simple basic msi without a UI? I tried to suppress the entire UI sequence but the little box is still displayed. Then I tried

Re: [WiX-users] Does not appear in the Programs and Features

2013-08-20 Thread Marlos Gottschild
Hi, 1) With your app not* *installed, do you have an entry here with same GUID as your app? HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UpgradeCodes 2) After having your app installed, can you find your app here (maybe different GUID - from your previous 'guid=*' package

Re: [WiX-users] bundle error if I build though automated system

2013-08-20 Thread John Cooper
TFS Power Tools: Tfpt.exe treeclean . /recursive /noprompt OR Tfpt.exe scorch . /recursive /noprompt For non-TFS version control, other tools can be used depending on your source control. -- John Merryweather Cooper Build & Install Engineer -- ESA Jack Henry & Associates, Inc.(r) Shawnee Missio

Re: [WiX-users] bundle error if I build though automated system

2013-08-20 Thread jo...@msli.com
It is a bundle signing problem so the email thread title is wrong, but I didn't know that at the time. Should start a new thread? The documentation? I don't see the word insignia mentioned in, "WIX 3.6: A Developer's Guild to Windows Installer XML". Maybe there should be a errata? Wix document

[WiX-users] Does not appear in the Programs and Features

2013-08-20 Thread yugolancer
It was working since yesterday and suddenly when I tested today the newly installed app does not appear in the above mentioned list. I don't know what I've changed except that I set Product ID replacing the asterisk with a hardcoded GUID. Please advice. Thank you -- View this message in context

Re: [WiX-users] Radio Button passing parameter to Custom Action

2013-08-20 Thread JoeMarks
Managed to get it right, got it from this stackoverflow post Changed the "Next Button" to And then I can get the value of the property on my Custom Action: Hope this will be helpful to someone.

Re: [WiX-users] bundle error if I build though automated system

2013-08-20 Thread Rob Mensching
Did you sign the bundle according to the documentation on the Insignia page? On Mon, Aug 19, 2013 at 4:57 PM, jo...@msli.com wrote: > I sign the bundle I get this error. > An unsigned bundle seems to work. > > On Mon, 2013-08-19 at 15:36 -0700, jo...@msli.com wrote: > > Looks like my log file w

Re: [WiX-users] RE. Multilanguage bundle

2013-08-20 Thread Branko Horvat
Phil, thx for your guidance so far. In WiX3.7 I manage to build setup.exe and run it with or without -lang 1031. So I can see English and German draft version. Now I wanted to get to auto detection on running setup.exe. So I downloaded the WixBalExtensionExt.dll. I used that in candle.exe (WixBalE

[WiX-users] Radio Button passing parameter to Custom Action

2013-08-20 Thread JoeMarks
Hello everyone! In my current project, I must have the user selecting on of many radio buttons, and execute a custom action according to the chosen value. My current Dialog (the part that matters) is as follows: And in my Product.wxs i have: So as you can see, in my "Next" Button I want to

Re: [WiX-users] torch transforms

2013-08-20 Thread Enrique Domínguez
Thansk for your reply, but I don't like to build MSIs but MSTs. I only needing en-US MSI (neutral) and MSTs from other cultures. It's for building a Multilanguage MSI (all in one) Can't get I those MSTs with torch then? Enrique Domínguez Pinos -Mensaje original- De: Blair Murri [mailto

Re: [WiX-users] CAQuietExec: Error 0x80070002: CAQuietExec Failed

2013-08-20 Thread Neil Sleightholm
You can't run "echo" with invoking the command processor. Try "cmd /c echo blah...". Neil -Original Message- From: Dusan Plavak [mailto:dusan.pla...@avitech-ag.com] Sent: 20 August 2013 08:49 To: wix-users@lists.sourceforge.net Subject: [WiX-users] CAQuietExec: Error 0x80070002: CAQuiet

Re: [WiX-users] Condition on components validation

2013-08-20 Thread Natalie Carr
John, Just looked at that transitive attribute and it seems it will not help me as it will uninstall my component if my condition changes to false. Thanks Natalie -Original Message- From: John Cooper [mailto:jocoo...@jackhenry.com] Sent: 19 August 2013 17:01 To: General discussion for W

Re: [WiX-users] Condition on components validation

2013-08-20 Thread Natalie Carr
Hi John, Ah that makes sense, I didn't know that. The component is a registry value and gets set on a key dialog, on a new install the key dialog will always get shown as there is no unlock key in the registry and that is what is needed to unlock the software. However on a repair I only show the d

[WiX-users] CAQuietExec: Error 0x80070002: CAQuietExec Failed

2013-08-20 Thread Dusan Plavak
Hi there, I have a problem like a lot of people before me, but don`t know why their solutions aren`t working to me... I found this topic: http://www.mail-archive.com/wix-users@lists.sourceforge.net/msg55613.html I have CA like in his solution but still not working... I have custom actions:

[WiX-users] upgrade & patching

2013-08-20 Thread Chaitanya Sanapala [PC-BLR-DEV]
Hi, Is there any File limitations in Minor upgrade?? When use 500 files by using minor upgrade it is not updating. What might be the Cause?? -- Introducing Performance Central, a new site from SourceForge and AppDynamics

Re: [WiX-users] Merge module not working

2013-08-20 Thread Lars Lars
I am happy to include the policy merge module (for now). I appreciate that using the policy module can be a debatable topic. Maybe that is why I suggested changing the line in the howto, because it suggestes it is straightforward. Maybe rather very breifly explain the pros and cons of using po

Re: [WiX-users] Wix Burn: Bundle condition does not work if using MBA

2013-08-20 Thread Blair Murri
The error message is from Windows (ERROR_OLD_WIN_VERSION). The only other possibility would be to change the prereq-BA to a different native BA that would determine the applicability of your installation attempt and present the appropriate error message before the prerequisites are installed.