Jump to content

Raoul90

Member
  • Posts

    281
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Netherlands

Everything posted by Raoul90

  1. Hey, Thats my cleanup.cmd, but it doesnt work good. It deletes the Dowloads map (this is the Install map, but renamed it). It also deletes the 2 logfiles. But it doesnt delete the icons, and i want them to be deleted? So what am i doing wrong? Thanks in advance.
  2. Thanks. But since I installed the new version, Windows Live Mail doesnt work anymore. This is what i get when I start the program: And there is no way to uninstall Windows Live Mail. (i cant find anything in the add/remove).
  3. Man im getting crazy of this. Im not getting it to work with 3.0.2.
  4. Yes i will try this, but i dont know if it will work in cmdlines. It should work i think because its an AutoIT script, will try it this week. Try this: Opt("TrayIconDebug", 1) ; Executable file name $EXECUTABLE = "ashampoo_burningstudio802_sm.exe" ; Serial number $SN = "" $PreviousInstallation = RegRead("HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall\Ashampoo Burning Studio 8_is1", "InstallLocation") If FileExists($PreviousInstallation & "\burningstudio.exe") Then MsgBox(0x40010, @ScriptName, "Please uninstall previous version of Ashampoo Burning Studio before using this script", 4) Exit EndIf ; Disable the default internet browser (to prevent Ashampoo Burning Studio to open it) $DefBrowser = RegRead("HKCR\HTTP\shell\open\command\", "") RegDelete("HKCR\HTTP\shell\open\command\", "") ; Run the installer RunWait($EXECUTABLE & " /sp- /verysilent /norestart") ; Close Ashampoo Burning Studio process ProcessWait("burningstudio.exe") $PID = ProcessExists("burningstudio.exe") If $PID Then ProcessClose($PID) EndIf Sleep(1000) ; Kill Internet Explorer process if was started $PID = ProcessExists("IEXPLORE.EXE") If $PID Then ProcessClose($PID) EndIf ; Settings RegWrite("HKCU\Software\Ashampoo\Ashampoo Burning Studio 8", "RegKey", "REG_SZ", $SN) RegWrite("HKCU\Software\Ashampoo\Ashampoo Burning Studio 8\ash_inet", "InfoChannel_ashnews_Enabled", "REG_DWORD", "0") RegWrite("HKCU\Software\Ashampoo\Ashampoo Burning Studio 8\ash_inet", "InfoChannel_-updates-_Enabled", "REG_DWORD", "0") ; Restore the default internet browser RegWrite("HKCR\HTTP\shell\open\command\", "", "REG_SZ", $DefBrowser)
  5. Hey, Im using the following in my installtips.ini (cmdlines): But when the setup has finished it starts a webpage and some activation-stuff: I found some script on this forum but that was for older version so i dont know if that will work.
  6. Isnt this the good installer? http://www.softpedia.com/get/Multimedia/Gr...re/SnagIt.shtml
  7. Does not seem to work tho. I exported the reg from the registry (with hex), that works when i import it. I used regfromapp for your uninstaller. Both programs are registered after installation.
  8. Hey, im searching a way to register this two programs: - Malwarebytes' Anti-Malware 1.28 - Your Uninstaller! 2008 v6.1.1256 I tried several thing for both programs, all dont work: Malwarebytes: Your Uninstaller: I also tried getting the information out of my current installation: But cant find any registration info there for this 2 programs. Someone also told me about RegFromApp, i will try this when i run my next test-install in VMWare, cant use it in my current installation because the programs allready are registered.
  9. Oh wait i get the program. I should choose a proces to follow and then register is manually aint I?
  10. Register software manually using RegFromApp tool which saves registry changes into .reg file.Run reg file with /s switch or add it to your silent installer. Ok thanks, will try that program. edit: The program is not finding anything. I started the malwarebytes then selected the process at the regfromapp, but nothing happening? The field stay blanc.
  11. Please. doesnt work. Im just using the switchless installer (not svcpack, but cmdlines+installtips).
  12. Man i tried several things to get this registered. But i cant get it registered. In notepad and saved it as nero8reg.reg, then imported it, dont work. Also tried the above thing in a .reg file, didnt work either. ?
  13. Whats the easiest way to register this one? I dont get the thing few posts above this. Anyway i tried it in the same way as i did with SnagIt 9, but that didnt work. Too bad. Help
  14. Did it like this: I made an CMD called registersnagit9.cmd Put the following in:
×
×
  • Create New...