cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
vcarluer
Level 3

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:
#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.
Labels (1)
0 Kudos
(2) Replies
joshstechnij
Level 10 Flexeran
Level 10 Flexeran

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.
0 Kudos
vcarluer
Level 3

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!
0 Kudos