sony soundforge 7.0
The installer is a msi, so I can install it with msiexec / i /qb-
But the problem is the registring of it. The serial is asked at the first start of the program, and it looks like it is stored here:
CODE
[HKEY_LOCAL_MACHINE\SOFTWARE\Sony Media Software\Sound Forge\7.0\License]
"CurrentKey"="serial"
"AppGrade"="0x0040"
"InstFlags"=dword:00000000
"AppGradeDemo"="0x0000"
"CurrentKey"="serial"
"AppGrade"="0x0040"
"InstFlags"=dword:00000000
"AppGradeDemo"="0x0000"
but just importing the key doesn't do the trick
anyone got an idea how to do this?
tag&rename 3
just like the other program, rigistering is the problem, installing can be done with the /s switch.
the serial is stored in this location:
CODE
Windows Registry Editor Version 5.00
[HKEY_USERS\S-1-5-21-1365519477-699552729-335096271-1004\Software\Softpointer\Tag&Rename\Config]
"Name"="jantje"
"cbVQFFtoTagReplaseUnde"="serial"
[HKEY_USERS\S-1-5-21-1365519477-699552729-335096271-1004\Software\Softpointer\Tag&Rename\Config]
"Name"="jantje"
"cbVQFFtoTagReplaseUnde"="serial"
but that large number you see there is differend on every computer, is there any way to get there?
dbpoweramp
dbpoweramp uses a spoon installer, but it doesn't seem te have a silent switch, any ideas on how to get it silent?
cdex
cdex can be installed silent with the /S switch, but is askes a questing at the end about a readme file, how should i kill this?