IIS and Virtua Folder
Posted: Wed Sep 14, 2005 8:22 am
During the installation, I created Virtual Folder on an existing WebSite using its index. The Site index is stored in a variable called $SITE_INDEX$, and the the code for creating Virtual Folder as follows:
But unfortunately, on uninstallation I'm not able to delete Virtual Folder, which has been created on installation. The code is:
On uninstallation, I found that the variable $SITE_INDEX$ is empty!!
Any help?
Thanks in advance
Code: Select all
Create Virtual Folder "TEST" in IIS Site #$SITE_INDEX$, pointing to physical location $TARGETDIR$
But unfortunately, on uninstallation I'm not able to delete Virtual Folder, which has been created on installation. The code is:
Code: Select all
Delete Virtual Folder "TEST" in IIS Site #$SITE_INDEX$
On uninstallation, I found that the variable $SITE_INDEX$ is empty!!
Any help?
Thanks in advance