Re: [WiX-users] Installation doesn't progress at all

2015-02-06 Thread Nicolás Alvarez
2015-02-06 9:15 GMT-03:00 Balaji R : > We are using managed bootstrapper application for our installation, at some > times installation doesn't progress at all. While checking the installation > log from %temp% folder, it seems that after DetectComplete() state nothing > progresses. After DetectCom

Re: [WiX-users] How to add references to other project in my WiX project programaticly?

2015-01-23 Thread Nicolás Alvarez
If you need an urgent answer, contact FireGiant (for $$$). Otherwise, this is a community mailing list. You'll get an answer when and if someone has the time to read the message, knows the answer, etc. You barely waited a day. -- Nicolás 2015-01-23 15:39 GMT-03:00 Igor Furman : > I'm sorry, I'm

Re: [WiX-users] How to prevent upgrade and downgrade if system depends from particular installed product version

2014-12-04 Thread Nicolás Alvarez
2014-12-04 4:26 GMT-03:00 Valery Portnyagin : > On 12/02/2014 10:15 PM, Phil Wilson wrote: >> If you're saying that two MSI products are incompatible and you want >> to make sure that a product cannot be installed if another one is >> already installed then some choices are: >> >> You use Upgrade a

Re: [WiX-users] Help getting started with custom actions

2014-11-27 Thread Nicolás Alvarez
2014-11-27 23:55 GMT-03:00 Bob Arnson : > On 26-Nov-14 23:45, Nicolás Alvarez wrote: >> I'm not sure how to handle rollback. Suppose A.msi is already >> installed, I install B.msi, the update-index CA runs, and for some >> reason installation fails and rolls back. The co

[WiX-users] Help getting started with custom actions

2014-11-26 Thread Nicolás Alvarez
My installer was simple so far, with only files to install. It has come the time where I may need to introduce custom actions, to generate a plugin cache/index at install time. I'm switching between WiX documentation and MSDN and blog posts and feeling a bit lost about CAs. Background: The index u

Re: [WiX-users] effects of not using authenticode digitally signed wix msi build output

2014-11-21 Thread Nicolás Alvarez
Lua patching? -- Nicolás 2014-11-21 11:50 GMT-03:00 Hoover, Jacob : > It's only a few lines in your wixproj, and it gives you Lua patching and > the certainty that the payload hasn't been altered. > > > On Nov 20, 2014, at 9:14 PM, "zoo ob1" wrote: > > > > Anyone have pointer to good article e

Re: [WiX-users] wix toolset using apache license or other viable open source

2014-11-20 Thread Nicolás Alvarez
2014-11-21 0:10 GMT-03:00 zoo ob1 : > Is or has wix toolset moved to use of a truly open source [ / > http://www.apache.org/licenses/ ] style license so that any company can > use > it for their internal lob app work and/or apps that get sold to customers? > > > > I ask because I thought I recall

[WiX-users] Advertised shortcuts and the new world of bundles

2014-11-02 Thread Nicolás Alvarez
If I have a single .msi that installs files and an advertised start menu shortcut, and some files become damaged or missing, launching the start menu shortcut will repair the relevant feature(s) and launch the application anyway. But let's say I have a Burn bundle with two .msi's, one with require

Re: [WiX-users] Removing bundle from ARP

2014-10-20 Thread Nicolás Alvarez
2014-10-03 12:04 GMT-03:00 vorsichtdiekurve : > No, they are being uninstalled using the managed bootstrapper GUI. I have > options to modify the installed packages (which simply installs/uninstalls > depending on what the client desires) or uninstall (which is done by setting > in code that all pa

Re: [WiX-users] Silent installation

2014-10-13 Thread Nicolás Alvarez
Or that you have the MSI open in Orca while trying to install it :) -- Nicolás 2014-10-13 12:16 GMT-03:00 Phil Wilson : > Error 1619 is "This installation package could not be opened. Verify > that the package exists and is accessible, or contact the application > vendor to verify that this is a

Re: [WiX-users] MSI screens not shown during Bootstrapper installation

2014-10-09 Thread Nicolás Alvarez
2014-10-09 11:44 GMT-03:00 Brian Enderle : > I have created an MSI that uses WixUI_InstallDir option to display the > install path and a license file. Running the MSI correctly displays the > install path screen and the license screen. > > I am now wanting to include this MSI in a bootstrapper pro

Re: [WiX-users] Conditional Directory install

2014-10-03 Thread Nicolás Alvarez
2014-10-02 16:57 GMT-03:00 Pavan Konduru : > Hi, > > I have used conditional component install this way, which works for me when I > don't want to install a file in some situations: > > > KEY_FOUND > > > > Can the same be done for a directory? I want a directory created only a > pa

Re: [WiX-users] Driver not being installed in driver store?

2014-09-29 Thread Nicolás Alvarez
2014-09-29 20:42 GMT-03:00 Christopher Fraser : > Does anyone have any thoughts or suggestions? A cut down version of my .wxs > project is attached. Attachments don't make it to the mailing list. Upload your .wxs to a pastebin or some file sharing service and post a link. -- Nicolás ---

[WiX-users] KeyPath by default?

2014-09-25 Thread Nicolás Alvarez
If I write this: Is the File automatically marked as a KeyPath because of being the only file in the component? -- Nicolás -- Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer Achieve PCI DSS 3.0 Compli

Re: [WiX-users] Uninstall previous version

2014-09-25 Thread Nicolás Alvarez
2014-09-25 11:49 GMT-03:00 newuser2014 : > Hi, > I have the Product id as follows: > > And I have added the following: > > > > This seems to just overwrite the previous version and not uninstall it. > After installation of the newer version, I went into Add/Remove Programs > and saw that

Re: [WiX-users] Download newer version of cached MSI if available

2014-09-24 Thread Nicolás Alvarez
2014-09-24 23:28 GMT-03:00 Sascha Sertel : > Hello there, > > after some googling around I couldn't find a good match for this question, > so let me start a new thread. > > What I would like to have is a bundle with embedded (= compressed) MSI > packages inside, but then have my custom managed boot

Re: [WiX-users] Uninstalling bundle with broken BA

2014-09-09 Thread Nicolás Alvarez
out > yourself from paths like C:\Users\\AppData\Local\Package Cache > C:\Users\\AppData\Local\Temp > C:\Config,msi > > Paths will be different on XP obviously, but you know what I mean. There are > also package cache locations under C:\Windows, you can see in the log file >

Re: [WiX-users] Uninstalling bundle with broken BA

2014-09-08 Thread Nicolás Alvarez
n the same situation and couldn't > uninstall. As long as you have your product GUID MsiZap can clean up > everything left behind so you can start off fresh. > > I usually call MsiZap like this: > > MsiZap.exe T! {} > > Hope it helps! > > // Sascha > &g

[WiX-users] Uninstalling bundle with broken BA

2014-09-07 Thread Nicolás Alvarez
Hi, I was experimenting with a custom BA, and I installed my bundle with it. Now I can't uninstall it because my simplistic BA has no way to plan uninstallation. I can't just build a new bundle with the wixstdba because it would have a new bundle ID, so it offers me to install again, not to unins

Re: [WiX-users] SECREPAIR: CryptAcquireContext: Could not create the default key container

2014-09-06 Thread Nicolás Alvarez
2014-09-05 17:15 GMT-03:00 : > I've gotten hold of a Windows 7 x64 VM and tried installing, uninstalling, > repairing a few dinky products we have built installers for over the last > while. Even added a new one with a large (100 megabytes uncompressed) > payload. Tried with and without UAC for

Re: [WiX-users] Compiled Burn executable returns immediately on command line in passive mode

2014-08-26 Thread Nicolás Alvarez
2014-08-26 10:52 GMT-03:00 : > Is there some way that's not documented to make the exe wait until the Burn > engine and BA are finished? I've scoured the Internet and haven't even seen > anyone mention that this is an issue for them. My next move is to dig into > the Burn source code. Based

[WiX-users] Splitting a package in a bundle

2014-08-24 Thread Nicolás Alvarez
I have decided that my "common dependencies" .msi in my bundles is too large and monolithic, and should be split into two or maybe three packages. Can I just create new packages with new product and upgrade codes, and make the bundle use those instead? If all works well, upgrading the bundle will

[WiX-users] How does WiX auto-generate GUIDs?

2014-08-23 Thread Nicolás Alvarez
Currently I'm using explicit GUIDs for all my components (except harvested ones). It would make my code much simpler if I used Id="*" and let WiX auto-generate them. The documentation says the generated GUIDs are "stable", but I feel like I would trust them better if I understood how they are gener

Re: [WiX-users] How to bypass UAC prompt?

2014-08-12 Thread Nicolás Alvarez
2014-08-12 11:53 GMT+02:00 kpanilkumarmca : > Hi, > I got a requirement to disable/bypass UAC prompt. Is it possible do that for > an MSI which will copy files to program files, adds a registry entry, create > apppool and website??? > > I dont want to do anything in OS level to disable UAC. > > Let

Re: [WiX-users] git revision number

2014-08-07 Thread Nicolás Alvarez
2014-08-07 8:43 GMT+01:00 Weissbecker.j : > > Is it possible to use the git hash as last part of the version tag? > > I want to use "x.x.x.$hex" but only integer are allowed. > > Thanks for your help. > > No, you can only use decimal numbers from 0 to 65535 in each component of the version. -- Ni

Re: [WiX-users] Install fails to detect .NET 4.5 or greater on system

2014-07-11 Thread Nicolás Alvarez
2014-07-11 8:57 GMT-03:00 TimM : > My condition is: > > > Again we are still at WiX 3.7 so will not be able to look at the 3.8 > functionality until we move to that version in our build environment. > > I have not yet looks into the registry keys, but I guess that I should if we > support 4.5, but

Re: [WiX-users] Error 1723 when calling CAQuiteExec to xcopy config files

2014-07-08 Thread Nicolás Alvarez
2014-07-07 7:25 GMT-03:00 David Welton : > Dear WiX users, > > I am getting an "Error 1723. There is a problem with this Windows > Installer package. A DLL required for this install to complete could not > be run. Contact your support personnel or package vendor" when I try and > run a custom actio

Re: [WiX-users] Bootstrapper not upgrading MSI

2014-07-07 Thread Nicolás Alvarez
As far as I know that's only true for MSI product versions, not for bootstrapper versions. -- Nicolas 2014-07-07 12:20 GMT-03:00 John Cooper : > The fourth quad is ignored, which means the versions are effectively the same > generating the behavior you're experiencing. Only the first three qua

Re: [WiX-users] Making Heat output binder variables

2014-07-06 Thread Nicolás Alvarez
Dedicated support for the WiX toolset | > http://www.firegiant.com/ > > -Original Message- > From: Nicolás Alvarez [mailto:nicolas.alva...@gmail.com] > Sent: Friday, July 4, 2014 8:40 PM > To: General discussion for Windows Installer XML toolset. > Subject: [WiX

Re: [WiX-users] appsyndication feed served as html, not a feed

2014-07-05 Thread Nicolás Alvarez
2014-07-05 12:18 GMT-03:00 Phill Hogland : > In Chrome, when I put the URI to the atom feed into the > validator.w3.org/feed site, it reports: > "It looks like this is a web page, not a feed. I looked for a feed > associated with this page, but couldn't find one. Please enter the address > of your

[WiX-users] Very non-linear progress bar in Burn

2014-07-04 Thread Nicolás Alvarez
I have a Burn bundle with three MSI packages. The deps package has 100 files adding up to 70MB (uncompressed; the compressed size is 20MB). The icons package has 6848 tiny files(!) adding up to 35MB. The application package has merely 10 files adding up to 4MB. The bundle is using the standard BA.

[WiX-users] Making Heat output binder variables

2014-07-04 Thread Nicolás Alvarez
How do I make heat output !(bindpath.foo) variables in the File/@Source attributes? No matter what I try, I get $(bindpath.foo). I only get !() if I use a variable that starts with "wix." like "-var wix.foo". The -wixvar option (documented as "generate binder variables instead of preprocessor vari

Re: [WiX-users] Plugin and plugin-description file

2014-07-02 Thread Nicolás Alvarez
2014-07-02 0:10 GMT-03:00 Nicolás Alvarez : > I have some plugin DLLs, and for each plugin, there's an XML file > describing its IPC interface and an .ini file describing the plugin > configuration and location (required for the app to load the plugin). > > Should I create

[WiX-users] Plugin and plugin-description file

2014-07-01 Thread Nicolás Alvarez
I have some plugin DLLs, and for each plugin, there's an XML file describing its IPC interface and an .ini file describing the plugin configuration and location (required for the app to load the plugin). Should I create three components? Or should they be in the same component since the .ini file

Re: [WiX-users] simple re-packaging of a 3rd party redistributable

2014-06-15 Thread Nicolás Alvarez
2014-06-15 14:36 GMT-03:00 Moyer, Andy : > What I need help with is, how can I make an .msi or .exe that bundles up all > the files shown in the attached screen shot Attached files don't reach the mailing list. Please upload the screenshot to an image-sharing website and post the link instead.

Re: [WiX-users] .ocx file is not registered in windows 8

2014-06-04 Thread Nicolás Alvarez
Do you have any reference / documentation link about this? -- Nicolás 2014-06-04 11:53 GMT-03:00 Carter Young : > IIRC, OCX Controls were only supported from Windows 95 up to XP, > during the Lifespan of VB4 - VB6. They are no longer supported in > Windows Versions past XP. You'll need to upgr

Re: [WiX-users] Installed app not showing up in add/remove programs

2014-05-27 Thread Nicolás Alvarez
2014-05-27 1:54 GMT-03:00 Namrata Kumari : > > > > http://schemas.microsoft.com/wix/2006/wi"; > xmlns:iis="http://schemas.microsoft.com/wix/IIsExtension"; > xmlns:sql="http://schemas.microsoft.com/wix/SqlExtension"; > xmlns:util="http://schemas.microsoft.com/wix/UtilExtension";> >

Re: [WiX-users] XmlFile Failed to find node

2014-02-01 Thread Nicolás Alvarez
2014-01-31 Jeremy : > For the record and anyone curious, It seems to be XmlFile not liking > something about the xmlns in the nlog tag, somehow that's preventing it > from parsing the other elements. > > i.e. with a plain in the app.config, those Util:XmlFile's work > great. But these in app.confi

Re: [WiX-users] Imperfect install leading to repair.

2014-01-29 Thread Nicolás Alvarez
Can somebody else confirm this can happen? Upgraded in-use files disappearing on reboot sounds like something so serious that Windows Installer wouldn't have been released with such an issue. And otherwise we would be hearing about it all the time. -- Nicolas 2014-01-29 Scott Palmer : > if the i

Re: [WiX-users] relationship between components and features

2014-01-29 Thread Nicolás Alvarez
2014-01-29 Marek Mielcarek : > Please take a look at this pseudo-code that represents my WiX xml: > > > > > > > > ... > > > > > > > > > > > > > > > My intention was to run/schedule CA1 only for Feature1 and CA2 for Feature2 > respectively. To

Re: [WiX-users] Burn with no custom ui for localization

2014-01-29 Thread Nicolás Alvarez
2014-01-29 Jack Sojourn : > I have a project that builds 7 msi and then creates mst transform files for > the non-English ones. > > I then have a burn bootstrapper that has one msipackage with > displayinternalui=true. > > however I need to get rid of the custom burn ui so that only the msi ui is >

Re: [WiX-users] Install busy executables at reboot - Windows 7

2014-01-27 Thread Nicolás Alvarez
2014-01-27 Walter Dexter : > Got it! > > I haven't worked out all the details but changing the MSIRMSHUTDOWN > property to "0" makes it do what I wanted. Note that in this case the .exe > files that I want to keep running aren't actually being modified. Our > deployment folks just don't like to dea

Re: [WiX-users] Do Not Remove Pinned Taskbar Shortcuts on Install or Upgrade (Windows 7)

2014-01-23 Thread Nicolás Alvarez
"Permanent" would make it stay after an uninstall too, which is probably not wanted. -- Nicolás 2014/1/23 Jeremiahf : > > > > > On Thu, Jan 23, 2014 at 9:47 AM, C B wrote: > >> During an installation or major upgrade, if a user has pinned the >> application to their task bar, then after the i

Re: [WiX-users] Wix: Conditional uninstall

2014-01-15 Thread Nicolás Alvarez
2014/1/15 Ruth Lu : > Hi, > I got a problem during uninstall: > > Our COM project (build by install shield) and WIX project shared some common > files. > In WIX, during uninstall, I want to check if our COM project is installed > or not through registry. > > If COM project is installed, I don’t wa

Re: [WiX-users] (Please Ignore earlier mail)Creating an installer with spaces in the name with LIGHT command

2014-01-14 Thread Nicolás Alvarez
2014/1/14 Suvrajyoti Panda : > Hi All, > > I want to create an installer in WIX that has spaces in its name something as > shown below: > > light -out C:\Pipeline Scheduler Tortoise.msi C:\TortInstall.wixobj > C:\db.wixobj > > How can i achieve the same? Please help on this if any body has encount

Re: [WiX-users] FW: Welcome to the "WiX-users" mailing list (Digest mode)

2014-01-06 Thread Nicolás Alvarez
You just forwarded your mailman password to the mailing list. You may want to change it... El lunes, 6 de enero de 2014, escribió: > Hi My mail ID : venkata.chintalap...@cognizant.com > > Thanks, > Kiran > > -Original Message- > From: wix-users-requ...@lists.sourceforge.net [mailto: > wi

Re: [WiX-users] Setup does not work on non-en OS

2014-01-06 Thread Nicolás Alvarez
Could it be this problem? http://sourceforge.net/p/wix/bugs/2677/ -- Nicolás 2014/1/6 Goran Malovic : > Here is the link. This problem has been reported by a client, so I installed > Dutch OS system in virtual box, and I receive the same exception. Since this > is new installation, everything

Re: [WiX-users] selectively upgrading a package in burn

2014-01-03 Thread Nicolás Alvarez
2014/1/2 Dave Andersen : > Hello WiX users, > > I tried sending this message via Nabble earlier, but I sent it to the wrong > group and later tried to "move" it, but I think it just dropped into the > void. Apologies if this is a duplicate message. > > I am developing a custom burn bootstrapper app

Re: [WiX-users] Help passing properties to Rollback custom action.

2014-01-03 Thread Nicolás Alvarez
El viernes, 20 de diciembre de 2013, escribió: > Hello, > > I have a custom action that moves some deprecated files from an > old install to a temp directory during a major upgrade and I have another > custom action to move them back that runs only during roll back. I am > having trouble a

Re: [WiX-users] Progress Bar problem

2014-01-03 Thread Nicolás Alvarez
El jueves, 2 de enero de 2014, Ravishankar escribió: > Hi, > I have build a msi with 6000+ files(out of which 4500 dll files). > When i extract using Heat.exe nearly 600,000+ lines of code are > generated and including all these LoC in one single wxs file is not > possible, it is throwing 'Out Of

Re: [WiX-users] ExeCommand will not accept any path with spaces

2013-12-20 Thread Nicolás Alvarez
2013/12/20 Gerry Reno : > On 12/20/2013 01:20 PM, David Connet wrote: >>> From: Gerry Reno >>> To: wix-users@lists.sourceforge.net >>> Cc: >>> Sent: Friday, December 20, 2013 10:03 AM >>> Subject: Re: [WiX-users] ExeCommand will not accept any path with spaces >>> >>> On 12/20/2013 12:49 PM, Edwin

Re: [WiX-users] Adding a registry key to HKLM

2013-12-17 Thread Nicolás Alvarez
Why are you reposting your question after merely 2 hours? This is free volunteer support, have some patience. -- Nicolás 2013/12/17 Shyam Kannam : > Could someone help me on this? Does WiX allows to write registry entries to > HKLM? Even it is mentioned as a per machine scope, it ignores it.

Re: [WiX-users] Creating Registry Key

2013-12-16 Thread Nicolás Alvarez
Does he extra slash cause you actual trouble? Does it bother you enough to justify a custom action? El lunes, 16 de diciembre de 2013, Suvrajyoti Panda escribió: > Thanks for the solution Blair. Would try this. > > Regards, > SuvraJyoti > On 15-12-2013 16:24, Blair Murri wrote: > > Only with a cu

Re: [WiX-users] Creating two start menu shortcuts for the same executable

2013-12-13 Thread Nicolás Alvarez
2013/12/13 Markus Ewald : > Hi! > > I'm trying to add a second start menu shortcut to my installer, but it > just doesn't add the second shortcut. I can't find any message > indicating why in msiexec's install log either. > > > > > > Id="ApplicationStartMenuShortcu

Re: [WiX-users] upgrade: current install is per-machine but related install is per-user. skipping...

2013-12-12 Thread Nicolás Alvarez
But that would need a bundle, since running vc_redist.exe as a custom action is crazy. Can't you just install the CRT DLLs in the same directory as the executables? -- Nicolas 2013/12/12 Phil Wilson : > You'd need to use the vc_redist exe and install that first. That merge > module has an explic

Re: [WiX-users] Condition logic

2013-12-11 Thread Nicolás Alvarez
2013/12/11 Dave Williamson, Clear Sky Software : > My brain is twisted and can't seem to get the condition logic right. > > 1. If the Product has not been installed on the machine then the > condition should set Level to 1. > > 2. If the Product has been installed but the HAVELS2208 reg

Re: [WiX-users] Can't add a comment to an existing bug on wixtoolset.org

2013-12-09 Thread Nicolás Alvarez
See the email subject :) -- Nicolás 2013/12/9 Rob Mensching : > Which issue are you talking about? > > -Original Message- > From: Tunney, Stephen [mailto:stephen.tun...@nuance.com] > Sent: Monday, December 9, 2013 11:43 AM > To: General discussion about the WiX toolset. > Subject: Re: [W

Re: [WiX-users] WiX 2.0.5805.0 to WiX 3.8.1128.0 - nice msi file size improvement

2013-12-06 Thread Nicolás Alvarez
El viernes, 6 de diciembre de 2013, Dave Williamson, Clear Sky Software escribió: > Very noticeable size reduction for the same MSI built in 3.8.1128.0 > compared > to 2.0.5805.0. 26 MB went to 15 MB. Nice benefit. Good job. > Check your MSI contents carefully, such a large difference could me

Re: [WiX-users] Can different products contain conponents with the same ComponentId?

2013-12-06 Thread Nicolás Alvarez
If multiple products install the same component in the same folder, the component is reference-counted, and it is removed when all the products having that component are uninstalled. This is one of the main features of Windows Installer and the reason for most of the "component rules". El viernes,

Re: [WiX-users] How to execute CA after path is applied

2013-12-06 Thread Nicolás Alvarez
El viernes, 6 de diciembre de 2013, Smagin Alexander escribió: > > I do not want make a Major update due to it's difficult for end users. > it's necessary to uninstall previous version and then install new one. I > would want to run one file without special command line that make change > only one

Re: [WiX-users] WiX 2.0.5805.0 to WiX 3.8.1128.0 - shortcuts have changed

2013-12-05 Thread Nicolás Alvarez
I did some tests on multiple ways to handle shortcuts a few months ago: http://sourceforge.net/mailarchive/message.php?msg_id=31481614 I didn't really get any "authoritative" answer on whether my findings are correct or what option is better, though. -- Nicolás "Leave it to Microsoft to make com

Re: [WiX-users] WiX 3.8.1128.0 - default install location

2013-12-05 Thread Nicolás Alvarez
2013/12/5 Dave Williamson, Clear Sky Software : > > > > > > With the above directory structure the WixUI_FeatureTree is showing a > Location of "C:\" on the feature selection dialog shown just after accepting > the license agreement. We would expect the location to be C:

Re: [WiX-users] [WIX]: How to trigger my MSI file when I select install option in Wix Custom Bootstrapper UI

2013-12-02 Thread Nicolás Alvarez
2013/12/2 dileep s : > On Mon, Dec 2, 2013 at 1:21 PM, Blair Murri wrote: >> I was referring to the code in SampleDLL.dll. I assume you are not >> creating your UI in DllMain(). There is a method that you export where your >> UI is created that Burn calls. > > Hi Blair, > > The following code is i

Re: [WiX-users] wix37.exe - offline installation

2013-11-30 Thread Nicolás Alvarez
Did you ever report it in the bug tracker? El sábado, 30 de noviembre de 2013, Jens Teutenberg escribió: > The bug still exists in the released new version 3.8! > > -Ursprüngliche Nachricht- > From: Rob Mensching > Sent: Friday, October 18, 2013 6:36 PM > To: General discussion about the

Re: [WiX-users] Localization of a Bootstrapper (Messages of bal:Condition) [P]

2013-11-28 Thread Nicolás Alvarez
The tutorial was written before Burn even existed, how would it help? -- Nicolás 2013/11/28 Steven Ogilvie : > Classification: Public > Look at the WIX tutorial: http://wix.tramontana.co.hu/tutorial/localization > > > -Original Message- > From: nianderneves [mailto:niander.ne...@gmail.co

Re: [WiX-users] WiX v3.8 released!

2013-11-28 Thread Nicolás Alvarez
2013/11/28 Rob Mensching : > WiX v3.8 released: http://wixtoolset.org/releases/v3.8/stable > > Read more about it here: > http://robmensching.com/blog/posts/2013/11/28/wix-v3.8-released > > A big thank you to all the new contributors that helped make this the best > release of the WiX toolset yet

Re: [WiX-users] Registry component shared within multiple features

2013-11-25 Thread Nicolás Alvarez
2013/11/25 wixtester : > If separate components are created for each feature, the registryValue gets > removed when any one feature is uninstalled. > Instead, I want the registry entry to stay if either feature is installed on > the system. The registry entry should be removed only when both the fe

Re: [WiX-users] Registry component shared within multiple features

2013-11-22 Thread Nicolás Alvarez
2013/11/22 wixtester : > Thanks for the suggestion. > Putting KeyPath to the registry element didnot make any difference. It still > gets removed. > Is SharedDllRefCount="yes" correct attribute for a component that has a > shared registry entry? > > thanks. That attribute is only necessary when yo

Re: [WiX-users] Registry component shared within multiple features

2013-11-22 Thread Nicolás Alvarez
2013/11/22 wixtester : > Hi, > > How do I reference count a registry component to use it between 2 > features? I have a feature named Agent that is shared by two other features, > say, Auth and Bridge. Agent feature has a component that writes to registry. > When I remove Auth or Bridge feature,

Re: [WiX-users] Microsoft Reciprocal License explaination

2013-11-19 Thread Nicolás Alvarez
ng malicious. > > > From: "Rob Mensching" > Sent: Tuesday, November 19, 2013 9:01 PM > To: "General discussion about the WiX toolset." > > Subject: Re: [WiX-users] Microsoft Reciprocal License explaination > > http

Re: [WiX-users] Microsoft Reciprocal License explaination

2013-11-19 Thread Nicolás Alvarez
2013/11/19 Joe Dimagio : > Hey everyone, > > I'm doing some research to see if WiX is right for my corporation to use. > > Reading the MS RL, it looks like if I distribute my product using WiX, I > need to include my source files including the wxs, wxl, wxi, wixproj, as > well as my own product's s

Re: [WiX-users] Posting from nabble (was: Dual-purpose package won't uninstall when uninstalling bundle)

2013-11-08 Thread Nicolás Alvarez
2013/11/7 Nick Ramirez : > You might have to save the users's choice (Machine or User) somewhere and > feed it back in as a command line arg upon uninstall. > > > > -- > View this message in context: > http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Dual-purpose-package-won-t-uninsta

Re: [WiX-users] platform x86 vs AnyCPU problems

2013-11-07 Thread Nicolás Alvarez
I'm referring to. Because of third party > dll's, I need this to be x86, which is the problem. Between my 2 installers, > one works and the other creates a Any CPU forms.exe, which fails because of > the third party dlls. > > -Original Message- > From: Nicol

Re: [WiX-users] platform x86 vs AnyCPU problems

2013-11-07 Thread Nicolás Alvarez
Are you using a bootstrapper like Burn and referring to the installer .exe, or are you referring to an .exe file your installer installs? -- Nicolás 2013/11/7 Robert Clancy : > I have 2 distinct Wix XML Installer projects in the solution. The solution > build configuration determines which is b

Re: [WiX-users] XML Namespace Prefix Question

2013-11-04 Thread Nicolás Alvarez
2013/11/4 Christopher Painter : > I did see that either would build if I was consistent. Is one or the other > more correct? In other words, are there any tutorials or code samples out > there that people might be copying and pasting that I would want to match > prefix case with? ( I know plen

Re: [WiX-users] XML Namespace Prefix Question

2013-11-04 Thread Nicolás Alvarez
2013/10/31 Christopher Painter : > One of my sreens in ISWIX is the "Namespace" designer. It's a simple grid > with checkboxes that display extension prefixes and target namespaces. I > created this to make it easier to add references to things like the util > namespace without looking it up all

Re: [WiX-users] Environment Variable Changes by MSI are not reflected

2013-11-03 Thread Nicolás Alvarez
2013/11/1 Phil Wilson : > If there's a way to avoid using PATH, try to find it and use it. There are > always issues with that, not only install and uninstall but corruption, > files and Dlls being picked up from the wrong directory and so on. I concur. I had problems during development with an

Re: [WiX-users] Burn. How to set UILevel == 3 (INSTALLUILEVEL_BASIC) or 4 (INSTALLUILEVEL_REDUCED) for msi.

2013-11-02 Thread Nicolás Alvarez
The progress should be shown in the Burn UI, not in a separate window that may even look different for each sub-package. Remember Burn is designed to provide a "single progress bar experience". -- Nicolas 2013/11/1 Alexey Larsky-RUS : > When I like to show overall progress for each msi. Some of

Re: [WiX-users] Purely WiX Patching when a patch family consists of component groups across multiple cabs

2013-11-01 Thread Nicolás Alvarez
2013/10/26 Tunney, Stephen : > 2013/10/26 Nicolás Alvarez [nicolas.alva...@gmail.com]>: >> 2013/10/26 Tunney, Stephen : >>> I get errors now in my pyro call stating that the PatchBaseline I've >>> selected does not have any changes, but I know for a >>&

Re: [WiX-users] Adding files to msi

2013-11-01 Thread Nicolás Alvarez
2013/11/1 Bas Graaf : > Hi, > > I'd like to enable our partners to simply add a few files to our installer > package (an msi) before they deliver it to their customers (e.g., to add > third-party plugins, certificates, and various other configuration files). > So far, I've been prototyping a si

Re: [WiX-users] Force replace files when applying patch

2013-10-30 Thread Nicolás Alvarez
2013/10/30 Christopher Painter : > > > And a rollback CA and a commit CA and. :)If that works for you, > fine. I won't call it a 'bad thing'.We all have to do dirty things now > and then, don't we? :) > > My personal favoring is setting the installdir to C:\Progra~1\ grin. That's

Re: [WiX-users] Burn Question

2013-10-30 Thread Nicolás Alvarez
2013/10/30 Christopher Painter : > One approach would be that 1.1 is a web download installer that contains > all 25 packages but will only download 5 of them. I'm not sure if "Big" > product will buy into this or not though. As far as I know, shipping packages in the bundle vs downloading them

Re: [WiX-users] trying to restart explorer with restartresource

2013-10-29 Thread Nicolás Alvarez
2013/10/28 victorwhiskey : >Path="[EXPLORERPATH]" > ProcessName="explorer.exe"/> > > > AssignToProperty="no" > Depth="0" > Path="[Window

Re: [WiX-users] Fwd: GUI for wix

2013-10-29 Thread Nicolás Alvarez
El martes, 29 de octubre de 2013, Александр Смагин escribió: > Hello, > I'm sorry for my stupid question. Can anyone tell me is there a GUI > (graphic user interface) tool to visualize wxs script, or all content is > written by hands? > > I found WixEdit editor but it craches on my Win 8.1. > Wha

Re: [WiX-users] Purely WiX Patching when a patch family consists of component groups across multiple cabs

2013-10-25 Thread Nicolás Alvarez
2013/10/26 Tunney, Stephen : > Hello All, > > I've got a rather large project that involves a set of wixlib projects that > are referenced by 8 different products. These different wixlibs all use > various cab files defined in a wxi file globally. > > Now I'm in the throes of generating my patc

Re: [WiX-users] Something I noticed with ServiceInstall (Wix 3,7)

2013-10-23 Thread Nicolás Alvarez
The key file is usually the one you explicitly mark as keyfile :) I didn't even know it was possible to leave the KeyFile attribute out. Seems if you don't have a KeyFile attribute, it picks the first file in the component. -- Nicolás 2013/10/22 Hans ter Horst : > And the keyfile would be the fi

Re: [WiX-users] VS 2012 + Wix 3.X problem

2013-10-21 Thread Nicolás Alvarez
2013/10/21 Edmondo Porcu : > How can I see what have gone wrong during setup? I have been reading these > should be the correct log, I have attached them here... You can't post attachments to this mailing list. -- Nicolás

Re: [WiX-users] WiX toolset license

2013-10-20 Thread Nicolás Alvarez
2013/10/20 Jens Teutenberg : > We deliver our customers a DeveloperKit. > The customer makes his modifications, builds the application and creates a > setup. > At the moment we are using a pre-configured setup based on install4j. > Because some customers want to have a MSI setup we want to change

Re: [WiX-users] What is the downside to this?

2013-10-15 Thread Nicolás Alvarez
2013/10/15 Walter Dexter : > some of my actions are things like "create user escschd as an administrator, http://wixtoolset.org/documentation/manual/v3/xsd/util/user.html > then create six scheduled tasks to be run by escschd" You'll probably need a custom action for that, but "done properly" (t

Re: [WiX-users] What is the downside to this?

2013-10-14 Thread Nicolás Alvarez
It will also get you (rightfully) ridiculed in blogs: http://blogs.msdn.com/b/robmen/archive/2006/02/01/521809.aspx -- Nicolás 2013/10/14 Christopher Painter : > IMO it's crazy. You have to ask yourself WHY Windows Installer is the > corporate standard in the first place. MSI is transactional

Re: [WiX-users] Upgrade confusion

2013-10-10 Thread Nicolás Alvarez
2013/10/10 dirt : > (Product ID and UpgradeCode are static, the Version (revision) is > incremented on each build.) That's the definition of a minor upgrade. If you want a major upgrade, you have to change product ID (ProductCode) too -- Nicolás

Re: [WiX-users] Wix MSI not uninstalling files when package uninstalled

2013-10-10 Thread Nicolás Alvarez
2013/10/10 Walter Dexter : > It was my understanding that putting full path into Name wouldn't work. > Everything I found online said what I did is the way to do it. > > I had a similar thought about an hour ago while driving about c_drive not > getting redefined properly for the uninstall and will

Re: [WiX-users] Wix MSI not uninstalling files when package uninstalled

2013-10-10 Thread Nicolás Alvarez
Your CA_SetCDrive is not being run during uninstallation. You'll notice the uninstall log refers to C:\CDrive\ all over the place. I don't understand why you need that custom action at all. Can't you hardcode C:\ into the Name attribute? -- Nicolás 2013/10/10 Walter Dexter : > I posted this at

Re: [WiX-users] Error code is 2858

2013-10-09 Thread Nicolás Alvarez
JPEG doesn't support transparency. Also, it's designed for photograph-like pictures, so you'll likely get artifacts on things like logos. BMP can have transparency, but I don't know if MSI supports that (before Windows 8 / Server 2012). -- Nicolás 2013/10/9 Tunney, Stephen : > JPG worked but no

Re: [WiX-users] Exe output required without bootstrapper

2013-10-09 Thread Nicolás Alvarez
That *is* a bootstrapper. It's not what Burn does, but it's still a bootstrapper. I think the original question doesn't make any sense. -- Nicolás 2013/10/9 Wesley Manning : > Could also embed msi in a custom exe that calls the msi and closes? > > -Original Message- > From: Phil Wilson

Re: [WiX-users] How to get the current directory of msi is running from?

2013-10-08 Thread Nicolás Alvarez
2013/10/9 ak m : > 1. I have Setup.msi file > 2. In the same location(where my Setup.msi is), i have two more files > 'launch.exe', 'set.ini' files > > How to get the current directory of msi is running from? > and then > a) trigger 'launch.exe' file > b) use 'set.ini' file? > > Note: 'launch.exe',

Re: [WiX-users] Can't compile Install getting ICE30 error...

2013-10-08 Thread Nicolás Alvarez
Microsoft says: "Using PowerShell 2.0 with .NET Framework 4.0 is not supported. While it is possible to force PowerShell 2.0 to run with .NET Framework 4.0 using various mechanisms such as creating a config file for PowerShell or editing the registry, these mechanisms aren't supported and can have

Re: [WiX-users] Can't compile Install getting ICE30 error...

2013-10-08 Thread Nicolás Alvarez
2013/10/8 StevenOgilvie : > Hi guys, > > I am trying to install 1 file to 2 different locations by using 2 different > directory elements, 2 different component elements and 2 different file > elements. > > Before I do this I have a custom action that copies the > powershell.exe.config to powershel

Re: [WiX-users] ow to get the current directory of msi is running from?

2013-10-08 Thread Nicolás Alvarez
2013/10/8 ak m : > 1. I have Setup.msi file > 2. In the same location(where my Setup.msi is), i have two more files > 'launch.exe', 'set.ini' files > > How to get the current directory of msi is running from? > and then > a) trigger 'launch.exe' file > b) use 'set.ini' file? > > Note: 'launch.exe',

Re: [WiX-users] WiX disaster -- how did I cause it?

2013-10-04 Thread Nicolás Alvarez
eting it >> correctly. It sounds like option 5 is closest to ideal. Is that right? If >> it sounds like the right answer, can you post an example showing how to >> replicate it? >> >> -- >> >> Charles >> >> >> On Thursday, October 3,

  1   2   >