Jump to content

ankap

Member
  • Posts

    96
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Russian Federation

Everything posted by ankap

  1. Anyone tested version 3.0 ? No matter what you select from programs it installs all.
  2. How can I add application that will not be displayed in UI ?
  3. ok I have found this u[0] = pth.toLowerCase(); and what is the need for change to lowercase? does it cause errors with WPI itself?
  4. In version 2.8 there is no problem with uppercase. But it asks to press ok. What portion of code is for uppercase?
  5. @BritishBulldog So what can be the problem? what version r u using? can u give me the complete config code?
  6. prog[pn]=['Total Commander'] desc[pn]=['Most handy File Manager. <i>Recommended</i>'] cmd1[pn]=['%cdrom%\\Install\\defaults\\TotalCommander\\TotalCommander.exe /S /v"/qn ALLUSERS=2"'] dflt[pn]=['yes'] cat[pn]=['Utilities'] pn++ prog[pn]=['PowerArchiver 2004'] desc[pn]=['Archive utility that provides support for most compressed and encoded files. <i>Recommended</i>'] cmd1[pn]=['%cdrom%\\Install\\defaults\\PowerArchiver\\PowerArchiver.exe /S /v"/qn ALLUSERS=2"'] dflt[pn]=['yes'] cat[pn]=['Utilities'] pn++
  7. Hi The commands imported into registry in lowercase for MSI parameters it is required uppercase. how can I fix it?
  8. ankap

    RunAs with UI

    I have removed blank password and enhanced code. Will be glad for any feedback RunAsUI.zip
  9. no it is for windows only it is used for changing CD after windows install finishs. you can use it either in batch file or in runonceex.cmd.
  10. Look at my first post. I have talked about the same u saying and in addition I can tell how to add registry info for default user after windows setup.
  11. It doesn't matter for legal or illegal use. I mean that without the second key in HKEY_USERS it will work but only for the current user. The key [HKEY_USERS\S-1-5-21-299502267-179605362-725345543-1003\Software\EasyBoot Systems\UltraISO\5.0] is useless, as it is only in your computer in others it has no effect. So if your version works well (with which I agree) it is for the registry entry in HKEY_CURRENT_USER\Software\EasyBoot Systems\UltraISO\5.0] I have tested on 3 PCs and it works normally. But when you log in with new user you must import that registry again for that user.
  12. Look at this It is true that the serial is encrypted, but NOT machine dependent. And the important part of the regfile is the [HKEY_USERS\S-1-5-21-299502267-179605362-725345543-1003\Software\EasyBoot Systems\UltraISO\5.0]. Without this, your version will not be registered. HKEY_USERS\S-1-5-21-299502267-179605362-725345543-1003 do you have such key in your registry??? it is different on every PC.
  13. He is wrong about using SID, because it is different on all machines. And my post is specially for making it registered for all users, in order not to enter registration info for every new user.
  14. The Serial is encrypted but it is the same on all computers so you can just export registry entries from installed one. But it is for only current user. If you want to make registration for all new users. You must do registry import during install in cmdlines.txt or import registry for default user. If you want to know how to import registry for default user after install ask me and I will explain.
  15. so you must write ECHO Please wait... start /wait %systemdrive%\install\install.exe "Applications_CD" \office_2003\setup_office2003.cmd %SystemDrive%\install\cleanup.cmd
  16. Look its smth wrong with your setup_office2003.cmd file. Is it in the root of your CD ? Cause it can't find that file. The program tries to run file G:\setup_office2003.cmd (g: is your CD-ROM letter) so it must be in the root of your CD.
  17. Look i have had many other entries in winnt.sif including those you mentioned but I removed them to see the difference and its the same.
  18. [Data] AutoPartition=0 MsDosInitiated="0" UnattendedInstall="Yes" [Unattended] UnattendMode=FullUnattended OemSkipEula=Yes OemPreinstall=Yes TargetPath=\WINDOWS UnattendSwitch=Yes Repartition=No FileSystem=* WaitForReboot="No" DriverSigningPolicy=Warn AutoActivate=No Hibernation=No [GuiUnattended] AdminPassword=* EncryptedAdminPassword=NO OEMSkipRegional=1 TimeZone=170 OemSkipWelcome=1 [UserData] ProductKey=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX FullName="Windows XP" OrgName="Microsoft" ComputerName=PC
  19. When installing manually without winnt.sif file everything is ok
  20. irbus.sys is in system32\drivers I have not used any program i only write winnt.sif file with minimal answers.
  21. I know what files are those. The others are for Infrared Devices. The problem is that doing unattended setup don't copies some files that causes problems with some programs. In my case for example Infrared Devices.
  22. Have you find it useful and any sugestions ?
×
×
  • Create New...