Jump to content

colornokia

Member
  • Posts

    40
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Bulgaria

Everything posted by colornokia

  1. It's just exiting... very strange indeed Just tried mritter's config (there are 2 forced installations there) and when i select none and press install there is no installation windows. Now i don't know what to think...
  2. However I can't make it working. I just added my config to a non touched wpi 5.2 and i get the result on the screenshot below Is this my fault or something else?
  3. Hmmm,I think that i made this long time ago. The syntax is forc[pn]=['yes'], is it OK? I just cut off my config so i left only the 2 items which I need to be selected always and a dummy one (MS office). Here it is the config. config.js
  4. I always need to have two items selected for installation, so is it possible that they can stay always selected even when i change the default installation selection to none. Regards
  5. I think that i get it. Check ocmanage.dll. String 1 STRINGTABLE { 1, "Initializing..." 2, "Building file list..." 3, "Preparing for installation..." 4, "Performing configuration..." 5, "Preparing to install files..." 6, "Copying files... " 7, "Renaming files... " 8, "Deleting files... " 9, "Completing installation..." 10, "%u%s%1u MB" 11, "Installing %s..." 12, "Uninstalling %s..." 14, "Setup" 15, "Upgrading %s..." }
  6. I'm using it (standart installation, no nlite) on windows xp with bulgarian mui and there are no problems. Howerver i've installed first the mui pack and after that xpize.
  7. It works. The only problem is that VMWare is getting very slow when you start the virtual, but this is only for about a minute and only if you reboot Vista.
  8. control panel->administrative tools->services Set Hid input service to auto and start it
  9. Is theme Service running?
  10. Yes. MMC 3 is integrated in windows 2003 r2. I had the same problem when i installed mmc 3 ot windows xp sp2. So there is realy someting messed up
  11. start->settings->contorl panel->system->system restore select the drive for which you want to disable system restore from the list and select settings. Chose disable system restore for this device. Repeat this step for every drive you want to disable system restore for.
  12. So the programs will install to program files Thanks
  13. Hello guys. I found your site few days ago. I'm interested to make Unattended XP CD. I have a few questions. 1) I want to use the RunOnceEx window. So I understand a big part of the things but i'm not sure that i'm on the rght way For example i want to install WinRar. I want to install it in program files. So RunOnceEx.cmd file should look lite this one? cmdow @ /HID @echo off SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Installing Applications" /f REG ADD %KEY%\001 /VE /D "Preparing Installation..." /f REG ADD %KEY%\001 /V 1 /D "%systemdrive%\Program Files\prepare.cmd" /f REG ADD %KEY%\005 /VE /D "WinRar 3.3" /f REG ADD %KEY%\005 /V 1 /D "%systemdrive%\Program Files\WinRar\wrar330.exe /s EXIT I should put the installation exe in C:\XPCD\$OEM$\$1\Program Files\WinRar\ right? 2) How to add a key to registry. I know that with start.cmd should look like this one REGEDIT /S %systemdrive%\install\Applications\flashget\register.reg and in RunOnceEx.cmd should be like that one? REG ADD %KEY%\015 /V 2 /D "REGEDIT /S %systemdrive%\install\Applications\flashget\register.reg" /f 3) So my computer is with xp Bulgarian edition with i386 directory on hard disk (no Xp bulgarian edition cd ). So is possible to copy over the original i386 directory (in my xp english disk) the i386 dir from my hard disk and have normal working xp bulgarian cd. Is there a problem if i use the other files from the original xp cd
×
×
  • Create New...