Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

error occurred during the move data process :- 145


1 reply to this topic

neyjai

neyjai
  • Members
  • 2 posts

Posted 26 May 2005 - 07:36

Hi

nResult = AskPath (szTitle, sPath, svResultPath);
if (nResult = NEXT) then
if (ExistsDir (svResultPath) = 0) then
bTargetDirOk = TRUE;
else
if (AskYesNo ("Folder does not exist. Create it?",YES) = YES) then
if (CreateDir (svResultPath) = 0) then
bTargetDirOk = TRUE;
endif;
endif;
endif;
else
sPath="";
svResultPath="";
goto Dlg_SdAskDestPath;
endif;

Regards
Jai

Perotin

Perotin
  • Full Members
  • 407 posts

Posted 27 May 2005 - 09:04

do you set TARGETDIR manually?
do you use script defined targets for components?

do you have more information (about component and filegroup)?
Gruß / regards
Thomas