Re: [WiX-users] Weird behavior of heat creating the COM registration output on a Win12 R2 Standard 64-bit system

2015-01-28 Thread ferdi.oeztuerk
Hi Heike Probably HKLM\System\CurrentControlSet\Control\FileSystem\NtfsDisable8dot3NameCreation Kind regards Ferdi Ferdi Öztürk Accenture CAS GmbH Brüsseler Straße 3 D-67657 Kaiserslautern

Re: [WiX-users] Multiple Firewall Exceptions with the same name

2014-09-02 Thread ferdi.oeztuerk
Hi First thing, during setup authoring you should not use fire&forget behavior. So I would recommend not to use IgnoreFailure="yes" until you're very sure your code is rock-solid. If there's no obvious error during installation time you can still try to refactor your code. I guess FirewallExce

[WiX-users] Undefined preprocessor variable '$(var.SolutionName)'.

2014-08-01 Thread ferdi.oeztuerk
Hi * My build does not find the preprocessor variable var.SolutionName Mobility.Platform.Windows.msm\Common\Module.wxi (4): Undefined preprocessor variable '$(var.SolutionName)'. Is it obsolete? Which solution-based variables are working? Thank you very much and regards Ferdi

[WiX-users] Permission/PermissionEx(?) Append

2014-05-08 Thread ferdi.oeztuerk
Hello, someone please provide me an working example of appending permissions (in this case registry) Tried several things now (with WiX v3.9) and nothing worked for me, either during build Append attribute is unknown and without the attribute on target machine it overwrites existing permissions

[WiX-users] Preprocessor variable inside another

2012-10-10 Thread ferdi.oeztuerk
How can I resolve $(var.Feature) as "ProjectName" part of $(var..TargetPath) in the following example? VS error: Error 157Ill-formed preprocessor function '$var.($(var.Feature))Module.TargetPath'. Functions must have a prefix (like 'fun.'), a name at least 1 character long, and matching o

Re: [WiX-users] Only perUser installation get too much errors ICE38; ICE91; ICE64

2012-07-03 Thread ferdi.oeztuerk
http://msdn.microsoft.com/en-us/library/windows/desktop/dd765197(v=vs.85).aspx http://msdn.microsoft.com/en-us/library/windows/desktop/dd408068(v=vs.85).aspx -Original Message- From: Alexey Ivanov [mailto:alexey.iva...@gmail.com] Sent: Dienstag, 3. Juli 2012 17:25 To: General discussion fo

Re: [WiX-users] Only perUser installation get too much errors ICE38; ICE91; ICE64

2012-07-03 Thread ferdi.oeztuerk
Try to install to ProgramFilesFolder? it is a redirected property in per user context (see here http://msdn.microsoft.com/en-us/library/windows/desktop/dd765197(v=vs.85).aspx) Perhaps your ICEs are gone then. -Original Message- From: Alexey Ivanov [mailto:alexey.iva...@gmail.com] Sent: D

Re: [WiX-users] How to save return code from a command line CustomAction?

2012-07-03 Thread ferdi.oeztuerk
1) %errorlevel% env var? Never did it as CA, but I would think of batch file, storing the err to file, or another env var, and read this or that file again... if it works tell us how you did it :) 2) "ignore" ignores the return value :) walk the talk Ferdi http://app-w.com -Original Message