UnCleaner - The Unnecessary Files Cleaner Solution

Discussion in 'MDL Projects and Applications' started by Josh Cell, Nov 20, 2011.

  1. urie

    urie retired mod

    May 21, 2007
    8,995
    3,380
    300
    #281 urie, Aug 28, 2012
    Last edited by a moderator: Apr 20, 2017
    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\MICROSOFT\Windows\CurrentVersion\Run]
    "UnCleaner"="\"C:\\Program Files\\UnCleaner\\UnCleaner.exe\" /jcautoclean"
    I use RegFromApp by Nirsoft to grab entries :biggrin:
     
  2. Simpuhl

    Simpuhl MDL Senior Member

    Aug 8, 2012
    396
    43
    10
    #282 Simpuhl, Aug 28, 2012
    Last edited by a moderator: Apr 20, 2017
    Quick question... you may know what to do.. I am using inno setup

    Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows\CurrentVersion\Run"; ValueType: string; ValueName: "Uncleaner"; ValueData: ""C:\Program Files\UnCleaner\UnCleaner.exe" /jcautoclean"

    Notice the ValueData: ""C:\Program Files\UnCleaner\UnCleaner.exe" /jcautoclean"

    I need the " " part... but I can't compile it with those whats another way to add them?

    Edit:

    Got it:

    Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows\CurrentVersion\Run"; ValueType: string; ValueName: "Uncleaner"; ValueData: """{app}\UnCleaner\UnCleaner.exe"" ""/jcautoclean"""
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. urie

    urie retired mod

    May 21, 2007
    8,995
    3,380
    300
    #283 urie, Aug 28, 2012
    Last edited: Aug 28, 2012
    Root: HKLM; SubKey: SOFTWARE\MICROSOFT\Windows\CurrentVersion\Run; ValueType: string; ValueName: UnCleaner; ValueData: "\""C:\Program Files\UnCleaner\UnCleaner.exe\"" /jcautoclean"

    I use IsTool you can just import the registry file

    P.S. we are going off subject here perhaps you should wait to see if Josh Cell can incorporate into his installer.
     
  4. Simpuhl

    Simpuhl MDL Senior Member

    Aug 8, 2012
    396
    43
    10
    Ya that would be nice! lol because I just noticed it also installs x64 bit on my machine and i wanted to add this to x86 machines also so it would be better if he does it or else id need both versions of the exe.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. Josh Cell

    Josh Cell MDL Developer

    Jan 8, 2011
    3,513
    7,176
    120
    I can add the silent install support on v1.7 version.. :D:D:D

    The EXE is Multi-Architecture..

    It will work in x86 / x64 without any problem.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. Simpuhl

    Simpuhl MDL Senior Member

    Aug 8, 2012
    396
    43
    10
    Please create silent install :) id also like to be able to have it auto run at startup maybe /s /a

    /s = silent
    /a = auto start up

    What ever you want dude! your the man!
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. Simpuhl

    Simpuhl MDL Senior Member

    Aug 8, 2012
    396
    43
    10
    Ah I can't wait for 1.7 :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. Josh Cell

    Josh Cell MDL Developer

    Jan 8, 2011
    3,513
    7,176
    120
    Waiting for testers that have "Critical Error" on v1.6.

    Anyone have it can test new versions for me?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. R29k

    R29k MDL GLaDOS

    Feb 13, 2011
    5,189
    4,855
    180
    works good no errors 7 SP1 x64
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. RommoR

    RommoR MDL Novice

    Sep 28, 2011
    9
    0
    0
    why is it that when i download this software it will stop at 3.97% downloaded
     
  11. mithiprasad

    mithiprasad MDL Novice

    Feb 13, 2011
    2
    0
    0
    I am experiencing critical error, where do i get new versions to test
     
  12. WIKIMACK

    WIKIMACK MDL Expert

    Nov 10, 2011
    1,533
    1,009
    60
    hi, i use whith Windows 8 Pro x 86, no pronlem today. ;)
     
  13. Ethernet

    Ethernet MDL Novice

    Sep 2, 2012
    15
    3
    0
    I am experiencing critical error :(
     

    Attached Files:

  14. Puffingmad

    Puffingmad MDL Addicted

    Aug 19, 2012
    502
    230
    30
    Great app been using it with win7 sp1 x64 no errors love it :biggrin:
     
  15. Josh Cell

    Josh Cell MDL Developer

    Jan 8, 2011
    3,513
    7,176
    120
    I haven't much time on this week to work on it.. I'll try load the work soon.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. tsvetkoff

    tsvetkoff MDL Novice

    Jul 29, 2009
    2
    1
    0
    same error for me
     
  17. Josh Cell

    Josh Cell MDL Developer

    Jan 8, 2011
    3,513
    7,176
    120
    Finally I'm looking to this application now.. :eek:

    I'll release an single portable EXE of 1.7 BETA 1 here soon :)

    Thanks for the patience.​
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. raviabi11

    raviabi11 MDL Novice

    Sep 23, 2012
    12
    2
    0
    great program dude :) keep up the good work :) thanks man :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  19. Allo

    Allo MDL Member

    Jul 29, 2009
    133
    44
    10
    Having the same error running Uncleaner v1.5 & v1.6 on W7 x64 Ultimate.
    No issue with Uncleaner v1.4. Eagerly waiting for portable EXE of 1.7 BETA 1 !
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  20. Josh Cell

    Josh Cell MDL Developer

    Jan 8, 2011
    3,513
    7,176
    120
    Hi, I've bricked my system many times (Crazy again) and currently I'm fixing it to back to the work with the UnCleaner :eek:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...