[EMAIL PROTECTED] wrote: > Hello. > > We get some troubles running setup on a tailored version of Windows > Embedded. > > Everything seems fine until phase InstallFinalize, which gives error 2103; > "Could not resolve path for shell folder 26". > > 26 - is a kind of an id number for some system folder?
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/shell/reference/enums/csidl.asp lists the CSIDL numbers for special folders. I'm assuming that it's 26 decimal, which is 0x1A hex, which is CSIDL_APPDATA. You've probably used [AppDataFolder] somewhere in your setup. If you're using Windows XP Embedded I would have expected this to be present. Perhaps you've omitted some component that implements SHGetSpecialFolderPath/SHGetFolderPath? -- Mike Dimmick ------------------------------------------------------------------------- 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 WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users