Jump to content

*Reaper*

Members
  • Posts

    877
  • Joined

  • Last visited

  • Days Won

    49

Posts posted by *Reaper*

  1. when i used this, i went into the hash tab and there was no "hashs" selected to display. So I had to right-click, goto settings, and check which ones to display. Anyway to have them displayed by default?

    In my personal addon, i have a HashTab.AddReg section in the inf... (Learned it from Xable) :)

    [HashTab.AddReg]

    HKCU,"Software\HashTab\Algorithms\MD5","Enabled",0x10001,1

    HKCU,"Software\HashTab\Algorithms\SHA-1","Enabled",0x10001,1

    HKCU,"Software\HashTab\Algorithms\CRC32","Enabled",0x10001,1

    These are the 3 I choose to have shown by default...... You can have just one or ALL...

    Its up to you.....

  2. AAAHHHHHHHHHH!!!!!!

    I put the CPL @ the end of it for a note...... to myself (I was working with 2 different infs...)

    And I forgot to take it off...... !#@$

    [Version]
    Signature=$Windows NT$

    [Optional Components]
    Wipcm

    [DefaultInstall]
    CopyFiles =Main_App,SYS.main,Copy.INF
    AddReg =Uninstall.AddReg,CPL.AddReg

    [Wipcm]
    OptionDesc ="Windows IP Configuration Manager CPL AddOn"
    Tip ="Uninstallable CPL AddOn"
    Modes =0,1,2,3
    CopyFiles =Main_App,SYS.main
    AddReg =Uninstall.AddReg,CPL.AddReg

    The delshortcuts are leftover from the inf I made for a regular addon and not a CPL addon....

    Another thing I forgot to remove!!!!!!!!

    Thanks Rick....

  3. OK...... I spoke a little too soon.....

    My CPL addon works great "right-clicking" the .inf to install...... But does not

    install during windows setup.....

    I've searched through the logs and so far the only errors I can find are in the

    setupapi.log file....

    #E077 Could not locate a non-empty section [wipcm] when calculating disk space in "C:\WINDOWS\INF\wipcm.inf". Error 0xe0000102:

    The required line was not found in the INF.

    So where did I screw up?

    Here is the .inf......

    ; **************************************
    ; * Windows IP Configuration *
    ; * Manager 2.7.2.80 CPL AddOn *
    ; * By: Reaper (a.k.a. Makave2345) *
    ; **************************************

    [Version]
    Signature=$Windows NT$

    [Optional Components]
    Wipcm

    [DefaultInstall]
    CopyFiles =Main_App,SYS.main,Copy.INF
    AddReg =Uninstall.AddReg,CPL.AddReg

    [Wipcm CPL]
    OptionDesc ="Windows IP Configuration Manager CPL AddOn"
    Tip ="Uninstallable CPL AddOn"
    Modes =0,1,2,3
    CopyFiles =Main_App,SYS.main
    AddReg =Uninstall.AddReg,CPL.AddReg

    [SourceDisksNames.x86]
    1="%Wipcm% Files","Wipcm.cab",,"i386"

    [DestinationDirs]
    Main_App =16422,%PROG_NAME%
    SYS.main =16421
    PNF.File =17
    Copy.INF =17

    [SourceDisksFiles]
    winipcfg.cnt=1
    winipcfg.exe=1
    winipcfg.hlp=1
    winipcfg.GID=1
    borlndmm.dll=1
    cc3250mt.dll=1

    [Main_App]
    winipcfg.cnt
    winipcfg.exe
    winipcfg.hlp
    winipcfg.GID

    [SYS.main]
    borlndmm.dll
    cc3250mt.dll

    [Copy.INF]
    Wipcm.inf

    [Uninstall.AddReg]
    HKLM,"SOFTWARE\%UNISTALL%\%CLSID1%_is1","DisplayName",0,"%PROG_NAME% %VERS%"
    HKLM,"SOFTWARE\%UNISTALL%\%CLSID1%_is1","DisplayIcon",0,"%16422%\%Wipcm%\winipcfg.exe"
    HKLM,"SOFTWARE\%UNISTALL%\%CLSID1%_is1","UninstallString",,"rundll32.exe advpack.dll,LaunchINFSection Wipcm.inf,UnInstall"
    HKLM,"SOFTWARE\%UNISTALL%\%CLSID1%_is1","URLInfoAbout",0,"http://www.pkostov.com/wipcfg.html"
    HKLM,"SOFTWARE\%UNISTALL%\%CLSID1%_is1","DisplayVersion",0,"%VERS%"
    HKLM,"SOFTWARE\%UNISTALL%\%CLSID1%_is1","Publisher",0,"Peter Kostov"
    HKLM,"SOFTWARE\%UNISTALL%\%CLSID1%_is1","NoModify",0x00010001,01,00,00,00
    HKLM,"SOFTWARE\%UNISTALL%\%CLSID1%_is1","NoRepair",0x00010001,01,00,00,00

    [CPL.AddReg]
    HKCR,"CLSID\%CLSID1%",,,"%PROG_NAME%"
    HKCR,"CLSID\%CLSID1%","InfoTip",,"IP Configuration Tool"
    HKCR,"CLSID\%CLSID1%","{305CA226-D286-468e-B848-2B2E8E697B74} 2",0x10001,05,00,00,00
    HKCR,"CLSID\%CLSID1%\DefaultIcon",,,"%16422%\%PROG_NAME%\winipcfg.exe"
    HKCR,"CLSID\%CLSID1%\Shell\Open\command",,,"%16422%\%PROG_NAME%\winipcfg.exe"
    HKCR,"CLSID\%CLSID1%\ShellFolder","Attributes",0x10001,00,00,00,00
    HKLM,"%NAME_SPC%\%CLSID1%",,,"%PROG_NAME%"

    [UnInstall]
    BeginPrompt =BeginUnInsPrompt
    EndPrompt =EndUnInsPrompt
    DelFiles =Main_App,SYS.main,PNF.File
    DelDirs =Wipcm.Dirs
    DelReg =Obsolete.DelReg
    ProfileItems =Installer.DelShortcut,UnInstall.DelShortcut,Desktop.DelShortcuts,QickL.DelShort
    cut
    UpdateInis =sysoc.Edit
    RunPreSetupCommands=Close.Wipcm:1
    Cleanup =1

    [BeginUnInsPrompt]
    Title =%PROG_NAME% Uninstall
    Prompt =Are you sure you want to completely remove %PROG_NAME% and all of its components?
    ButtonType=YESNO

    [EndUnInsPrompt]
    Prompt=%PROG_NAME% was successfully removed from your computer.

    [Installer.DelShortcut]
    Name =%PROG_NAME%,0x00000002
    SubDir=%PROG_NAME%

    [UnInstall.DelShortcut]
    Name =Uninstall It,0x00000002
    SubDir=%PROG_NAME%

    [Desktop.DelShortcuts]
    Name=%PROG_NAME%,0x0000000A,16

    [QickL.DelShortcut]
    Name =%PROG_NAME%,0x0000000A,26
    SubDir=%QUICK%

    [Close.Wipcm]
    TSKILL winipcfg

    [PNF.File]
    Wipcm.PNF

    [sysoc.Edit]
    %17%\sysoc.inf,Components,Wipcm=*

    [Obsolete.DelReg]
    HKLM,"SOFTWARE\%UNISTALL%\%CLSID1%_is1"
    HKCR,"CLSID\%CLSID1%"
    HKLM,"%NAME_SPC%\%CLSID1%"

    [Wipcm.Dirs]
    %16422%/%PROG_NAME%

    [Strings]
    CLSID1 ="{D14ED2E1-C75B-443c-BD7C-333333333301}"
    PROG_NAME="Windows IP Configuration Manager"
    QUICK ="Microsoft\Internet Explorer\Quick Launch"
    UNISTALL="Microsoft\Windows\CurrentVersion\Uninstall"
    NAME_SPC="SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel\NameSpace"
    VERS ="2.7.2.80"

    AHHHHHH..... I need a BEER!!!! :help:

  4. wipcfg.jpg

    Windows IP Configuration Manager 2.7.2.80 CPL Addon

    About Win IP Config

    Win IP Configuration Manager is a replacement for the annoying command line tools "ipconfig.exe" and "route.exe". This version also includes the "netstat.exe" tool.

    Win IP Configuration Manager shows you the IP settings of the installed network interfaces. IP addresses obtained by DHCP can be renewed by Win IP Config.

    Routes can easily be added, removed, changed or made persistent by this tool.

    Network interfaces can administratively be enabled or disabled, repectively. Throughput statistics can be watched for each of the network interfaces in a separate window. The program has full capabilities with Windows 2000, Windows XP and Windows Vista. Some functions are not supported under Windows 98. Windows ME should behave like Windows 98, but this has not been tested.

    News in Version 2.7.1 / 2.7.2 (bugfix for Windows Vista)

    Made DHCP Renew accessible from main menu / button bar.

    Minor usability enhancements.

    This software does not run with NT4 and Windows 95.

    Changelog:

    1-12-08

    - Fixed some more errors in the inf

    - Fixed some errors in the inf

    1-10-08

    - Initial Release

    Information: Info

    Version: 2.7.2.80

    Credit: Reaper (aka Makave2345 or Me)

    Uninstallable?: Yes

    Size: 764 kb

    94208121_o.png

    MD5: 65844F2BEC85E10B3E1E6AAC390F08DB

    SHA1: 240A891CDEA9167DB250BEF8E1C97302E681CFB9

    CRC-32: 5D3B73A6

    Enjoy!

  5. :sweatingbullets: I actually chack each dll to see if it is register-able and if it is I go ahead and register it.

    Remember Kel.... Im a little slow :doh:

    So how do you go about checking to see if its register-able?

    Thanks again for taking time out to help. I really appreciate it....

  6. Ok.... Thanks for everything Kel & Rick.........

    Got my CPL Addon working great.....

    One other thing that I've been wondering about.....

    I've noticed some addons have .dll files that the addon maker uses the RegisterDLLs

    key...... It may be just one of the .dll files that the app requires or more than one.....

    Then again, the source files may have many .dll files and none of them have been used

    with the RegisterDLLs command....

    The question is, how do you determine if you need to use the command or not, and

    also how to determine WHICH .dll file to use it on?

  7. Ok... These 2 examples were taken from one of Ricks addons.....

    [nLite.CPL]
    HKCR,"CLSID\%CLSID1%",,0x0,"nLite"
    HKCR,"CLSID\%CLSID1%","InfoTip",0x0,"Windows Deployment Tool."
    HKCR,"CLSID\%CLSID1%","{305CA226-D286-468e-B848-2B2E8E697B74} 2",0x10001,05,00,00,00
    HKCR,"CLSID\%CLSID1%\DefaultIcon",,0x0,"%16422%\nLite\nLite.exe"
    HKCR,"CLSID\%CLSID1%\Shell\Open\command",,0x0,"%16422%\nLite\nLite.exe"
    HKCR,"CLSID\%CLSID1%\ShellFolder","Attributes",0x10001,00,00,00,00
    HKLM,"%NAME_SPAC%\%CLSID1%",,0x0,"nLite"

    [Strings]
    CLSID1 ="{D14ED2E1-C75B-443c-BD7C-222222222231}"

    &

    [CPL.AddReg]

    HKCR,"CLSID\%CLSIDx%",,,"%WMP11S%"

    HKCR,"CLSID\%CLSIDx%","InfoTip",,"Slipstream Windows Media Player 11 into your Windows

  8. Arfaoui FirAs.......

    I have updated your post to show that this is indeed a French version.

    I have also updated your post with a addon that should be able to be integrated with NLite & RyanVM Integrator....

    Please upload it to your own share site and edit your post, so I can delete it from my hositng site....

    Also NOTE: I did not change anything from your original file... All I did was use your original

    .exe (inside a SVCPACK folder) added a ENTRIES_Kaspersky.ini (with the correct info as seen below)

    and compressed it using 7-Zip then uploaded it to my hosing site......

    [general]
    builddate=1/01/2008
    description=Arfaoui FirAs Kaspersky Anti-Virus 7.0 Addon
    title=Arfaoui FirAs Kaspersky Anti-Virus 7.0 Addon
    version=v7.0
    website=http://www.kaspersky.com/fr/

    [EditFile]
    I386\SVCPACK.INF,SetupHotfixesToRun,AddProgram

    [AddProgram]
    kav7.exe

  9. Bowling Evolution 1.07

    Bowling.jpg

    Information: Info

    Version: 1.07

    Addon Release Date: December 30, 2007

    Credit: *Reaper*

    System Requirements

    Windows 2000/XP/Vista

    DirectX 9

    Hardware accelerated video-card

    1 GHz prosessor

    Mouse

    Approximately 13 Mb free disk space

    Size: 5.13 mb

    DLButton.png

    MD5: CE44EA9F42006436DE1DFE3433AF6B52

    Enjoy!

  10. Ok..... I'm going to be creating ALOT of my fav theme addons.....

    They will all be uninstallable....(individually that its)

    Now.... I don't wan't 50 or more entries in the add/remove programs list in the control panel....

    (unless I actually want to see them)

    What I'm after is what MrDMX did in his ported vista games addon......

    The only way they showed up was if "show updates" was checked, and then it had a header that said

    something like "Vista Games" and then under that "folder" (for lack of a better name) had the individual games.....

    I would like to do basically the same thing.....

    Something like:

    Reapers Themes:

    yada

    yada

    yada

    etc......

    I have looked through the inf of MrDMX's addon and nothing really jumped out at me.....

    I would like to know how this is done......

    Again.... I know I have been driving everyone crazy with all my questions, but I REALLY DO APPRECIATE

    everyone taking the time to try and help me out......

    Thanks again everyone......

  11. HJSplit v2.3.0.0

    90539357_o.png

    Information: Info

    Notes: HJSplit is a very nice looking freeware file splitter. It splits files of any type and size. This program can even handle files which are larger than 10Gb!.

    Version: 2.3.0.0

    Addon Release Date: December 9, 2007

    Shortcut created in: Start/All Programs/Accessories

    Uninstallable: Yes

    Credit: Reaper (aka Makave2345 or Me)

    Size: 303 kb

    92000138_o.png

    MD5: 5860BEEFF588629252F659CF0CD509FB

    SHA1: 47A183D381B6DB8018C2D4B87B5AF2D1851552CA

    CRC-32: 0E68F1FA

    ENJOY!

  12. Ok.....

    Now.... When using this addon.... Everything works fine... The one thing I do notice is,

    when you go to Add/Remove Programs in Control Panel.... Most every program in there

    has out to the right side the SIZE, USED, & LAST USED ON......

    This one does not..... Is it something I have left out of the .inf or entries file????

    I know I'm being picky, but would like to make sure everything is correct, BEFORE

    I start releasing addons for others to use....

  13. Thanks to everyone for their comments so far....

    Question for N1K.....

    Since the board you mentioned is crossfire ready, any reason you choose

    a geforce sli card instead of a crossfire card?

    Just curious....

    Oh.. By the way... This is what I've come up with so far....

    B52-7874 :: BFG GeForce 8800 GTS OC2 / 640MB GDDR3 / SLI Ready / PCI Express / DL Dual DVI / HDTV / Video Card

    CP1-DUO-Q6600 :: Intel Core 2 Quad Q6600 Processor BX80562Q6600 - 2.40GHz, 8MB Cache, 1066MHz FSB, Kentsfield, Quad-Core, Retail, Socket 775, Processor with Fan

    A455-2368 :: Asus P5E Motherboard - Intel X38, Socket 775, ATX, Audio, PCI Express 2.0, Gigabit LAN, S/PDIF, USB 2.0, Firewire, Serial ATA, RAID

    C13-6074 :: Corsair XMS2 DHX 4096MB Dual Channel PC6400 DDR2 800MHz Memory ( 4 x 1024MB)

    Any comments on what I have so far would be appreciated....

    Now for the PSU.... What would you rec. as a min. watt???

  14. Ok everyone.....

    I'm about to start the process of buildning a new puter......

    Will be building from the ground up.... My old puter will be going

    to work with me... So I will need to get EVERYTHING......

    Would like suggestions on what you think I should include

    and where to get the items......

    I am planning on spending $1500.00 - $2000.00......

    Would prefer to purchase everything from the same place (online)....

    But thats not required......

    So everybody start positing.....

    x64 bit or not, crossfire or not, intel or amd, etc...........

    All components need to be addressed......

    Thanks for everyone taking the time to help me out.....

  15. Thanks Kel & Rick..... I appreciate your help.....

    One other question.......

    About 8.3 filenames in addons......

    Do any files "inside" the .inf file or the .cab have to conform to the 8.3 standard, or do

    just the .inf and .cab theirself have to?

×
×
  • Create New...