Re: [WiX-users] [SPAM] Re: msi.dll crashes during transaction.Commit()

2013-02-20 Thread Anton Reyes
Hello Rob, If burn does not use Windows Installer Multiple Package transaction support, how does it install multiple MSIs? Thanks! Cheers, Anton -- View this message in context:

[WiX-users] Usage of Heat.exe to create the setup

2013-02-20 Thread Joseph, Sijo
Hi All, In our project we are having 200+ plus files (dlls,ocx) in different directories. I am planning to use heat.exe to get this script generated manually, is there any limitations or any particular thing needs to be taken care while doing this. Thanks in advance. Regards , Sijo Joseph

Re: [WiX-users] Rename File based on Argument passed to MSIInstallation

2013-02-20 Thread Peter Shirtcliffe
It looks OK. Make sure the file E:\Websites\SCBUDirect\Website\SCBUDirect.B2CWeb\App_Config\basic.log4net.dev exists on the machine that you install on. The next step would be to generate and examine a verbose log. -Original Message- From: chennam [mailto:chatrapathi.chen...@gmail.com]

[WiX-users] Icon for bootstrapper in add/remove

2013-02-20 Thread Persson, Lars
Hello I want to add an icon for the application in add/remove. There is no problem doing this in the .msi by adding the Property Id=ARPPRODUCTICON Value=ProductIcon.ico / to the product.wxs file. But when I use Burn to first install .net and other stuff only the boring default icon is shown in

Re: [WiX-users] Icon for bootstrapper in add/remove

2013-02-20 Thread Neil Sleightholm
You need to set Bundle/@IconSourceFile http://wix.sourceforge.net/manual-wix3/wix_xsd_bundle.htm. Neil Hello I want to add an icon for the application in add/remove. There is no problem doing this in the .msi by adding the Property Id=ARPPRODUCTICON Value=ProductIcon.ico / to the product.wxs

Re: [WiX-users] Icon for bootstrapper in add/remove

2013-02-20 Thread Peter Shirtcliffe
Bundle/@IconSourcefile -Original Message- From: Persson, Lars [mailto:lars.pers...@diadrom.se] Sent: 20 February 2013 10:28 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Icon for bootstrapper in add/remove Hello I want to add an icon for the application in add/remove. There

Re: [WiX-users] Icon for bootstrapper in add/remove

2013-02-20 Thread Erik Fornander
Check the IconSourceFile attribute in the Bundle element. There you can specify the path to whatever icon you want to use. http://wix.sourceforge.net/manual-wix3/wix_xsd_bundle.htm Best regards, Erik 2013-02-20 11:28 Persson, Lars skrev: Hello I want to add an icon for the application in

Re: [WiX-users] Usage of Heat.exe to create the setup

2013-02-20 Thread Joseph, Sijo
Hi All, We are using the dll created in VB 6, getting the error The TypeLib element is non-advertised and there required a parent file element, please could you all advise. Thanks, Sijo Joseph | IT Consultant, Aon Project | CGI Divyasree Technopolis, 124-125, Off HAL Old Airport Road,

Re: [WiX-users] Icon for bootstrapper in add/remove

2013-02-20 Thread Persson, Lars
Thanks to Erik Fornander, Peter Shirtcliffe and Neil Sleightholm for the fast reply! So easy and I missed it, embarrassing. /Lars -Original Message- From: Erik Fornander [mailto:e...@ic-control.se] Sent: den 20 februari 2013 11:35 To: wix-users@lists.sourceforge.net Subject: Re:

Re: [WiX-users] Usage of Heat.exe to create the setup

2013-02-20 Thread David Watson
Did you use the -svb6 switch when you ran heat? http://wix.sourceforge.net/manual-wix3/heat.htm -Original Message- From: Joseph, Sijo [mailto:sijo.jos...@cgi.com] Sent: 20 February 2013 11:10 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Usage of Heat.exe to create the

Re: [WiX-users] Usage of Heat.exe to create the setup

2013-02-20 Thread Joseph, Sijo
Thanks, I was not using that option. Now I have added that option and issue is resolved. Now I am getting a different error message for only one file. Please could you advise Error message Error 1 The Class element's ForeignServer or Server attribute was not found; one of these is required.

[WiX-users] Burn localization/encoding problem

2013-02-20 Thread Seb.sal
Hi all, I'm having a little issue with localization with burn. My issue is that I need to use swedish letters like åäö in my theme.wxl file and when doing that, the bootstrapper won't even start. If I remove these letters it works fine. my swetheme.wxl starts with: ?xml version=1.0

[WiX-users] Is it possible to customize compiled installer?

2013-02-20 Thread Alexey Khrulev
Hi All, I need to find (if possible) solution for following problem: Installer (WiX 3.5) of our product must be able to be customized AFTER compilation. This means that some data in installer (resource DLLs and product name on installer UI) will be changed after compilation. This is how it

Re: [WiX-users] Burn localization/encoding problem

2013-02-20 Thread Neil Sleightholm
It might be the file format, I think localisation files need to be saved as UTF-8 without signature (BOM). Neil Hi all, I'm having a little issue with localization with burn. My issue is that I need to use swedish letters like åäö in my theme.wxl file and when doing that, the bootstrapper

Re: [WiX-users] Usage of Heat.exe to create the setup

2013-02-20 Thread David Watson
You may need to add the attribute it is asking for by hand. -Original Message- From: Joseph, Sijo [mailto:sijo.jos...@cgi.com] Sent: 20 February 2013 12:28 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Usage of Heat.exe to create the setup Thanks,

Re: [WiX-users] Burn localization/encoding problem

2013-02-20 Thread Seb.sal
That did the trick. I took it for granted it was utf but it wasn't! -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Burn-localization-encoding-problem-tp7583759p7583763.html Sent from the wix-users mailing list archive at Nabble.com.

Re: [WiX-users] Is it possible to customize compiled installer?

2013-02-20 Thread David Watson
I would create a core MSI with no custom components that you maintain and create patches for. You would then give your customers a template that shows them how to make an add-on MSI that targets your installed application. They would then need to make a bundle to chain the two installations.

Re: [WiX-users] Rename File based on Argument passed to MSIInstallation

2013-02-20 Thread chennam
Hi Peter thanks for the reply. The file basic.log4net.dev does come with Installer MSi package, and after package installation on destination folder the file name need to be changed to basic.log4net. I assume you understand my requirement; the path I have provided is the destination folder path

[WiX-users] [SPAM] Re: [SPAM] Re: msi.dll crashes during transaction.Commit()

2013-02-20 Thread Rob Mensching
It manages its own compensating transaction. Aka: we do it the hard way that works. smile/ On Wed, Feb 20, 2013 at 12:00 AM, Anton Reyes anton.re...@emerson.comwrote: Hello Rob, If burn does not use Windows Installer Multiple Package transaction support, how does it install multiple MSIs?

Re: [WiX-users] What is the purpose of the auto start that is created

2013-02-20 Thread Spud
Hi there, Burn 3.6 seems to be triggering MS Forefront popup warnings during installation / uninstallation, due to RunOnce registry Keys being amended There have been a couple of threads on this issue, and none have a resolution. One... ( What-is-the-purpose-of-the-auto-start-that-is-created

[WiX-users] Burn is it possible to not install the bundle and only install the packages?

2013-02-20 Thread joshh
I have an installation that I need to havee the option for All users or just me, I got this working on the individual installer but I need a bootstrapper to run either the 32 or 64 bit and install some prereqs. I think the best option for what I want is to have the bootstrapper but not actually

[WiX-users] Burn 3.6 (or Wix ExtBA) causing MS Forefront Warnings due to RunOnce registry Keys

2013-02-20 Thread Spud
Hi there, Burn 3.6 seems to be triggering MS Forefront popup warnings during installation / uninstallation, due to RunOnce registry Keys being amended. Needless to say I'm not specifically doing anything with the RunOnce keys. The only potential non-standard thing I'm doing with burn is using

Re: [WiX-users] Rename File based on Argument passed toMSIInstallation

2013-02-20 Thread Peter Shirtcliffe
I think you have done the right things. It's better (i.e. more reliable and easier to change) if you use a SetProperty element to set the source property to the actual installed location of the source file. This avoids hardcoding the source file path. Likewise use SetDirectory to set the source

[WiX-users] InstallUISequence

2013-02-20 Thread Joseph, Sijo
Hi All, Is there any property can be set in InstallUISequence to display a custom dialog while the msi is installing. I can see the parameters after and before like below InstallUISequence Show Dialog=UserRegistrationDlg Before=ExecuteAction / /InstallUISequence Regards , Sijo Joseph

[WiX-users] Obsoleted msi exists after minor update.

2013-02-20 Thread kochkin.alexey
Hi! I have read following topic: Minor upgrade issue revisited http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Minor-upgrade-issue-revisited-td707681.html New file not installed

[WiX-users] [SPAM] Re: Burn is it possible to not install the bundle and only install the packages?

2013-02-20 Thread Rob Mensching
No. I recommend thinking the other way around. The bundle is what gets registered, the MSIs are just implementation details that are never seen. On Wed, Feb 20, 2013 at 7:36 AM, joshh joshuadeanh...@gmail.com wrote: I have an installation that I need to havee the option for All users or just

[WiX-users] [SPAM] Re: What is the purpose of the auto start that is created

2013-02-20 Thread Rob Mensching
I think people found that signing their Bundle made most of those technologies happy. On Wed, Feb 20, 2013 at 7:28 AM, Spud andysmi...@gmail.com wrote: Hi there, Burn 3.6 seems to be triggering MS Forefront popup warnings during installation / uninstallation, due to RunOnce registry Keys

Re: [WiX-users] InstallUISequence

2013-02-20 Thread Gabriel Ivanes
Like a condition ? : InstallUISequence Show Dialog=Migration_MAP_a00 Before=ExecuteAction USRCONCERNED = YES /Show /InstallUISequence Le %:Date:, Joseph, Sijo sijo.jos...@cgi.com a écrit: Hi All,

[WiX-users] Elminate %%filenametype%% during Heat.exe

2013-02-20 Thread chennam
Hi all, I just want to eliminate some of the files during Harvesting based on Environment the MSI package is Installed to; Is their any way to do while running Heat.exe with some parameters passing to Heat command. For example file name like %%testBuild_dev%% Thanks In advance. Chatra --

[WiX-users] Mail from Rob marked as spam

2013-02-20 Thread Bernd
I don't know if this is specific to my email client (Thunderbird with SpamAssassin as external filter) but a lot of mail answered by Rob Mensching gets marked as spam. Just thought I'd let you know, if it helps... --

Re: [WiX-users] InstallUISequence

2013-02-20 Thread Joseph, Sijo
Thanks Gabriel for the reply. The condition I want is To display a custom dialog, while the execution is in progress. We need this custom dialog because we need to add a logo in all the dialogs. Note: If there is a alternate method to add/change the logo in the existing dialog that also

Re: [WiX-users] Elminate %%filenametype%% during Heat.exe

2013-02-20 Thread Peter Shirtcliffe
Not really. I use XSLT. -Original Message- From: chennam [mailto:chatrapathi.chen...@gmail.com] Sent: 20 February 2013 16:55 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Elminate %%filenametype%% during Heat.exe Hi all, I just want to eliminate some of the files during

Re: [WiX-users] Burn is it possible to not install the bundle and only install the packages?

2013-02-20 Thread joshh
So I would make the bundle UI have a choice between Everyone or Just Me then send that to the packages being installed. To do this would I need to create a custom boot strap application? -- View this message in context:

Re: [WiX-users] InstallUISequence

2013-02-20 Thread Steven Ogilvie
If you're talking about the bitmap on the side of the dialog or top then you can change it: WixVariable Overridable=yes Id='WixUIBannerBmp' Value=$(var.resourcePath)\TMCTopBanner.bmp/ WixVariable Overridable=yes Id='WixUIDialogBmp' Value=$(var.resourcePath)\TMCSide.bmp/ Steve

Re: [WiX-users] Mail from Rob marked as spam

2013-02-20 Thread Bruce Cran
On 20/02/2013 17:15, Bernd wrote: I don't know if this is specific to my email client (Thunderbird with SpamAssassin as external filter) but a lot of mail answered by Rob Mensching gets marked as spam. Just thought I'd let you know, if it helps... It's being marked as spam by sourceforge: my

Re: [WiX-users] Elminate %%filenametype%% during Heat.exe

2013-02-20 Thread chennam
Hi peter thanks for the reply. Can you point out any examples on how to proceed using XSLT. Thanks Chatra -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Elminate-filenametype-during-Heat-exe-tp7583781p7583788.html Sent from the wix-users

Re: [WiX-users] Elminate %%filenametype%% during Heat.exe

2013-02-20 Thread Peter Shirtcliffe
http://www.lines-davies.net/blog/?p=12 -Original Message- From: chennam [mailto:chatrapathi.chen...@gmail.com] Sent: 20 February 2013 18:01 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Elminate %%filenametype%% during Heat.exe Hi peter thanks for the reply. Can you

[WiX-users] Burn Localisation

2013-02-20 Thread Neil Sleightholm
Has anyone noticed that burn doesn't show the correct translation on some systems? In particular en-uk is not displayed, I think this is because the code reads the windows lcid as 1033 not 2057. This would probably only show up on systems whether the Sublanguage is not the default e.g. fr-ca,

Re: [WiX-users] WixLib not behaving as desired

2013-02-20 Thread Rob Mensching
It all depends on what is in your Fragments and what is referencing what. My guess is by moving the Shortcut, you removed the reference to oen or more Fragments in you .wixlib. On Wed, Feb 20, 2013 at 12:00 PM, Marc Beaudry mbeau...@matrox.com wrote: I have a lib file that contains a bunch of

Re: [WiX-users] Elminate %%filenametype%% during Heat.exe

2013-02-20 Thread chennam
Thanks peter that really helped.But when I run following cmd as post build event for heat and transformation the program was exiting with error code 5505. C:\heat.exe dir C:\Workspaces\Chatra\Website -cg SCBUDirect -gg -t FilterFiles.xslt -out C:\Workspaces\Chatra\WebSiteContent.wxs

[WiX-users] WixLib not behaving as desired

2013-02-20 Thread Marc Beaudry
I have a lib file that contains a bunch of files and a desktop shortcut to one of the binaries. I then have my (product.wxs) main installation XML file. My project has a reference to the lib file. It all compiles and links perfectly. (My MSI is perfectly functional at this point) BUT: If

Re: [WiX-users] Mail from Rob marked as spam

2013-02-20 Thread Rob Mensching
Thanks. I moved hosters recently and forgot to add the Gmail SPF. Hopefully fixed as soon as the Internet catches up. If you still see these problems in a day or two, I'd really appreciate a direct email letting me know. On Wed, Feb 20, 2013 at 9:56 AM, Bruce Cran br...@cran.org.uk wrote: On

Re: [WiX-users] WixLib not behaving as desired

2013-02-20 Thread Marc Beaudry
Hopefully this helps shed some light... In my Product.wxs I define a directory structure. In my lib I refer to the directory reference. DirectoryRef The component reference in the feature tag is set in the Product.wxs Directory Element from Product.wxs Directory Id=TARGETDIR

Re: [WiX-users] WixLib not behaving as desired

2013-02-20 Thread Rob Mensching
References flow from the Product element down. Follow your references. There isn't enough below to really know what is wrong. On Wed, Feb 20, 2013 at 12:20 PM, Marc Beaudry mbeau...@matrox.com wrote: Hopefully this helps shed some light... In my Product.wxs I define a directory structure.

Re: [WiX-users] WixLib not behaving as desired

2013-02-20 Thread Marc Beaudry
Keeping in mind I discovered Wix about 2 weeks ago :-) I apologize for not completely understanding, wix is new and I am still in that learning curve... Hopefully this snippet helps you better understand my issue so I can better understand what is happening. As far as I know my references are

Re: [WiX-users] WixLib not behaving as desired

2013-02-20 Thread Rob Mensching
If references are broken, the linker would tell you it couldn't find a symbol. I think your issue is the opposite. You don't have a reference any more. smile/ Those DirectoryRef's look like they probably point back to the Product. What from the Product points into this Fragment? On Wed, Feb 20,

[WiX-users] [SPAM] Re: Burn is it possible to not install the bundle and only install the packages?

2013-02-20 Thread Rob Mensching
You'd need that if you wanted to Bundle to show that UI. What does Everyone or Just Me mean anyway these days? On Wed, Feb 20, 2013 at 9:37 AM, joshh joshuadeanh...@gmail.com wrote: So I would make the bundle UI have a choice between Everyone or Just Me then send that to the packages being

Re: [WiX-users] WixLib not behaving as desired

2013-02-20 Thread Hoover, Jacob
This smells like a need for a FragmentRef, which I currently work around with a Property in the fragment and a PropertyRef in the Product to pull in the fragment. Another possible option may be to reference a component/feature in your Product, but I haven't done much with wixlib's so I don't

Re: [WiX-users] WixLib not behaving as desired

2013-02-20 Thread Marc Beaudry
Thanks for your many replies, finally figured out what was wrong. Which essentially was the first answer you provided with a different spin on your last response. The only link I had between the lib file and the product file was these shortcuts, moving them from the lib file to the products file

Re: [WiX-users] WixLib not behaving as desired

2013-02-20 Thread Rob Mensching
I've yet to see a case where real content didn't exist in a Fragment that could be referenced. smile/ On Wed, Feb 20, 2013 at 1:12 PM, Hoover, Jacob jacob.hoo...@greenheck.comwrote: This smells like a need for a FragmentRef, which I currently work around with a Property in the fragment and a

Re: [WiX-users] WixLib not behaving as desired

2013-02-20 Thread Rob Mensching
What's wrong with that method you described? Seems reasonable. PS: I use ComponentGroupRef's a lot more across fragments, myself. On Wed, Feb 20, 2013 at 1:25 PM, Marc Beaudry mbeau...@matrox.com wrote: Thanks for your many replies, finally figured out what was wrong. Which essentially was

Re: [WiX-users] WixLib not behaving as desired

2013-02-20 Thread Hoover, Jacob
I use lots of externals and fragments, and for my MSI prerequisite checks I have each prerequisite in its own fragment. With this, I simply need to pull it in via a PropertyRef and my MSI ensures the prerequisite is installed. Fragment Condition Message=This application requires

[WiX-users] MajorUpgrade, detecting feature state in vbscript custom action

2013-02-20 Thread Eric Prévost-Dansereau
Hi, I have a installer package containing a custom action writing a text file based on which Features are installed. Il use the following condition in my vb script to check if a feature is installed: Session.FeatureRequestState(Feature)2 AND (Session.FeatureRequestState(Feature)=3 or

Re: [WiX-users] WixLib not behaving as desired

2013-02-20 Thread Rob Mensching
I think use of PropertyRef is awesome in that case. If you didn't have the Condition (which uses the Property) I might consider using CustomActionRef instead. But I like PropertyRef in your case. On Wed, Feb 20, 2013 at 1:53 PM, Hoover, Jacob jacob.hoo...@greenheck.comwrote: I use lots of

Re: [WiX-users] Burn Localisation

2013-02-20 Thread Rob Mensching
Haven't noticed myself but certainly possible that locutil's probing needs some improvements. On Wed, Feb 20, 2013 at 10:45 AM, Neil Sleightholm n...@x2systems.comwrote: Has anyone noticed that burn doesn't show the correct translation on some systems? In particular en-uk is not displayed,

[WiX-users] Using Product Id=*

2013-02-20 Thread Gary Ewan Park
Hello, I am still quite new to WiX, so please bear with me... I have implemented the following pattern: http://wix.sourceforge.net/manual-wix3/major_upgrade.htm I allow for ease of upgrade. However, the installation package that I am trying to create needs to know about the ProductCode, in

[WiX-users] What is LaunchAction.Layout used for?

2013-02-20 Thread Kristian Jaksch
Short question: What is LaunchAction.Layout used for? I see it in use in the WixBA bootstrapper application but doesn't understand when and how it's used. Thanks /Kristian -- Everyone hates slow websites. So do we. Make

[WiX-users] Authenticode verification fails on clean Windows Xp sp3

2013-02-20 Thread Sørensen , Rune
Hi All, I'm having some issues with the following use case: Some of our users install our product on a clean Windows XP SP3 which has never been connected to the internet (and might never be). When Burn tries to validate the authenticode of the packages, it fails. However, if the system is