olegpov

.script developer

***

Joined: 20-May 08
Profile Views: 333*
Last Seen: Today, 12:20 PM
Local Time: Sep 7 2010, 04:25 PM 285 posts (0.34 per day)
Viewing Topic: DiskCryptor

olegpov doesn't have a personal statement currently.

Profile
Personal Photo
Personal Info
Contact Information

 

olegpov
Frequent Member
33 years old
Male
Orel
Born Dec-30-1976
AIM No Information
Yahoo No Information
ICQ 331519497
MSN No Information
Contact Private

Topics
Posts
About Me
Files E2T
Comments
Friends
My Content
6 Mar 2010
RegMulti,HKLM,Section,Key,DELETE,SubVal Not correctly deletes value if it one.

How to reproduce:
1.Write down in registry of PE system such value:
Attached File  2010_03_06_15_52_17.jpg ( 32.91K ) Number of downloads: 4

2. Try to execute this code:
CODE
[main]
Title=CodeBox test
Description=Running custom commands

[variables]

[process]

Hive_Load,System
If,EXISTREGMULTI,HKLM,%reg%\ControlSet001\Control\Class\{4D36E967-E325-11CE-BFC1-08002BE10318},UpperFilters,partmgr,begin
RegMulti,HKLM,%reg%\ControlSet001\Control\Class\{4D36E967-E325-11CE-BFC1-08002BE10318},UpperFilters,DELETE,partmgr
end
If,EXISTREGMULTI,HKLM,%reg%\ControlSet001\Control\Class\{4D36E967-E325-11CE-BFC1-08002BE10318},UpperFilters,partmgr,begin
RegMulti,HKLM,%reg%\ControlSet001\Control\Class\{4D36E967-E325-11CE-BFC1-08002BE10318},UpperFilters,DELETE,partmgr
end
Hive_Unload

And you receive such result:
Attached File  2010_03_06_15_48_35.jpg ( 19.13K ) Number of downloads: 8
3 Mar 2010
@psc, @Nuno Brito

CODE
Set,%UpperFilters%,PartMgr
RegHiveLoad,WB-setup,%target_sys%\setupreg.hiv
System,ERROROFF
RegRead,HKLM,WB-Setup\ControlSet001\Control\Class\{71A27CDD-812A-11D0-BEC7-08002BE2092F},UpperFilters,%UpperFilters%
RegHiveUnLoad,WB-setup


Please the answer that should be in value of variable ,%UpperFilters% if subkey UpperFilters is absent or is equal " "
I think logically that should be equal " " or I am not right?
In WB80.0.3.0 it is equal PartMgr - It is correct or not?
28 Aug 2009
This script is compatible with LiveXP, VistaPE and Win7 projects

Compatibility with LiveXP is checked up by me
Compatibility with VistaPE and Win7 has checked up by homes32 1st.gif
DiskCryptor.script
Put the script to ".\Projects\LiveXP\Apps\Security\" folder
6 Jun 2009
After reading How to place your own Boot screen in XP setup CD
I represent a script in which there are 3 methods How to place your own Boot screen.
The script has been developed with the assistance of many developers of Winbuilder community.



The short description of methods:
  1. Use modifying Source Kernel Files - Changes Boot screen directly in kernel files
  2. Use BootSkinXP Kernel Driver - Use BootBusExtenders driver which is applied in the BootSkin program
  3. Use Sherpya Boot Screen Changer - Use bootvid.dll from Sherpya Bart's PE Plugin.

In this version CustomDir should contain 3 files:
  • BootScreenFile
  • ProgressBarFile
  • settings.ini

Format and options settings.ini:
[Settings]
BootScreenFile= Path to Bitmap file (640x480 16-color) with Boot Screen
ProgressBarFile= Path to Bitmap file (22x9 16-color) with ProgressBar Screen
ProgressBar= "on" or "off" set enable or disable ProgressBar (default = on)
ProgressBarX= ProgressBar Screen X position (default = 259; range 8...(639-ProgressBarWidth) )
ProgressBarY= ProgressBar Screen Y position (default = 354; range 0...479)
ProgressBarWidth= ProgressBar line Width (default = 120; range 0...623)

ProgressBarX=,
ProgressBarWidth= - These options are used only in Use BootSkinXP Kernel Driver method.
ProgressBarY= - This option are used only in : Use modifying Source Kernel Files and Use BootSkinXP Kernel Driver methods.

Since version 15 BSPreviewer.exe utility is included in a script for viewing Boot Screen and edit settings.ini parameters


Restrictions of methods:
  • Use modifying Source Kernel Files - ProgressBar Position can be changed only on axis Y.
  • Use BootSkinXP Kernel Driver - There are no restrictions but there are bugs, look in this topic.
    Works only with WindowsXP (32bit) source
  • Use Sherpya Boot Screen Changer - It is displayed only BootScreen without ProgressBar.
    Works only with WindowsXP (32bit) source

Last stable version:YY-BootScreen.script is available in project
exclamation.gif Only for LiveXP Maintainers and Advanced users. Development versions:
  1. New version without Resource Hacker usage: YY-BootScreen.script - The latest and recommended by the author
  2. Old version with Resource Hacker usage:YY-BootScreen.script

Put the script to ".\Projects\LiveXP\Finish\1 Optimizations\" folder

Lancelot Adding:
Here is a wonderful bootscreen pack with 58 bootscreens smile.gif,
YY-BootScreen_Pack_Lancelot.script
YY-BootScreen_Pack_Lancelot_Bin.script
How to use:
1) put YY-BootScreen_Pack_Lancelot.script & YY-BootScreen_Pack_Lancelot_Bin.script to \Projects\LiveXP\Finish\1 Optimizations\ folder
2) click "Install" on the script gui. (Install button here)
3) now you can select the Bootscreen you want from olegpov's script thumbup.gif (Check here)
On olegpov's BootScreen script interface, use "Select BootScreen" scrollbox (if nothing new, click "Refresh list" button)
Also there is awesome "Preview" button on olegpov's script which not only previews but also make adjustments smile.gif. (Check here)
Thumbnails:
Here are thumbnails of 5 of the bootscreens in the package, say yummy to the 16 color (4bit) pictures cool.gif
30 Apr 2009
Simple example From DPs-MassStorageDrivers_MSST script:
CODE
[variables]
%pScrollBox2_default%=,1,4,135,100,280,21,


[Process-Bin-List-Update]
................................
................................
................................
IniWrite,%ScriptFile%,"Interface","pScrollBox2","%DefaultBin%%pScrollBox2_default%%BinList%"
//System,REFRESHINTERFACE
System,ReScanScripts


When I use System,REFRESHINTERFACE function, there is no visible result.
It is necessary to use function System,ReScanScripts


Extras
Options
Options
Interests
BSD systems
Other Information
Country:: Russia
Last Visitors


Yesterday, 10:43 AM


30 Jul 2010 - 6:07
fms


19 Jul 2010 - 8:43


25 Jun 2010 - 19:24


8 May 2010 - 11:21
Comments
Nuno Brito
Welcome to the .script developer group!
Lancelot wrote many good things about your work and I trust his opinion.
Good luck with your future projects!
:)
25 Aug 2009 - 22:04
Friends

937 posts
Today, 03:23 AM
psc

9755 posts
Today, 11:47 AM

14 posts
27th September 2009 - 10:25 PM
View All Friends
* Profile views updated each hour