Activity Stream
48,167 MEMBERS
62638 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 7 of 7
  1.     
    #1
    Banned
    Website's:
    Khambaty.com iMotivate.net

    Default Which Installer is this ?

    Here's the link to the installer :

    http://www.respectsoft.com/download/ChristmasTree17.exe

    I wanted to know which Installer it is made with as I wanted to Reverse Engineer the software for research purposes !
    Netguy Reviewed by Netguy on . Which Installer is this ? Here's the link to the installer : http://www.respectsoft.com/download/ChristmasTree17.exe I wanted to know which Installer it is made with as I wanted to Reverse Engineer the software :P for research purposes ! Rating: 5

  2.   Sponsored Links

  3.     
    #2
    JGM
    I think it's an INNO setup.

    JGM.

  •     
    #3
    Banned
    Website's:
    Khambaty.com iMotivate.net
    How can I decompile it now ?

  •     
    #4
    JGM
    Do a Google search for INNO setup decompiler/compiler. It is freely available for people to use so should find it pretty quick, I think it is hosted on SourceForge if memory serves me right.

    JGM.

  •     
    #5
    Member
    Website's:
    Elite.SO Defendos.com Motionite.com
    Reverse Engineered:

    Code: 
    ;InnoSetupVersion=5.2.3
    
    [Setup]
    AppName=ChristmasTree
    AppVerName=ChristmasTree 1.7
    DefaultDirName={pf}\ChristmasTree
    DefaultGroupName=ChristmasTree
    OutputBaseFilename=ChristmasTree17
    Compression=lzma
    WizardImageFile=embedded\WizardImage.bmp
    WizardSmallImageFile=embedded\WizardSmallImage.bmp
    
    [Files]
    Source: "{app}\ChristmasTree.exe"; DestDir: "{app}"; Flags: ignoreversion 
    Source: "{app}\skins\ball.png"; DestDir: "{app}\skins"; Flags: ignoreversion 
    Source: "{app}\skins\ball2.png"; DestDir: "{app}\skins"; Flags: ignoreversion 
    Source: "{app}\skins\ball3.png"; DestDir: "{app}\skins"; Flags: ignoreversion 
    Source: "{app}\skins\greentree.png"; DestDir: "{app}\skins"; Flags: ignoreversion 
    Source: "{app}\skins\neon.png"; DestDir: "{app}\skins"; Flags: ignoreversion 
    Source: "{app}\skins\nice.png"; DestDir: "{app}\skins"; Flags: ignoreversion 
    Source: "{app}\skins\nice1.png"; DestDir: "{app}\skins"; Flags: ignoreversion 
    Source: "{app}\skins\nice2.png"; DestDir: "{app}\skins"; Flags: ignoreversion 
    Source: "{app}\skins\nice3.png"; DestDir: "{app}\skins"; Flags: ignoreversion 
    Source: "{app}\skins\nice4.png"; DestDir: "{app}\skins"; Flags: ignoreversion 
    Source: "{app}\skins\snow.png"; DestDir: "{app}\skins"; Flags: ignoreversion 
    Source: "{app}\skins\snowtree.png"; DestDir: "{app}\skins"; Flags: ignoreversion 
    Source: "{app}\skins\socks.png"; DestDir: "{app}\skins"; Flags: ignoreversion 
    Source: "{app}\skins\tree.png"; DestDir: "{app}\skins"; Flags: ignoreversion 
    Source: "{app}\skins\tree2.png"; DestDir: "{app}\skins"; Flags: ignoreversion 
    Source: "{app}\skins\tree3.png"; DestDir: "{app}\skins"; Flags: ignoreversion 
    Source: "{app}\skins\treebig.png"; DestDir: "{app}\skins"; Flags: ignoreversion 
    Source: "{app}\skins\treedog.png"; DestDir: "{app}\skins"; Flags: ignoreversion 
    Source: "{app}\skins\white.png"; DestDir: "{app}\skins"; Flags: ignoreversion 
    Source: "{app}\star.png"; DestDir: "{app}"; Flags: ignoreversion 
    Source: "{app}\sounds\Chime.mp3"; DestDir: "{app}\sounds"; Flags: ignoreversion 
    Source: "{app}\sounds\JingleBells.mp3"; DestDir: "{app}\sounds"; Flags: ignoreversion 
    Source: "{app}\sounds\Notify.mp3"; DestDir: "{app}\sounds"; Flags: ignoreversion 
    Source: "{fonts}\DS-Digital.ttf"; DestDir: "{fonts}"; Flags: uninsneveruninstall onlyifdoesntexist 
    
    [Registry]
    Root: HKCU; Subkey: "Software\Microsoft\Windows\CurrentVersion\Run"; ValueName: "ChristmasTree"; ValueType: String; Flags: uninsdeletevalue 
    
    [Run]
    Filename: "{app}\ChristmasTree.exe"; Description: "{cm:LaunchProgram,ChristmasTree}"; 
    
    [Icons]
    Name: "{group}\ChristmasTree"; Filename: "{app}\ChristmasTree.exe"; 
    Name: "{group}\{cm:ProgramOnTheWeb,ChristmasTree}"; Filename: "http://www.respectsoft.com/"; 
    Name: "{group}\{cm:UninstallProgram,ChristmasTree}"; Filename: "{uninstallexe}"; 
    Name: "{commondesktop}\ChristmasTree"; Filename: "{app}\ChristmasTree.exe"; Tasks: "desktopicon"; 
    Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\ChristmasTree"; Filename: "{app}\ChristmasTree.exe"; Tasks: "quicklaunchicon"; 
    
    [Tasks]
    Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
    Name: "quicklaunchicon"; Description: "{cm:CreateQuickLaunchIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
    
    [CustomMessages]
    english.NameAndVersion=%1 version %2
    english.AdditionalIcons=Additional icons:
    english.CreateDesktopIcon=Create a &desktop icon
    english.CreateQuickLaunchIcon=Create a &Quick Launch icon
    english.ProgramOnTheWeb=%1 on the Web
    english.UninstallProgram=Uninstall %1
    english.LaunchProgram=Launch %1
    english.AssocFileExtension=&Associate %1 with the %2 file extension
    english.AssocingFileExtension=Associating %1 with the %2 file extension...
    
    [Languages]
    ; These files are stubs
    ; To achieve better results after recompilation, use the real language files
    Name: "english"; MessagesFile: "embedded\english.isl";

    Defendos BETA3 Released! Thread - Official Website

  •     
    #6
    ψ(`∇?)ψ
    I wanted to know which Installer it is made with as I wanted to Reverse Engineer the software for research purposes !
    So, you will reverse engineer it, and dunno how to extract basic info? lulz

  •     
    #7
    Banned
    Website's:
    Khambaty.com iMotivate.net
    ^^cvrle77 - I am still learning to develop softwares !

  • Thread Information

    Users Browsing this Thread

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

    Similar Threads

    1. Auto Installer
      By Daniel in forum Polling Plaza
      Replies: 12
      Last Post: 30th May 2011, 06:00 PM
    2. Which auto installer is better??
      By Jamezz in forum Technical Help Desk Support
      Replies: 10
      Last Post: 29th Apr 2011, 09:44 PM
    3. [Hiring] sBorg Installer
      By play_avi in forum Completed Transactions
      Replies: 2
      Last Post: 1st Mar 2011, 02:13 PM
    4. Edit Installer
      By Netguy in forum Web Development Area
      Replies: 0
      Last Post: 20th Jan 2011, 03:23 PM
    5. ffmpeg installer
      By peixe01 in forum Useful Sites
      Replies: 1
      Last Post: 10th Apr 2010, 03:09 PM

    Tags for this Thread

    BE SOCIAL