Re: [WiX-users] Why does my WiX 3.5 installer not copyfiles tosystem 32 dir?

2011-04-04 Thread Jacob, Marcus
mail Disclaimer -Original Message- From: Jacob, Marcus [mailto:mja...@toptechnologies.de] Sent: 04 April 2011 09:53 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Why does my WiX 3.5 installer not copyfiles tosystem 32 dir? Michael: I did create a log

Re: [WiX-users] Why does my WiX 3.5 installer not copy files tosystem 32 dir?

2011-04-04 Thread Jacob, Marcus
ndows Installer XML toolset.' Subject: Re: [WiX-users] Why does my WiX 3.5 installer not copy files tosystem 32 dir? Have you tried running the msi with logging enabled and see what you get in the log? Msiexec /I package.msi /l*v log.txt -Original Message----- From: Jacob, Marcus [

[WiX-users] Why does my WiX 3.5 installer not copy files to system 32 dir?

2011-04-04 Thread Jacob, Marcus
My WiX (3.5) installer should copy the richtx32.ocx file to the windows\system32 dir and register it by using some command line statements but it does not work. The file is not copied to the folder. The problem occurs on XP and also on Win7 and yes, I have started the M