Hi
Problem is very simple I had used askpath function and choose a directory which will be in script variable svResultPath, Then I have used file groups that has two asp files and component is mapped to destination of Script defined folders that is created by me svResultpath. When i try to run the setup i am getting "error occurred during the move data process :- 145"
Component: Help files
Filegroup : HelpFiles
File:
Help needed?.
sPath="C:\\";
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;
when i try run the set up i am getting " error occurred during the move data process :- 145"
Regards
Jai
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.

error occurred during the move data process :- 145
Started by
neyjai
, May 26 2005 07:43
1 reply to this topic