This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: IISRT invalid root dir
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 09, 2012
11:17 AM
IISRT invalid root dir
Hi,
My setup works fine except on some Windows 2003 sp2 server with IIS 6.0.
I have the following error message in logs:
[CODE]MSI (s) (84:C4) [17:30:40:325]: Executing op: ActionStart(Name=ISIISInstall,,)
MSI (s) (84:C4) [17:30:40:341]: Executing op: CustomActionSchedule(Action=ISIISInstall,ActionType=3073,Source=BinaryData,Target=ISIISInstall,CustomActionData=C:\DOCUME~1\vcarluer\LOCALS~1\Temp\IIS4C0.tmp)
MSI (s) (84:F8) [17:30:40:356]: Invoking remote custom action. DLL: C:\WINDOWS\Installer\MSI19F.tmp, Entrypoint: ISIISInstall
InstallShield 17:30:40: CheckAndStartW3CService
InstallShield 17:30:40: The service is already running.
InstallShield 17:30:40: Error with IISRT: -1203
Fin de l'action 17:30:40 : InstallExecute. Valeur renvoyée : 3.[/CODE]
After this error it rolls back.
Error -1203 is invalid root directory in iisrterr.h:
But i don't find the error in my setup project.
Do you have any clue on this?
Thanks.
My setup works fine except on some Windows 2003 sp2 server with IIS 6.0.
I have the following error message in logs:
[CODE]MSI (s) (84:C4) [17:30:40:325]: Executing op: ActionStart(Name=ISIISInstall,,)
MSI (s) (84:C4) [17:30:40:341]: Executing op: CustomActionSchedule(Action=ISIISInstall,ActionType=3073,Source=BinaryData,Target=ISIISInstall,CustomActionData=C:\DOCUME~1\vcarluer\LOCALS~1\Temp\IIS4C0.tmp)
MSI (s) (84:F8) [17:30:40:356]: Invoking remote custom action. DLL: C:\WINDOWS\Installer\MSI19F.tmp, Entrypoint: ISIISInstall
InstallShield 17:30:40: CheckAndStartW3CService
InstallShield 17:30:40: The service is already running.
InstallShield 17:30:40: Error with IISRT: -1203
Fin de l'action 17:30:40 : InstallExecute. Valeur renvoyée : 3.[/CODE]
After this error it rolls back.
Error -1203 is invalid root directory in iisrterr.h:
#define ERROR_IISRT_INVALID_ROOTDIR -1203
But i don't find the error in my setup project.
Do you have any clue on this?
Thanks.
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 09, 2012
01:43 PM
This is likely indicating that the physical path specified for a website, virtual directory, or application is not a valid Directory table key. Verify that the Path property for all websites, virtual directories, and applications in the ISIISProperty table point to valid Directory table entries. If any are not set to valid Directory table keys, change the Content Source Path for the item in the IIS view.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 10, 2012
02:32 AM
Ok it works by putting a value in Content Source Path of web site.
It is not really used during setup because site 0 already exists (for recall it doesn't bug on other OS and IIS version) but it works which is the most important 😄
Thank you!
It is not really used during setup because site 0 already exists (for recall it doesn't bug on other OS and IIS version) but it works which is the most important 😄
Thank you!