Re: [WiX-users] 3 digit bundle version number

2014-12-02 Thread Jan Suchotzki
Agreed and understood. Thanks for the detailed introduction! Everything is in VersionControl (TFS) and can be prefectly build from within Visual Studio by different developers on different systems. My problem is that Team Build (in its default build process) uses a different binaries folder (Team

Re: [WiX-users] 3 digit bundle version number

2014-12-01 Thread Jan Suchotzki
Brian, thanks for the immediate response! Actually the part after SolutionDir is my problem. The binary (its something like \bin vs. \Binaries) paths are different. After reading a bit about it I'm sure I can change this in TeamBuild, but somehow this seems wrong to me. The next time people se

[WiX-users] 3 digit bundle version number

2014-11-26 Thread Jan Suchotzki
Hi, I know this topic has beend addressed in many different flavors already, but none seems to solve my issue. I would like to have the bundle version set to the version number of a package. This is obviously easy, but I need to change the version number format. We like to have a 3 digit number

[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: Payload not copying inf?

2014-11-17 Thread Jan Suchotzki
Phil, you absolutely made my day! Thanks a lot for sharing this! Tomorrow morning I'll try it right away and will report whether it works for me. Jan >>> Phill Hogland 17.11.2014 18:01 >>> I have a single MSI project, which get built twice to produce a x86 package and a x64 package (with dif

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

2014-11-17 Thread Jan Suchotzki
Just to be clear. You create a single MSI for the x64 and x86 driver (based on inf-File / DifxAppExtension) and use this together with other MSIs from burn or similar? Will read the article referenced by you right now to understand how to handle the dependency to the different versions of difxapp

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

2014-11-17 Thread Jan Suchotzki
Phill, all, thanks for your immediate and indepth answer! I also tried using DifxApp and was even successfull on x64 Plattform. However, I wasn't sure about the behaviour during uninstall. How can I ensure that the driver does not get uninstalled (maybe another application uses it)? Are there a

[WiX-users] Payload not copying inf?

2014-11-17 Thread Jan Suchotzki
Hi, I would like to install a driver via a provided setup.exe with burn. It seems like .cat, .inf and .sys files are not properly handled. I guess the Error 0x8007002 is the problem but I'm not sure. Tried to debug, but could only find that something happens when burn tries to elevate while handl