there is a virtual folder, which name is configured from UI:
<Property Id="VIRTUALDFOLDER">defaultfoldername</Property>
...
<Component Id="IIS5" ...>
<WebVirtualDir
Id="zzzVirtualDir"
Alias="[VIRTUALDFOLDER]"
Directory="INSTALLDIR"
WebSite="DefaultWebSite"
DirProperties="zzzSiteWebDirProperties"
>
<WebApplication Id="zzzWebApplication"
Name="[VIRTUALDFOLDER]" />
</WebVirtualDir>
</Component>
...
<Control Id="VirtualFolderEdit" Type="Edit" Property="VIRTUALDFOLDER"
... />
however, if we change "defaultfoldername" to something else (i.e. to
"newfoldername"), uninstallation does not apply to newfoldername, it is still
apply to defaultfoldername. i.e. newfoldername is left after uninstall, and
defaultfoldername (if we had one before install) is deleted.
this is certainly wrong. what to do with this?
TIA
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users