Everything posted by ankap
-
WPI_2.7_Final by the Brain & Gresh
ok we'll wait
-
WPI_2.7_Final by the Brain & Gresh
Anyone tested version 3.0 ? No matter what you select from programs it installs all.
-
WPI_2.7_Final by the Brain & Gresh
How can I add application that will not be displayed in UI ?
-
WPI_2.7_Final by the Brain & Gresh
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?
-
WPI_2.7_Final by the Brain & Gresh
In version 2.8 there is no problem with uppercase. But it asks to press ok. What portion of code is for uppercase?
-
WPI_2.7_Final by the Brain & Gresh
@BritishBulldog So what can be the problem? what version r u using? can u give me the complete config code?
-
WPI_2.7_Final by the Brain & Gresh
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++
-
WPI_2.7_Final by the Brain & Gresh
latest 2.9.9
-
WPI_2.7_Final by the Brain & Gresh
Hi The commands imported into registry in lowercase for MSI parameters it is required uppercase. how can I fix it?
-
RunAs with UI
I have removed blank password and enhanced code. Will be glad for any feedback RunAsUI.zip
-
Utility for changing CD-s
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.
-
UltraISO 7.2.5.923 Media Edition
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.
-
UltraISO 7.2.5.923 Media Edition
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.
-
UltraISO 7.2.5.923 Media Edition
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.
-
UltraISO 7.2.5.923 Media Edition
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.
-
UltraISO 7.2.5.923 Media Edition
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.
-
Utility for changing CD-s
so you must write ECHO Please wait... start /wait %systemdrive%\install\install.exe "Applications_CD" \office_2003\setup_office2003.cmd %SystemDrive%\install\cleanup.cmd
-
Utility for changing CD-s
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.
-
Missing files after Unattended Setup
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.
-
Missing files after Unattended Setup
Sorry I paste it in a hurry
-
Missing files after Unattended Setup
[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
-
Missing files after Unattended Setup
When installing manually without winnt.sif file everything is ok
-
Missing files after Unattended Setup
irbus.sys is in system32\drivers I have not used any program i only write winnt.sif file with minimal answers.
-
Missing files after Unattended Setup
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.
-
Utility for changing CD-s
Have you find it useful and any sugestions ?