Everything posted by Raoul90
-
[Release] Windows Live Mail 2008 v14.0.5027.908
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).
-
The Simple method of Firefox Unattended deployment
Man im getting crazy of this. Im not getting it to work with 3.0.2.
-
Ashampoo Burning Studio V8.3 (NLD)
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)
-
Ashampoo Burning Studio V8.3 (NLD)
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.
-
[Release] TechSmith SnagIt v8.2.3 and v9.0.2
Thanks for update.
-
[Release] TechSmith SnagIt v8.2.3 and v9.0.2
Isnt this the good installer? http://www.softpedia.com/get/Multimedia/Gr...re/SnagIt.shtml
-
[Release] Foxit Reader v3.0 Build 1301
Thanks!
-
[Release] Foxit Reader v3.0 Build 1301
Can you provide mirros for MultiLanguage?
-
[Release] TechSmith SnagIt v8.2.3 and v9.0.2
Okay, will wait then.
-
Register programs.
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.
-
Register programs.
Thanks will try that.
-
[Release] TechSmith SnagIt v8.2.3 and v9.0.2
Could you please update it. Thanks!
-
[Release] Nero Lite and Micro v8.3.6.0
allready got it working with /SERIAL=
-
Register programs.
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.
-
[Release] Raxco PerfectDisk 2008 Professional v9.0.0 Build 76
Build 64 is out.
-
[Release] TechSmith SnagIt v8.2.3 and v9.0.2
New version: SnagIt v9.0.1 Build 108
-
[Release] Malwarebytes' Anti-Malware v1.30
Oh wait i get the program. I should choose a proces to follow and then register is manually aint I?
-
[Release] Malwarebytes' Anti-Malware v1.30
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.
-
[Release] Malwarebytes' Anti-Malware v1.30
Please. doesnt work. Im just using the switchless installer (not svcpack, but cmdlines+installtips).
-
[Release] Nero Lite and Micro v8.3.6.0
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. ?
-
[Release] Your Uninstaller! 2008 v6.2.1343
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
-
[Release] Malwarebytes' Anti-Malware v1.30
Anyone can tell me how to register this one?
-
[Release] TechSmith SnagIt v8.2.3 and v9.0.2
Did it like this: I made an CMD called registersnagit9.cmd Put the following in:
-
[Release] TechSmith SnagIt v8.2.3 and v9.0.2
Ok, What too change in entries.ini?
-
[Release] Microsoft Windows Live Messenger 2008 v8.5 FINAL
The Dutch one doesnt work. It intergrates just fine and stuff but when im in VMware Windows Live Messenger isnt installed at all (when i manual install it from SVCPack it works). But not when im installing XP Pro SP3. Maybee i could use the installer with cmdlines/installtips.