Re: [WiX-users] A way to make StdBA Options dialog working - Workaround for bug ID: 3419080 [ProgramFilesFolder is empty on Windows XP]

2012-02-15 Thread Peter Bulyaki
Ok, so here is a final, tested and fully working solution, which also takes into account a previously installed version, so in case of an upgrade the already installed location is used by default. The steps below are in the order of execution, figured out from the msi logs. All of this is under a B

[WiX-users] Icon not showing on stdba

2012-01-30 Thread Peter Bulyaki
Hi, I added an icon to my bundle, the bundle executable now shows an icon in explorer. However, when started I still have no icon showing on the top-left corner of the stdba. I am using a 32x32 ico file specified in Bundle/@IconSourceFile. Am I missing something? Cheers:Peter

Re: [WiX-users] Bundle registers itself as separate product and can't be removed - 3.6.2520 problem only

2012-01-25 Thread Peter Bulyaki
arget computer in exactly the same state (which means no bundle installed in ARP as a separate product). Users will have to uninstall each of the 7 products individually in both cases. Cheers: Peter On Tue, Jan 24, 2012 at 6:11 PM, Bob Arnson wrote: > On 24-Jan-12 07:14, Peter Bulyaki wrote: > &

Re: [WiX-users] Bundle registers itself as separate product and can't be removed - 3.6.2520 problem only

2012-01-24 Thread Peter Bulyaki
components. So I would rephrase my question: is there a way to install a bundle without registering it not only in "Programs and Features", but in general with Windoes Installer as a separate product? When I install my bundle I only want the individual products to be installed, but not the b

[WiX-users] Bundle registers itself as separate product and can't be removed - 3.6.2520 problem only

2012-01-24 Thread Peter Bulyaki
Hi, I have a bundle installer that installs several MSIs, but the bundle itself does not register itself as a separate product in ARP. I have created a bundle with the latest build (2520), then I installed it. Then I tried to uninstall it the ususal way: I uninstalled the components one by one. It

Re: [WiX-users] Error 0x80004005: Failed to initialize built-in variable value 'ProgramFilesFolder'.

2012-01-23 Thread Peter Bulyaki
I forgot to include the related bug: http://sourceforge.net/tracker/index.php?func=detail&aid=3419080&group_id=105970&atid=642714 On Mon, Jan 23, 2012 at 11:36 AM, Peter Bulyaki wrote: > This bug was set to fixed, and I've been waiting for the next WiX build to > see the

[WiX-users] Error 0x80004005: Failed to initialize built-in variable value 'ProgramFilesFolder'.

2012-01-23 Thread Peter Bulyaki
This bug was set to fixed, and I've been waiting for the next WiX build to see the fix. Unfortunately the bug still appears to be there in 3.6.2520. Error 0x80004005: Failed to initialize built-in variable value 'ProgramFilesFolder'. Briefly the problem is that the builtin burn variable "ProgramF

[WiX-users] Burn - how to schedule a variable change AFTER a ?

2012-01-19 Thread Peter Bulyaki
Hi, I have run into a problem with bundles. I need to run a RegistrySearch to set a variable. Then I would like to use the content of this variable to set another variable. However the order of executing and cannot be changed. When I look at the logs, expressions are executed first, and only af

Re: [WiX-users] A way to make StdBA Options dialog working - Workaround for bug ID: 3419080 [ProgramFilesFolder is empty on Windows XP]

2011-12-28 Thread Peter Bulyaki
Edit: there was a mistake in the RegistrySearch condition, here is the correct one: Also, SetProperty must come before CostFinalize: INSTALLFOLDER On Wed, Dec 28, 2011 at 2:44 PM, Peter Bulyaki wrote: > Hi, > > Here is the bug: > http://sourceforge.net/tracker/?func=detail&

[WiX-users] A way to make StdBA Options dialog working - Workaround for bug ID: 3419080 [ProgramFilesFolder is empty on Windows XP]

2011-12-28 Thread Peter Bulyaki
Hi, Here is the bug: http://sourceforge.net/tracker/?func=detail&atid=642714&aid=3419080&group_id=105970 The above bug was causing me lots of headaches - this bug is still not fixed in the last 3.6 beta, and I can't spend time on building WiX from source. Without this fix I can't use the Options

Re: [WiX-users] is the burn bootstrapper's "Install location" textbox bound to any variable?

2011-11-25 Thread Peter Bulyaki
ok, I've just found this, I will have to update my WiX installation: http://sourceforge.net/tracker/index.php?func=detail&aid=3419080&group_id=105970&atid=642714 On Fri, Nov 25, 2011 at 10:40 AM, Peter Bulyaki wrote: > I am trying this now, but it seems that [ProgramFile

Re: [WiX-users] is the burn bootstrapper's "Install location" textbox bound to any variable?

2011-11-25 Thread Peter Bulyaki
I am trying this now, but it seems that [ProgramFilesFolder] is resolved to an empty string :( ... So is this a missing feature at the moment? Peter On Fri, Nov 25, 2011 at 9:58 AM, Peter Bulyaki wrote: > Hi All, > > First I thought that this is an obvious question and some

[WiX-users] is the burn bootstrapper's "Install location" textbox bound to any variable?

2011-11-25 Thread Peter Bulyaki
Hi All, First I thought that this is an obvious question and someone asked it already, but could not find an answer anywhere. Could someone please let me know if the "Install location" textbox is setting any WixVariable or Property at all? And if I could get FileSystemAutoComplete="yes" working so

[WiX-users] ARPPRODUCTICON missing in Programs and Features on Windows 7

2011-11-23 Thread Peter Bulyaki
Hi, I have found the article in the WiX chm file about setting my product icon: I've changed this slightly, and instead of an icon file I specifiy my main executable (which contains the product icon). It works fine, except for the "Programs and Features" list on Windows 7. Everywhere else my i

Re: [WiX-users] WiX-based installer temporarily breaks Windows Installer?

2011-11-22 Thread Peter Bulyaki
changed in the registry. So the installer thought that something got corrupted, and it stopped with an error. I am not 100% sure about this, but this is my theory. Peter On Thu, Nov 3, 2011 at 1:40 PM, Peter Bulyaki wrote: > Hi Guys, > > This is my first email to this list. I have already

Re: [WiX-users] Problem with file association and harvesting files

2011-11-22 Thread Peter Bulyaki
Well, I have to correct myself: The Property element would not work in my case, I have to use SetProperty if I want to add BINLOCATION to the string: Peter On Tue, Nov 22, 2011 at 9:15 AM, Peter Bulyaki wrote: > Hi, > > Thanks for your reply. A transform in this my would be too co

Re: [WiX-users] Problem with file association and harvesting files

2011-11-22 Thread Peter Bulyaki
error. Peter On Mon, Nov 21, 2011 at 5:49 PM, Blair wrote: > Add a transform to heat's commandline that adds the Verb. > > -Original Message- > From: Peter Bulyaki [mailto:peter.buly...@gmail.com] > Sent: Monday, November 21, 2011 8:27 AM > To: General discussion fo

[WiX-users] Problem with file association and harvesting files

2011-11-21 Thread Peter Bulyaki
Hi, I have a project in which all files are harvested recursively from a single source folder. I would also like to add a file association to this project as below: The problem with t

Re: [WiX-users] If Bundle/@Name is empty, the bundle installer will have no title in the UI

2011-11-21 Thread Peter Bulyaki
Hi, I am replying myself, I have found one possible solution. On Thu, Nov 17, 2011 at 3:07 PM, Peter Bulyaki > Hi Guys, > > I removed the Bundle/@Name element from my wxs file, because I don't want > to see the bundle name in the Add/Remove Programs list. However, this > re

[WiX-users] If Bundle/@Name is empty, the bundle installer will have no title in the UI

2011-11-17 Thread Peter Bulyaki
Hi Guys, I removed the Bundle/@Name element from my wxs file, because I don't want to see the bundle name in the Add/Remove Programs list. However, this removed the title from the bootstrapper UI too. Is there any other way to get rid of the bundle name in Add/Remove Programs while keeping the tit

Re: [WiX-users] Failed to install WiX v3.6

2011-11-16 Thread Peter Bulyaki
Hi, It is an exe because it is a bundle installer (it is installing multiple MSI files I assume). A bundle can't be an msi, it is because of the limitations of the msi format. - The exact same problem happened to me when my Windows Installer service got broken. You should try re-registering it: m

[WiX-users] WiX-based installer temporarily breaks Windows Installer?

2011-11-03 Thread Peter Bulyaki
Hi Guys, This is my first email to this list. I have already seen the very same problem somewhere else, but there was no satisfying solution to it. I have 7 installers created with WiX. 3 of them are windows services. Most of them use post-install and pre-uninstall scripts in the form of batch fi