Jump to content

GTR

Member
  • Posts

    3
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Germany

Everything posted by GTR

  1. thanks for your help. i really enjoy the comunity here. i solved the problem now myself. how should roexadd work: it will take the path where roexadd is located (i386/svcpack/roexadd) and will add all necessary information to runonceex in the registry so runonceex.cmd is no longer needed. (ROExAdd.exe "%NAME%" "%SETUPFILE%" "%PARAMETER%" "%TITEL%") but it seems the program was bugged. i got a new version an everything is fine (replaced roexadd.exe on the stick). the new roexadd.exe is attached with sourcecode.... greetings ROExAdd_28.06.2009.zip
  2. roexadd will create runonceex entries in the registry the path is \I386\SVCPACK\cdbxpsetup4.2.4.1430.exe the path in the svcpack.inf is correct. roexadd will run without a problem. e.g. ROExAdd.exe "DivX" "DivX7.sfx.exe" "" "Installiere_Programme" results in something like this: [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx] "TITLE"="Installiere Programme" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\001] @="DivX" "1"="\\DivX7.sfx.exe " so there is no path given for setup files and it seems runonceex try to find it on sourcedrive:\i386\svcpack\ as default all of the new addons from german nlite are create with runonceex entries (roexadd) http://www.german-winlite.de/wbb/index.php...p;threadID=1674
  3. Hi, had a few problems with setup from usb key (t-13) but could fix it. but one big problem still remains. all addons (7-zip, cd-burnerxp) created with roexadd and run AFTER t-13 (before first logon) can't be installed. i get the screen "installing components" with the list of the addons but i get the error for each program -> xxx.setup.exe not found. all addons in t-13 are succesfully installed. so i tried to copy i386 a second time directly to the usb stick (Driver:\i386) and now it works. so the path for svcpack is for t-13 ok but not for runonceex?? hope somebody can help me there svcpack.inf [Version] Signature="$Windows NT$" MajorVersion=5 MinorVersion=1 BuildNumber=2600 [SetupData] CatalogSubDir="\i386\SVCPACK" ...... [SetupHotfixesToRun] aio-runtimes.exe ROExAdd.exe "CD_Burner_XP_Pro" "cdbxpsetup4.2.4.1430.exe" "/VERYSILENT_/NORESTART" "Installiere_Programme" ROExAdd.exe "DivX" "DivX7.sfx.exe" "" "Installiere_Programme" ..... nlite.cmd for /f "tokens=3" %%i IN ('reg query HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup /v "SourcePath" ^| findstr "REG_SZ"') do set SOURCE=%%i EXIT
×
×
  • Create New...