Re: [WiX-users] Uninstall problems

2010-04-14 Thread Johann Taferl, T-AU
Hi, try using the "windows installer clean up" to delete the entry in your software list. Luck, Johann _ FN: 53380 a; Landesgericht Salzburg; DVR-Nr: 0684317 Please consider the environment before printing this e-mail. This message i

Re: [WiX-users] how to set var's

2010-03-29 Thread Johann Taferl, T-AU
perhaps this helps: http://wix.sourceforge.net/manual-wix2/preprocessor.htm to define $(var.myValue) simply write -Original Message- From: Bill McCormick (LIST) [mailto:wpmccorm...@ace-co.com] Sent: Montag, 29. März 2010 19:01 To: WiX Subject: [WiX-users] how to set var's I've used he

Re: [WiX-users] Beginner's Question: 32 Bit MSI on 64 Bit OS

2010-03-25 Thread Johann Taferl, T-AU
Hi, if the software is only 32bit and you want it to be installed in the 32bit folders (e.g. "c:\Program Files (x86)") than you do not have to do anything. Only if the program should be installed to 64bit folders, you have to change the folders: "ProgramFilesFolder" -> "ProgramFiles64Folder" The

Re: [WiX-users] Merge Module extracts msm file in target directory

2010-03-25 Thread Johann Taferl, T-AU
] Sent: Mittwoch, 24. März 2010 21:16 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Merge Module extracts msm file in target directory On 3/24/2010 11:54 AM, Johann Taferl, T-AU wrote: > I don't know, if this is an error or intended behavior: > > When I create a simple me

Re: [WiX-users] Merge Module extracts msm file in target directory

2010-03-25 Thread Johann Taferl, T-AU
Subject: Re: [WiX-users] Merge Module extracts msm file in target directory On 3/24/2010 11:54 AM, Johann Taferl, T-AU wrote: > I don't know, if this is an error or intended behavior: > > When I create a simple merge module (in my test with only one file in > it) and refer to this

[WiX-users] Merge Module extracts msm file in target directory

2010-03-24 Thread Johann Taferl, T-AU
Hi, I don't know, if this is an error or intended behavior: When I create a simple merge module (in my test with only one file in it) and refer to this merge module, the merge module - and its content - is not extracted to a temporary directory, but direct in the target folder. Product:

Re: [WiX-users] Votive - MergeModule dependency

2010-03-23 Thread Johann Taferl, T-AU
dependency On 3/22/2010 11:32 AM, Johann Taferl, T-AU wrote: > Yes, but in merge modules them self, I can't referece through Merge or > MergeRef: > Correct, it must be authored in the product. Like I said, WiX doesn't automatically try to find dependent merge modules.

Re: [WiX-users] Votive - MergeModule dependency

2010-03-22 Thread Johann Taferl, T-AU
otive - MergeModule dependency On 3/22/2010 9:49 AM, Johann Taferl, T-AU wrote: > I tried to create a merge module with a dependency to a second one. > WiX doesn't automatically try to find dependent merge modules; it's all explicit via Merge and MergeRef elements. -- sig://boB

[WiX-users] Votive - MergeModule dependency

2010-03-22 Thread Johann Taferl, T-AU
Hi, I tried to create a merge module with a dependency to a second one. Compiling and linking it manually with wix (v3.5) works fine. When I try to create the module in visual studio - using votive - I get following warning: ICE25: Possible dependency failure as we do not find ... in Modu

Re: [WiX-users] duplicate file-names; depending on conditions

2010-03-09 Thread Johann Taferl, T-AU
immediately. Thank you for your cooperation. -Original Message- From: Bob Arnson [mailto:b...@joyofsetup.com] Sent: Dienstag, 09. März 2010 14:24 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] duplicate file-names; depending on conditions On 3/8/2010 12:10 PM, Johann Taferl, T

[WiX-users] duplicate file-names; depending on conditions

2010-03-08 Thread Johann Taferl, T-AU
Hello, I am new in Wix and already having problems. I have to install some driver to a given folder. For Win Vista, they have to- and for all previous Win-versions, they must not be signed. To solve this problem I thought of two separate merge-modules. To install the correct one, I use conditi