Re: [WiX-users] Problems upgrading to WiX 3.9

2014-11-18 Thread Majcica, Mario
Isn't it part of VSExtension? -Original Message- From: Hoover, Jacob [mailto:jacob.hoo...@greenheck.com] Sent: Monday, November 17, 2014 18:00 To: General discussion about the WiX toolset. Subject: Re: [WiX-users] Problems upgrading to WiX 3.9 The problem is with your custom action. The

[WiX-users] Can component guids change across major upgrades

2014-11-18 Thread kirannhegde
Hello, I am well aware of the component rules. One of the rules is that the component guid should not be changed if the keypath does not change. Here is my scenario: Major upgrade scenario -Install v1 of the product with a component a -Install v2 of the product with the same component a but with

[WiX-users] WXS File : How to insert accents in TEXT Tag ?

2014-11-18 Thread Fabrice MAUPIN
Hi everybody, I inserted accents in Tags but these characters are not correctly shown (or are not shown) in dialog ! … 1 1 (NOT Installed) AND (LA

Re: [WiX-users] ExitDialog will not unload after application launches

2014-11-18 Thread Namrata Kumari
Writing publish twice will make it!!! try WIXUI_EXITDIALOGOPTIONALCHECKBOX = 1 and NOT Installed 1 -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/ExitDialog-will-not-unload-after-application-launches-tp6539061p7598027.html Sent from the wix-users

[WiX-users] Wixstdba: Not invoking right msi for 32 bit platform in uninstallation

2014-11-18 Thread chaitanya33
Hi, I have created wixstdba for my installer. http://schemas.microsoft.com/wix/2006/wi"; xmlns:bal="http://schemas.microsoft.com/wix/BalExtension";> There are two msi which are executed depending on underlying platform. Installation is working fine f

[WiX-users] Antw: [SPAM] Re: Payload not copying inf?

2014-11-18 Thread Jan Suchotzki
This seems to work pretty well! Thanks! Some questions still remain: 1) In Add/Remove Programs I can now see two entries. One from our company with the name of the msi (containing the inf and everything) and one from SiLabs (Windows Driver Package - Silicon Laboratories (silabenm) Ports (date & v

[WiX-users] [SPAM] Re: Wixstdba: Not invoking right msi for 32 bit platform in uninstallation

2014-11-18 Thread Phill Hogland
http://schemas.microsoft.com/wix/2006/wi"; xmlns:bal="http://schemas.microsoft.com/wix/BalExtension";> -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Wixstdba-Not-invoking-right-msi-for-32-bit-platform

Re: [WiX-users] Wixstdba: Not invoking right msi for 32 bit platform in uninstallation

2014-11-18 Thread chaitanya33
Sorry that is typo. I have applied the same condition as you mentioned in the reply. http://schemas.microsoft.com/wix/2006/wi"; xmlns:bal="http://schemas.microsoft.com/wix/BalExtension";> -- View this message in context: http://windows-installer-x

[WiX-users] Define AssemblyProduct in BeforeBuild

2014-11-18 Thread Brian Enderle
We currently get our product version in the .wixproj file by using the following: Is there a way to also get the AssemblyProduct and AssemblyTitle from Assembly.cs like we are with AssemblyVersion? I couldn't find anything that defined what 'Value' coul

Re: [WiX-users] Define AssemblyProduct in BeforeBuild

2014-11-18 Thread John Cooper
Yes, with MSBuild.ExtensionPak (4.0.9.0 is current). It's also not hard to write an MSBuild task that will do it easily. -- John Merryweather Cooper Senior Software Engineer | Enterprise Service Applications | Continuing Development Jack Henry & Associates, Inc.® | Lenexa, KS  66214 | Ext: 431

[WiX-users] [SPAM] Re: Antw: [SPAM] Re: Payload not copying inf?

2014-11-18 Thread Phill Hogland
Glad it is helping. 1) Your bundle (I assume) is placing one ARP entry, which you can control with the Bundle attributes DisableModify, DisableRemove. You can try to use Driver/@AddRemovePrograms to suppress the driver entry. I have not done either. http://wixtoolset.org/documentation/manual/v3/

Re: [WiX-users] Define AssemblyProduct in BeforeBuild

2014-11-18 Thread Brian Enderle
Is there no way to do this with the standard Wix? I hate installing another package in our project for just one or two values. Brian If you can't explain it simply, you don't understand it well enough. - Albert Einstein On Tue, Nov 18, 2014 at 9:02 AM, John Cooper wrote: > Yes, with MSBuild.

Re: [WiX-users] Define AssemblyProduct in BeforeBuild

2014-11-18 Thread John Cooper
No, there is not. There is a related preprocessor macro that will generate a Microsoft-style version number provide a product major and product minor, but the functiontionality you want really needs to exist early in the build process. It is sad that Microsoft only chose to expose the Assembly

Re: [WiX-users] Problems upgrading to WiX 3.9

2014-11-18 Thread Hoover, Jacob
Uggh, Looks like a bug to me. The DLL's in question have no extension, so when they were migrated to 3.9 on GitHub it seems the CRLF conversion in git mangled the DLL. -Original Message- From: Majcica, Mario [mailto:mario.majc...@bakerhughes.com] Sent: Tuesday, November 18, 2014 2:3

Re: [WiX-users] Burn - MSIPackage and Payload

2014-11-18 Thread Rob Mensching
No. WiX toolset install supports DownloadUrls and does not specify Payload elements under MsiPackage. _ Short replies here. Complete answers over there: http://www.firegiant.com/ -Original Message- From: sky [mailto:volon...@g

[WiX-users] why do I have to install twice to make things happen?

2014-11-18 Thread jason.smallman
Hi, I have created a Wix installer with a custom action. However, I need to run the installer twice (without uninstalling inbetween) for the custom action to work. Any ideas why? I thought that I may have not properly uninstalled the application properly. I used the Control Panel. Is there a

Re: [WiX-users] why do I have to install twice to make things happen?

2014-11-18 Thread Hoover, Jacob
What's the condition on your custom action? What does the log file on the initial install look like? -Original Message- From: jason.small...@bt.com [mailto:jason.small...@bt.com] Sent: Tuesday, November 18, 2014 11:00 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] why do I

Re: [WiX-users] why do I have to install twice to make things happen?

2014-11-18 Thread jason.smallman
My entry looks like this The action does a ActionResult.Success I am no expert on Wix so I don't know how to find the log file! -Original Message- From: Hoover, Jacob [mailto:jacob.hoo...@greenheck.com] Sent: 18 November 2014 17:04 To: General discussion about the WiX toolset. Su

Re: [WiX-users] why do I have to install twice to make things happen?

2014-11-18 Thread Hoover, Jacob
That's the definition of the CA, but where is it scheduled? Judging from the name of the CA, it's modifying a payload the installer deploys. Since your CA is modifying machine state, it should be a deferred CA and you should provide a rollback/uninstall CA as well. (That's more than likely the

Re: [WiX-users] why do I have to install twice to make things happen?

2014-11-18 Thread Rob Mensching
Log file information: https://firegiant.zendesk.com/entries/24024218-Create-a-log-file- _ Short replies here. Complete answers over there: http://www.firegiant.com/ -Original Message- From: jason.small...@bt.com [mailto:jason

Re: [WiX-users] why do I have to install twice to make things happen?

2014-11-18 Thread jason.smallman
Oh, here it is Once I fix the problem, how do I go back to a clean state in my system i.e. guarantee that the uninstall has worked? -Original Message- From: Hoover, Jacob [mailto:jacob.hoo...@greenheck.com] Sent: 18 November 2014 17:19 To: General discussion about

Re: [WiX-users] why do I have to install twice to make things happen?

2014-11-18 Thread jason.smallman
FYI - the custom action reads and modifies a configuration file that is supplied as part of the installation. So, all the custom action needs to run, is that file to have been put in the application folder. -Original Message- From: Smallman,AJ,Jason,JTA19 R Sent: 18 November 2014 17:22

Re: [WiX-users] why do I have to install twice to make things happen?

2014-11-18 Thread Hoover, Jacob
If the uninstall has removed it's entry in ARP, you're as clean as clean gets. When developing CA's that modify machine state, I'd highly recommend using a VM for your testing. Is this config file inside the MSI, or is it a companion file passed along with the MSI? If it's the latter and you ca

Re: [WiX-users] why do I have to install twice to make things happen?

2014-11-18 Thread jason.smallman
Normally, I would use a VM but I thought - what could go wrong! The file is in the MSI. There is no repair or upgrade for this application really - it is install then uninstall. A very small user group and I have some control over what they do. -Original Message- From: Hoover, Jacob [ma

Re: [WiX-users] Customized downloaded MSI location

2014-11-18 Thread Mohamed Yasir
Hi, How to set the customized path for downloading MSI? Could you please update any idea on this? Regards, Mohamed Yasir K -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Customized-downloaded-MSI-location-tp7597899p7598060.html Sent from the w

Re: [WiX-users] why do I have to install twice to make things happen?

2014-11-18 Thread David Connet
The problem is that your CA is immediate. So when you run, the file hasn't been installed yet - they're installed during the deferred phase. Dave From: "jason.small...@bt.com" To: wix-users@lists.sourceforge.net Sent: Tuesday, November 18, 2014 9:26 AM Subject: Re: [WiX-users] why do

Re: [WiX-users] Customized downloaded MSI location

2014-11-18 Thread Rob Mensching
Why? _ Short replies here. Complete answers over there: http://www.firegiant.com/ -Original Message- From: Mohamed Yasir [mailto:yasirmohame...@gmail.com] Sent: Monday, November 17, 2014 4:27 AM To: wix-users@lists.sourceforge

Re: [WiX-users] why do I have to install twice to make things happen?

2014-11-18 Thread jason.smallman
What is the best combination of Execute="" and CustomAction to allow me to alter a file after it has been placed in a folder? -Original Message- From: David Connet [mailto:d...@agilityrecordbook.com] Sent: 18 November 2014 18:09 To: General discussion about the WiX toolset. Subject: Re:

[WiX-users] Can I pass the installation location to a custom action?

2014-11-18 Thread jason.smallman
Hi, I have a custom action that changes a file once it is installed. In my custom action, I use a hard-coded path but I don't want to do that. The folder of the installed application is not configurable by the user - it is just the Manufacturer element. Can I get this sort of information passe

Re: [WiX-users] why do I have to install twice to make things happen?

2014-11-18 Thread Phil Wilson
Make it deferred and after InstallFiles, and have a rollback to undo whatever you do in case the install fails. --- Phil Wilson On Tue, Nov 18, 2014 at 10:19 AM, wrote: > What is the best combination of Execute="" and CustomAction to allow me to > alter a file after it has been pla

[WiX-users] [SPAM] Re: Can I pass the installation location to a custom action?

2014-11-18 Thread Phill Hogland
Search the wix source code for fIs64Bit and notice how they use that flag in the wix custom actions. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Can-I-pass-the-installation-location-to-a-custom-action-tp7598066p7598068.html Sent from the wix-us

Re: [WiX-users] Can I pass the installation location to a custom action?

2014-11-18 Thread Phil Wilson
...and the condition might be Not Installed if you want to run it once when the entire product is installed. --- Phil Wilson On Tue, Nov 18, 2014 at 11:08 AM, Phil Wilson wrote: > You can get those things. Details vary depending on the language and > the framework, C++ Dll, DTF, vbsc

Re: [WiX-users] Can I pass the installation location to a custom action?

2014-11-18 Thread Phil Wilson
You can get those things. Details vary depending on the language and the framework, C++ Dll, DTF, vbscript,, a program. It would be better if you said what type of CA you have. For an executable you pass them on the command line as /m=[Manufacturer] for example, square brackets causing the actual v

Re: [WiX-users] why do I have to install twice to make things happen?

2014-11-18 Thread Hoover, Jacob
Use a deferred custom action, and use an auxiliary SetProperty custom action to assign the properties that are needed by it. http://wix.tramontana.co.hu/tutorial/events-and-actions/at-a-later-stage http://stackoverflow.com/questions/11233267/how-to-pass-customactiondata-to-a-customaction-using-w

Re: [WiX-users] why do I have to install twice to make things happen?

2014-11-18 Thread jason.smallman
Thanks - that information has resolved this problem. -Original Message- From: Hoover, Jacob [mailto:jacob.hoo...@greenheck.com] Sent: 18 November 2014 19:25 To: General discussion about the WiX toolset. Subject: Re: [WiX-users] why do I have to install twice to make things happen? Use a

Re: [WiX-users] Can I pass the installation location to a custom action?

2014-11-18 Thread jason.smallman
Thanks. I will do that. -Original Message- From: Phil Wilson [mailto:phildgwil...@gmail.com] Sent: 18 November 2014 19:10 To: General discussion about the WiX toolset. Subject: Re: [WiX-users] Can I pass the installation location to a custom action? ...and the condition might be Not Ins

[WiX-users] Installation permissions - Windows won't let the installer create a file

2014-11-18 Thread jason.smallman
Hi, In my installer and in a previous thread, I change a file in my application folder. However, the permissions on the test PC allow the installer to create the folder, copy the files, change registry settings but don't allow it to overwrite a file. All these actions are being done as part of

Re: [WiX-users] Burn - MSIPackage and Payload

2014-11-18 Thread sky
I specified DownloadUrl attribute for MsiPackage element. But could you please see my post ?(There is no answer, yet...) My bootstrapper doesn't

Re: [WiX-users] Can component guids change across major upgrades

2014-11-18 Thread kirannhegde
Any response would be very much appreciated. Thanks, Kiran Hegde -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Can-component-guids-change-across-major-upgrades-tp7598026p7598080.html Sent from the wix-users mailing list archive at Nabble.com. -