Jump to content

Gorki

Members
  • Posts

    487
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by Gorki

  1. I'm trying to make this addon but in the way It could register the app. But adding registration info over settings.inf does not work? app is instaled,info is digged in registry but when I run application it still requires manual serial/name entering. :huh:

    [Version]

    Signature=$Windows NT$

    [Optional Components]

    MyRegTweaks

    [DefaultInstall]

    OptionDesc ="Registry Entries"

    Tip ="Registry Entries"

    Modes =0,1,2,3

    AddReg =REGEntries.AddReg

    DelReg =REGEntries.DelReg

    [MyRegTweaks]

    OptionDesc ="Registry Entries"

    Tip ="Registry Entries"

    Modes =0,1,2,3

    AddReg =REGEntries.AddReg

    DelReg =REGEntries.DelReg

    [REGEntries.AddReg]

    HKCU,"Software\EasyBoot Systems\UltraISO\5.0","UserName",0,"USERNAME"

    HKCU,"Software\EasyBoot Systems\UltraISO\5.0","Registration",0,"REGISTRATION"

    And here is the entries.ini

    [general]

    builddate=27/05/2007

    title=UltraISO 8.62 PE

    description=UltraISO 8.62 PE

    language=Multi

    version=8.6.2.2011

    website=http://www.ezbsystems.com/ultraiso/

    [sysoc]

    settings=ocgen.dll,OcEntry,settings.inf,,7

    [dosnet_files]

    d1,settings.inf

    [txtsetup_files]

    settings.inf=100,,,,,,,20,0,0

    [i386_compress]

    rvmtemp\extracted\settings.inf

    [EditFile]

    I386\SVCPACK.INF,SetupHotfixesToRun,AddProgram

    [AddProgram]

    uiso8_pe.exe /VERYSILENT /SP

    Any ideas how could I implement registration info to this addon? Thanks! :welcome:

  2. Stress Prime 2004 Orthos v0.41.110.18

    SP2004 uses a redesigned user interface that calls Version 23 Prime95's torture test code. This should provide the same results as Prime95, just displayed in a different manner.

    SP2004 provides:

    * Easily-visible test status. SP2004 displays the current status of the app in a large font on an appropriate background colour. When an error occurs during the test, SP2004 will also:

    o flash the dialog window

    o play a sound named fail.wav or a beep if a WAV file of that name doesn't exist

    o flash the scroll lock key LED

    o change the app icon from a 'dormant volcano on a sunny day' to an 'erupting volcano on an overcast day'

    o SP2004's tray icon displays a tooltip window that shows the current test status

    * Time-related test status. SP2004 displays the test start time and how much time has elapsed.

    * Log window text that can be copied.

    Download:

    MD5: 10E1CA098BCF463A510C611E026FA375

    Size: 443KB

    Changelog:

    23-June-07

    v0.2

    - added Add/Remove entries in Control Panel

    - relocated program shortcut to All Programs/Utilities/...

    9-June-07

    v0.1

    - initial release

    - no add/remove entries

  3. Gmail Notifier

    gmail_logo.png

    The Gmail Notifier is a application that alerts you when you recive a new Gmail message

    The Gmail Notifier is a downloadable Windows application that alerts you when you have new Gmail messages.

    It displays an icon in your system tray to let you know if you have unread Gmail messages, and shows you their subjects, senders and snippets, all without having to open a web browser.

    Once you install the Notifier, you

    Gorki_AddOn_GmailInstaller_0.1.7z

  4. Updated first post!

    Thank U Rick for this hint,it cut addon size by double ;) From 22.4MB to 11.5MB, now that is NICE!!! :clap:

    Well, darn! It looks like there's another good reason for me to rebuild and retest my install disc again. Thanks for sharing your addon!

    I'm glad I can share this with others.

    Congratz Gorki on you first WinCert Addon :thumb_yello:

    Yep...and ONLY on Wincert :thumb_yello:

    I hope you guys find it useful ;)

  5. virtualpc.png

    Microsoft Virtual PC 2007

    Use Microsoft Virtual PC 2007 to run multiple operating systems at the same time on the same physical computer. Switch between virtual machines with the click of a button. Use virtual machines to run legacy applications, provide support, train users, and enhance quality assurance.

    Virtual PC lets you create separate virtual machines on your Windows desktop, each of which virtualizes the hardware of a complete physical computer. Use virtual machines to run operating systems such as MS-DOS, Windows, and OS/2. You can run multiple operating systems at once on a single physical computer and switch between them as easily as switching applications

  6. Save time and money as Virtual PC allows you to maintain the compatibility of legacy and custom applications during migration to new operating systems and increases the efficiency of support, development, and training staffs.

    With Microsoft

  7. UltraISO is an ISO CD/DVD image file creating/editing/converting tool and a bootable CD/DVD maker , it can directly edit the CD/DVD image file and extract files and folders from it, as well as directly make ISO files from your CD/DVD-ROM or hard disk. At the same time, you can maintain the ISO bootable information, thus creating your own bootable CD/DVDs. You now have the power to make and edit your own ISO files, and then burn them to CD/DVD for your own needs.

    UltraISO is in sole possession of the intellectualized ISO document format analyzer, it can process at the present time almost all types of image files, including ISO and BIN, it may even support new image files which are yet to be created. UltraISO can open these image files, directly extract files and folders, edit it and convert other image files to the standard ISO format.

    UltraISO uses the double window unification user contact interface, you have the choice to only use the quick buttons and/or the mouse Drag & Drops, you can handle any CD/DVD image file easily.

    Would it be hard to make this multilanguage program addon, so It's possible to add your name and serial in addon it self and have registered version? Thx :rolleyes:

  8. Hi Ricks, It's me again. Actually I have same problem like Gorki. I cannot use styler. I agree with U, maybe it due to .Net 3 not being Install. I'm using RyanVm .Net AIO pack. It switchless Installer and I run it with RuOnceEx. As you told Gorki the .Net to be installed before Styler addon. How can I run this swithchless installer of RyanVM .Net AIO pack in svcpck?

    And the ather problem is, I also can use your sidebar skin patch. Help me please. Thanks

    I used this method from mr_smartepants

    Created addon and it works fine,or you can do as Rick told you.

    and here is the procedure :

    Here's how I made my own switchless installer addon.

    1. Create a text file in notepad, name it "entries_dotnetaio.ini".

    2. Open the entries ini file in notepad and paste the following.

    Code:

    	[general]
    builddate=15/04/2007
    description=Ryan's DOTNET AIO
    language=English
    version=beta2
    website=http://www.ryanvm.net/forum/

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

    [AddProgram]
    dotnetaio.exe

    3. Save and close the ini file.

    4. Create a folder named "svcpack" and copy the dotnetaio.exe file into it.

    5. Use 7zip to 7z cpmpress both the ini file and the svcpack folder together and name it "ProgramAddons_DOTNETAIO.7z"

    Quick and simple. BTW, this works for almost all switchless installers. Very Happy

    *EDIT*

    If you want this pack to load last at T-13 SVCPACK then:

    1. rename the file Zdotnetaio.exe and change it's line in the entries INI

    2. rename the INI file to "entries_Zdotnetaio.ini".

    3. change the addon name to "ProgramAddons_ZDOTNETAIO.7z"

    Ryan's DOTNET AIO beta2

  9. Nice gadget. But stil doesn't know how to use it. I click my gadget to install it but the gadget not been installed.

    I just tried this addon,but I installed it manualy (extract,right click on .ini file). Installed fine, did as ricktendo64 mentioned by double clicking on gadget. After that you just need to add that new gadget you just install on your sidebar,and you are ready to rock ;)

    Great work ricktendo64! :thumbsup_anim:

  10. @ Gorky

    You have to make sure that you put Windows Sidebar Styler AFTER dotNet 2 or 3 in the SVCPACK Install Order, the installer will fail if it does not detect at least dotNet 2 installed

    Hmm..that is little bit tuff to do...cause I used RogueSpearAddonsDotNET30 addon and I cant' see that addon on rogue runtime list page? :( And net.3 is requred. Do you think that changing the install order in Nlite could do the trick? :unsure:

  11. Hey rick.. is there any temperture monitoring gadget for this styler so you cold monitor CPU, GPU ,etc temps?

    And onem ore Q about Windows Sidebar Styler...is there any folder root about it? I added all those things mentioned on first page including .net 3.0 but I cant' find Styler options? Am I missing something?

    Added (Ricks_VAIOXP-b2r3.4_AddOn_v1.1, Ricks_VistaRTMFonts_AddOn_v1.1, Ricks_VistaRTMSidebar_AddOn_v2.4, Ricks_WindowsSidebarStyler2.0.5_AddOn)

×
×
  • Create New...