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
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
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
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
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
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.
--
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
thx for reply!
i tried the folowing code:
--
ASPNETREGIIS AND
NOT Installed
and i tried the same with AssignToProperty="yes" in the follow Code:
---
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://
9 matches
Mail list logo