Re: [WiX-users] Wix 3.5 Unresolved reference to symbol 'Property:ApplicationFolderName'

2010-11-26 Thread jballe
Hi I just realized that a new 3.5.2325.0 version was released yesterday. I have now tried upgrading but still without luck. I get the errors below from light: C:\delivery\Dev\wix35_public\src\ext\UIExtension\wixlib\WixUI_Advanced.wxs(38,0): error LGHT0094: Unresolved reference to symbol 'Propert

[WiX-users] Wix 3.5 Unresolved reference to symbol 'Property:ApplicationFolderName'

2010-11-26 Thread jballe
Hi, I am trying to upgrade our installation(s) to Wix 3.5 (we have been using 3.0 for a while but we really with the new IIS 7 feature). I have opened the project with VS 2010 and when building the following errors occur. I can see that this happens after the call to Light.exe The error shown is

Re: [WiX-users] Can Custom Library include banners?

2009-05-24 Thread jballe
Rob Mensching-6 wrote: > > Take a look at the -bf switch to lit.exe. > Thank you! I am using Votive, but the "Bind files into the library file" setting in the Build fane of the project properties solved that part. However I have still not succeeded to find a way to actually use my images as b

Re: [WiX-users] Heat'ing TypeLib difficulties and difference between wix versions

2009-05-14 Thread jballe
Hey Brian, The problem is solved by changing the installScope, sorry for the inconvenience. So I won't file a bug, but thank you for noticing. Best regards, Jesper Brian Rogers wrote: > > Hey Jesper, > > Can you file a bug for this? Tomorrow is the last night to fix bugs on > heat.exe. Pleas

Re: [WiX-users] Heat'ing TypeLib difficulties and difference between wix versions

2009-05-14 Thread jballe
. > > Neil > > Neil Sleightholm > X2 Systems Limited > ________ > > From: jballe > > I will harvest a .Net COM dll and typelibrary (tlb) and had this working > earlier when I understood that I had to use the registration values > instead >

Re: [WiX-users] Heat'ing TypeLib difficulties and difference between wix versions

2009-05-13 Thread jballe
Well you are probably right that it *should* be the same. However when the other system (MS Dynamics NAV) tries to use the COM component it can find a non-usable component without any name, when the registries are written to HKCR and the things are working when the registries are written to HKLM.

Re: [WiX-users] Heat and Directory Harvesting - Design Rationale

2009-05-13 Thread jballe
Hi I think the reason is that by using "one file, one component" you should be able to upgrade a component with a new release upgrading package and leave the rest non-changed files, so the installation will be a lot faster as unnecessary deleting, uncompressing og copying files can be avoided. Ho

[WiX-users] Heat'ing TypeLib difficulties and difference between wix versions

2009-05-13 Thread jballe
I will harvest a .Net COM dll and typelibrary (tlb) and had this working earlier when I understood that I had to use the registration values instead of Class-tags. However I now recognize that the recent version of heat creates all the registry values underneath HKCR while using the older build 4

[WiX-users] Can Custom Library include banners?

2009-05-10 Thread jballe
Hi, I have several successfull customized setup projects now, a great thanks to this list! I would like to make a Library so when my colleagues will make a setup they can just reference this library. Regarding the UI dialogs and sequence the library is working perfect. However I would like to in

Re: [WiX-users] CustomAction following specific CustomAction fails

2009-02-25 Thread jballe
;t scheduled it for execution (you have no > sequences defined which would invoke your CA). > > For example... > > . > . > . > >After="LaunchConditions">1 > > > > > -Original Message- > From: jballe [mai

Re: [WiX-users] CustomAction following specific CustomAction fails

2009-02-25 Thread jballe
ction invoking the managed action (is it the part called DTF?) but I do not have a clear understanding of what is going on. Does it make sense to try some kind of weekly build pr anything? Can I do anything to find out, ask anyone or can I do anything? Thank you! Kind regards, Jesper jballe

Re: [WiX-users] CustomAction following specific CustomAction fails

2009-02-12 Thread jballe
d contains the process > to attach to in its caption: > > System.Windows.Forms.MessageBox.Show("Stop for debugging: > MyManagedCA", Process.GetCurrentProcess().ProcessName); > > [snip] > > -Original Message- > From: jballe [mailto:j...@visionpeople.dk]

Re: [WiX-users] CustomAction following specific CustomAction fails

2009-02-10 Thread jballe
Rob Mensching-2 wrote: > > Uhh, it looks like you have failing CustomActions. > > Install1.log: > > Action start 09:12:39: UpdatePropsWithSelectedWebSite. > MSI (c) (1C:8C) [09:12:39:637]: Creating MSIHANDLE (30) of type 790542 for > thread 5772 > MSI (c) (1C:14) [09:12:39:638]: Invoking remo

Re: [WiX-users] CustomAction following specific CustomAction fails

2009-02-09 Thread jballe
re what the issue is. Showing the part of the > log file that has the error might be helpful. > jballe wrote: > > If the C++ customaction is run the next customaction (no matter which one) > fails with the error code 2896 (Executing action xxx failed). If the C++ > custom acti

[WiX-users] CustomAction following specific CustomAction fails

2009-02-08 Thread jballe
I have a project using several customactions schduled during the UI as immediate. It actually works for almost everything but I have one issue left. In the UI the user can select to install a license file. I have a C++ customaction which opens the OpenFile dialog and sets it to a property. Later

Re: [WiX-users] CustomAction accessing CustomTable

2009-01-26 Thread jballe
Richard-45 wrote: > > I haven't really been following this thread, but this is the standard > way of communicating custom table data to deferred CAs. The MSI SDK > documentation provides an example of doing this for creating user > accounts. > Thank you for answering. You say that I should n

Re: [WiX-users] CustomAction accessing CustomTable

2009-01-26 Thread jballe
after InstallFiles". jballe wrote: > > Ok so I probably have to get around this issue by setting some properties > or similar. I will give it a try. > Thank you for your assistance. > > > > Rob Mensching-2 wrote: >> >> I do have CustomActions

Re: [WiX-users] CustomAction accessing CustomTable

2009-01-22 Thread jballe
Ok so I probably have to get around this issue by setting some properties or similar. I will give it a try. Thank you for your assistance. Rob Mensching-2 wrote: > > I do have CustomActions that do this sort of thing but I don't use DTF. > Somewhere there is probably a bug. > -- View this

Re: [WiX-users] CustomAction accessing CustomTable

2009-01-22 Thread jballe
anyway? Thank you! Rob Mensching-2 wrote: > > Sorry, no extra data for you. It seems like it should work. > > -Original Message----- > From: jballe [mailto:j...@visionpeople.dk] > [snip...] > Can I do anything to clearify the issue. Is it not supposed to work? > I

Re: [WiX-users] CustomAction accessing CustomTable

2009-01-21 Thread jballe
Hello all, Can I do anything to clearify the issue. Is it not supposed to work? I am using WIX 3.0.4805.0, developing using Visual Studio 2008 with Votive Thank you! Jesper jballe wrote: > > Hello all, > > I am writing my first complex setup using wix and managed custom actio