seems to be a bug in the rename resource file option.
if you change now the folder to Data instead of AutPlayCode:File.Run("AutoPlay\\Setup\\Program\\"..programV.."\\setup.exe", "-s -f1"..applFolder.."\\AutoPlay\\Setup\\Program\\"..programV.."\\"..sprache.."\\setup.iss -f2"..applFolder.."\\AutoPlay\\LogFile\\"..LAN_info.Host.."\\ServicePack.log", "", SW_SHOWNORMAL, true);
the third "AutoPLay\\LogFile" would not be changed to Data.Code:-f2"..applFolder.."\\AutoPlay\\LogFile\\"..LAN_info.Host.."\\ServicePack.log", "", SW_SHOWNORMAL, true);
few lines above i have a
Silent install itself is working. So i think the second AutoPlay Folder was changed.Code:Folder.Create(""..applFolder.."\\AutoPlay\\LogFile\\"..LAN_info.Host.."");
Regards
Worti

Reply With Quote