Results 1 to 4 of 4

Thread: Don't now how too make a crusor installer, heeeelp!!

Hybrid View

  1. #1
    designfjotten is offline
    Pro Designer



    Join Date
    Jan 2012
    Location
    Norway
    Posts
    717
    Mentioned
    20 Post(s)
    Tagged
    618 Thread(s)


    Sex:

    Star Don't now how too make a crusor installer, heeeelp!!

    i guy's

    i am soon done with my first animated cursor pack, that is going with my theme
    but i got this one small (huuuuge) problem, i don't now how too make the installer file, can anyone help me?
    maybe try too explain how i make one, tryed too search on google, but just get rubish, cuz i dont now what too look for, haha im so noob i now


  2. #2
    351837 is offline
    Very Casual Designer :)



    Join Date
    Aug 2010
    Location
    Novi Sad
    Posts
    148
    Mentioned
    4 Post(s)
    Tagged
    239 Thread(s)


    Sex:
    You need to make .inf file.
    Here is example:
    Code:
    [Version]
    signature="$CHICAGO$"
    
    
    [DefaultInstall]
    CopyFiles = Scheme.Cur, Scheme.Txt
    AddReg    = Scheme.Reg
    
    
    [DestinationDirs]
    Scheme.Cur = 10,"%CUR_DIR%"
    Scheme.Txt = 10,"%CUR_DIR%"
    
    
    [Scheme.Reg]
    HKCU,"Control Panel\Cursors\Schemes","%SCHEME_NAME%",,"%10%\%CUR_DIR%\%pointer%,%10%\%CUR_DIR%\%help%,%10%\%CUR_DIR%\%work%,%10%\%CUR_DIR%\%busy%,%10%\%CUR_DIR%\%Cross%,%10%\%CUR_DIR%\%Text%,%10%\%CUR_DIR%\%Hand%,%10%\%CUR_DIR%\%Unavailiable%,%10%\%CUR_DIR%\%Vert%,%10%\%CUR_DIR%\%Horz%,%10%\%CUR_DIR%\%Dgn1%,%10%\%CUR_DIR%\%Dgn2%,%10%\%CUR_DIR%\%move%,%10%\%CUR_DIR%\%alternate%,%10%\%CUR_DIR%\%link%"
    
    
    ; -- Common Information
    
    
    [Scheme.Cur]
    "Normal.ani"
    "aero_helpsel.cur"
    "rog2.cur"
    "Image4.ani"
    "Precision Select.cur"
    "Text_Select.cur"
    "Handwriting.cur"
    "aero_unavail.cur"                            <<<<<<<<<<< change names of cursors to yours
    "GA1_VR.ani"
    "GA1_HR.ani"
    "GA1_DR1.ani"
    "GA1_DR2.ani"
    "GA1_Move.ani"
    "aero_up.cur"
    "VP_Hand.cur"
    
    
    [Strings]
    CUR_DIR         = "Cursors\Rog"           <<<<<<change name of pack to yours
    SCHEME_NAME     = "Rog"                  <<<<<<here too
    pointer        = "Normal.ani"
    help        = "aero_helpsel.cur"
    work        = "rog2.cur"
    busy        = "Image4.ani"
    cross        = "Precision Select.cur"
    text        = "Text_Select.cur"
    hand        = "Handwriting.cur"
    unavailiable    = "aero_unavail.cur"            <<<<<<<< change names of cursors to yours
    vert        = "GA1_VR.ani"
    horz        = "GA1_HR.ani"
    dgn1        = "GA1_DR1.ani"
    dgn2        = "GA1_DR2.ani"
    move        = "GA1_Move.ani"
    alternate    = "aero_up.cur"
    link        = "VP_Hand.cur"
    Copy this in Notepad and save as "whatever.inf", place everything in one folder (cursors and .inf). Right click on .inf file and choose Install.
    And that's it, hope it helps.

    EDIT: Or i can make you silent installer with AutoIt.
    Last edited by 351837; June 14th, 2012 at 08:56 PM.




  3. #3
    2635599 is offline
    Banned


    Join Date
    Nov 2010
    Location
    Portland, Oregon, United States
    Posts
    2,938
    Mentioned
    3 Post(s)
    Tagged
    451 Thread(s)


    Sex:
    351837, that seems straightforward enough. thanks

  4. #4
    56k is offline
    Junior Member
    Join Date
    Apr 2013
    Location
    here
    Posts
    4
    Mentioned
    0 Post(s)
    Tagged
    1 Thread(s)

    Sex:
    thank


 

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Installer un pack icons et installer l'horloge d'un theme sous Windows 7
    By YO_974 in forum General Windows 7 Customization
    Replies: 0
    Last Post: February 5th, 2019, 01:42 PM
  2. How do you make themes?
    By Chuck38 in forum General Discussion
    Replies: 6
    Last Post: October 21st, 2014, 12:48 AM
  3. Advanced Installer Freeware Basic Installer Tutorial
    By 8pecxstudios in forum General Tutorials
    Replies: 20
    Last Post: January 2nd, 2013, 04:35 PM
  4. possible to make an orb?
    By shagstafah in forum Start Buttons/Orbs
    Replies: 0
    Last Post: February 3rd, 2011, 04:02 AM
  5. PLEASE make these for me
    By Alsisgevat in forum Requests
    Replies: 0
    Last Post: November 10th, 2010, 07:50 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •