Jump to content

Gerrit.B

Member
  • Posts

    33
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    China

Everything posted by Gerrit.B

  1. Used this for version 4.5 Copy file pconfig.dcf from working PC, and put this in the dir of your application, this one includes registration. ECHO. ECHO Installing RecordNow Max 4.5 ECHO Please wait... start /wait %systemdrive%\Install\Applications\RecordNow_Max_4.5\MyCDPro.msi /qb REBOOT=Suppress ECHO. ECHO Installing RecordNow Max 4.5 Finished Try of this works for version 4.61.
  2. I solved my problem with MSI usb Bleutooth as described below: Add to winnt.sif [unattended] UnattendMode=FullUnattended OemSkipEula=Yes OemPreinstall=Yes TargetPath=\WINDOWS Repartition=No FileSystem=* UnattendSwitch="yes" WaitForReboot="No" OemPnPDriversPath="Drivers\000;Drivers\001;Drivers\002;Drivers\003;Drivers\004;Drivers\005;Drivers\006;Drivers\007;Drivers\008;Drivers\009;Drivers\010;Drivers\011;Drivers\011;Drivers\011;Drivers\011;Drivers\011;Drivers\011;Drivers\011;Drivers\011;Drivers\011;Drivers\011;Drivers\011;Drivers\011;Drivers\012;Drivers\013;Drivers\014;Drivers\015;Drivers\016;Drivers\017;Drivers\018;Drivers\019;Drivers\020;Drivers\021;Drivers\022;Drivers\023;Drivers\024;Drivers\025;Drivers\026;Drivers\027;Drivers\028;Drivers\029;Drivers\030;Drivers\031;Drivers\032;Drivers\033;Drivers\034;Drivers\035;Drivers\036;Drivers\037;Drivers\038;Drivers\039;Drivers\040;Drivers\041;Drivers\042;Drivers\043;Drivers\044;Drivers\045;Drivers\046;Drivers\047;Drivers\048;Drivers\049;Drivers\050;Drivers" DriverSigningPolicy=Ignore Added to $OEM$\$1\Drivers all dirs named 001 to 050 After that add drivers to dirs (must contain *.inf files in the root of each dir. Added also a txt file as index. See also attached selfextracting file. New_Empty_DRIVERS_Folders.exe
  3. HowTo: Download a trail version of OutSource-XP 2.0. Create a backup of your e-mail accounts (Outlook XP/2003) and this software will create a file "accsett.reg" add this to your unattended CD.
  4. HowTo: Download a trail version of OutSource-XP 2.0. Create a backup of your e-mail accounts (Outlook XP/2003) and this software will create a file "accsett.reg" add this to your unattended CD.
  5. Please Help ! Anyboby in succeeding to create a silent install for a SpeedTouch 330 USB ADSL modem. I already configured dun.ini with my details to get on the internet without entering my details.
  6. I was trying to put this part into my start.cmd. ECHO. ECHO Installing Symantec AntiVirus Corporate v9 0 ECHO Please wait... start /wait %systemdrive%"\install\Applications\Symantec AntiVirus Corporate v9 0\Symantec AntiVirus.msi" /qn ECHO. ECHO Installing Symantec AntiVirus Corporate v9 0 Finished ECHO. ECHO Deleting Temp Installation Files... RD /S /Q %systemdrive%\install ECHO. ECHO Temp Installation Files Deleted ECHO. ECHO Deleting Driver Installation Files... RD /S /Q %systemdrive%\Drivers ECHO. ECHO Temp Driver Files Deleted ECHO. del "C:\Documents and Settings\All Users\Desktop\*.lnk" del "C:\Documents and Settings\Administrator\Desktop\*.lnk" del "C:\Documents and Settings\Administrator\Start Menu\Programs\*.lnk" del "C:\Documents and Settings\All Users\Start Menu\*.lnk" del "C:\Documents and Settings\All Users\Start Menu\Programs\*.lnk" ECHO. ECHO Installing ActiveSync 3.7.1 ECHO Please wait.. start /wait %systemdrive%"\install\Applications\ActiveSync 3.7.1\is_setup.exe" /? ECHO. ECHO Installing ActiveSync 3.7.1 Finished The "del: part is not yet tested on DVD but will be soon, it is only tested as a seperate cmd file I put the "del" part before some other appz because some shortcuts i want to keep. Hope this works...
×
×
  • Create New...