Re: [WiX-users] How to create or modify a web.config file in IIS root directory?

2010-04-22 Thread Erich Nurr
i changed one line, i removed the element and wrote (without it i couldnt compile) existing web.config files will be correctly modified and by uninstall the only the new modified conent will be deleted :) BUT if no web.config files already exists, the setup crashs with (cant open web.config file

Re: [WiX-users] How to create or modify a web.config file in IIS root directory?

2010-04-22 Thread Erich Nurr
i tried more things and now i am really confused... i am using Win7 and there it overwrites the already existing web.config file and by uninstall it delets the web.config file X_x in WinXP it doesnt overwrites the existing web.config file --> code will be added to the existing web.config file *yee

Re: [WiX-users] How to create or modify a web.config file in IIS root directory?

2010-04-22 Thread Erich Nurr
hmm my code only creates a web.config file and overwrites an existing web.config :( (i have to set a empty web.config file in the IISROOT directory to compile it). This empty web.config will be created and after its created it will be modifed. thats not what i want :( i want that he create

[WiX-users] How to create or modify a web.config file in IIS root directory?

2010-04-22 Thread Erich Nurr
Hi i want to make a parent web.config file by WiX in the IIS root directory. I cant know, if a web.config file will already exists in the IIS root directory or not, so i have to create a web.config file if there is no one and only modify it , if there is already a web.config file (without deleting

Re: [WiX-users] XmlConfig results in ICE27 failure

2010-04-22 Thread Erich Nurr
Hi! i am trying to modify a maybe existing web.config file in the IIS root directory (default = c:\inetpub\wwwroot) but if i try this code below, a error occurs: "The system cannot find the file 'SourceDir\PFiles\web.config' " Why the hell is it using the parent directories? i thought the paramete

Re: [WiX-users] To set property with the value of another property, use a CustomAction with Property and Value attributes?!

2010-04-15 Thread Erich Nurr
thx for your reply -- View this message in context: http://n2.nabble.com/To-set-property-with-the-value-of-another-property-use-a-CustomAction-with-Property-and-Value-attrib-tp4896460p4911576.html Sent from the wix-users mailing list archive at Nabble.com. --

Re: [WiX-users] To set property with the value of another property, use a CustomAction with Property and Value attributes?!

2010-04-15 Thread Erich Nurr
hmm maybe i use the wrong element. but what i want is to install ASP.NET v2.0 or register it only, if its not installed or registered and after this i want to set the mappath to the virtual directory: - if ASP.NETv1.x is not installed and ASP.NET v2.0 is not installed --> c:\WINDOWS\Microsoft.NE

Re: [WiX-users] To set property with the value of another property, use a CustomAction with Property and Value attributes?!

2010-04-14 Thread Erich Nurr
thx for reply! i tried the folowing code: -- ASPNETREGIIS AND NOT Installed and i tried the same with AssignToProperty="yes" in the follow Code: ---

[WiX-users] To set property with the value of another property, use a CustomAction with Property and Value attributes?!

2010-04-13 Thread Erich Nurr
on with Property and Value attributes. i runned the msi file and looked into the logfile and the [ASPNETREGIIS] is empty like the warning told it. How to fix this? and why it doesnt work like the code with ExeCommand=[ASPNETREGIIS] ? Thanks Erich Nurr -- View this message in context: http://