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

2013-12-13 Thread Edwin Castro
On 12/13/13, 3:46 PM, Markus Ewald wrote: > On 12/14/2013 12:18 AM, Edwin Castro wrote: >> On 12/13/13, 3:07 PM, Markus Ewald wrote: >>> warning LGHT1076 : ICE69: Mismatched component reference. Entry >>> 'ApplicationStartMenuShortcut' of the Shortcut table belongs to >>> component '

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

2013-12-13 Thread Markus Ewald
On 12/14/2013 12:18 AM, Edwin Castro wrote: > On 12/13/13, 3:07 PM, Markus Ewald wrote: >> warning LGHT1076 : ICE69: Mismatched component reference. Entry >> 'ApplicationStartMenuShortcut' of the Shortcut table belongs to >> component 'ApplicationShortcut'. However, the formatted str

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

2013-12-13 Thread Edwin Castro
On 12/13/13, 3:07 PM, Markus Ewald wrote: > warning LGHT1076 : ICE69: Mismatched component reference. Entry > 'ApplicationStartMenuShortcut' of the Shortcut table belongs to > component 'ApplicationShortcut'. However, the formatted string in > column 'Target' references file 'myappl

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

2013-12-13 Thread Markus Ewald
On 12/13/2013 11:21 PM, Bevan Weiss wrote: > I would suggest using two separate components for it. > Each Shortcut is really a file.. > Then each would get its own HKCU registry entry. > > Is your installer PerUser or PerMachine? > The HKCU entry might not be so appropriate for a PerMachine install

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

2013-12-13 Thread Bevan Weiss
I would suggest using two separate components for it. Each Shortcut is really a file.. Then each would get its own HKCU registry entry. Is your installer PerUser or PerMachine? The HKCU entry might not be so appropriate for a PerMachine install. Bevan 2013/12/13 Markus Ewald : > Hi! > > I'm try

Re: [WiX-users] Condition logic

2013-12-13 Thread Dave Williamson, Clear Sky Software
Phil, No mention of Preselected in the log. However, I would have expected to see Installed in the log too and it wasn't. The MSI was run with Msiexec /l myinstaller.msi /l*vx install.log The statement "if there any explicit action to force install of another feature or component then the Cond

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

2013-12-13 Thread Markus Ewald
On 12/13/2013 5:30 PM, Nicolás Alvarez wrote: > Is this an upgrade? Are you testing it with an older version of the > product (containing a single shortcut) already installed? No, it's a completely new installer and I do not plan to bother with upgrade installs at all. Regards, Markus Ewald -

Re: [WiX-users] Condition logic

2013-12-13 Thread Phil Wilson
It might be an optimization of sorts - if there is no migratefeaturestate=yes in any upgrade specification then there is no need for that action to be scheduled anywhere. It seemed to me that migrating feature states seems to be the behavior you want from an upgrade based on the scenarios you supp

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

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

2013-12-13 Thread 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. I've tried creating two components (

Re: [WiX-users] Using signtool to sign bootstrapper

2013-12-13 Thread Phill Hogland
Yes I understand the difference between /t and /tr. They are two different methods of getting the time stamp which means that comodoca (and each of the other time stamp vendors) actually have two timestamp servers (authenticode and rfc3161). I was just pointing out that for me when I tested it a

Re: [WiX-users] Uninstall by Installer not removing the path created if that path is open on the system

2013-12-13 Thread Wesley Manning
It might be removed on a reboot. If you had folder open, then windows installer can't uninstall it. But I think it marks it for removal. I know for sure files have this behaviour but I'm not sure about folders. -Original Message- From: Suvrajyoti Panda [mailto:suvrajyo...@contata.co.i

Re: [WiX-users] How to build wix toolset from source ?

2013-12-13 Thread Wesley Manning
If you are going to dive into the source code there is another wix mailing list, Wix-devs, you might want to sign up for. You are lucky thought as someone just recently asked a similar question on wix-devs. Here was one response: 1) Read this: http://wixtoolset.org/documentation/manual/v3/wi

Re: [WiX-users] Using signtool to sign bootstrapper

2013-12-13 Thread Brian Enderle
This was an issue but I resolved it by using: /tr http://timestamp.comodoca.com/rfc3161 /tr Specifies the URL of the RFC 3161 time stamp server and is somehow different than /t (I didn't dig into the differences) It appears the problem I was encountering was due to the Crystal Report MSM (see my

Re: [WiX-users] Conditionally disabling the Install Location control in a bundle

2013-12-13 Thread Phill Hogland
I think the behavior could be implemented easily in WixStdBA using a BA Function (in Wix 3.8 or in Wix 3.7 with WixExtendedBA). I went down that route before I, for other reasons, decided to implement a mba. I actually prefer the wixStdBA and BA Functions, but the business wants XAML in a mba. h

Re: [WiX-users] Where is wixstdba.dll ?!!

2013-12-13 Thread Wesley Manning
It's under src/ext/BalExtension/wixstba. You don't need to change the dll. There's a theme file (theme.xml) and a corresponding culture file (has a .wxl extension). You can change the .wxl file to Chinese. Although if you look under Resources/1028 under the wixstba folder you see the Chine

Re: [WiX-users] Using signtool to sign bootstrapper

2013-12-13 Thread Phill Hogland
I just noticed that: http://timestamp.comodoca.com/rfc3161 is returning: 000.0% #Bad request format or system error. I do not know if this is related to your issue. Using /t "http://timestamp.comodoca.com/authenticode"; seems to work for me. -- View this message in context: http://wi

Re: [WiX-users] Include all files from a folder in MSI

2013-12-13 Thread uni
You can use heat.exe (harvest tool provided by WiX Toolset) to generate a wxs source file from your source folder. For example, heat dir ".\My Files" -gg -sfrag -template:fragment -out directory.wxs Or you may write a tool yourself to do that work. -邮件原件- 发件人: badrul [mailto:badruls...@yah