Content Type
Profiles
Forums
Events
Everything posted by Shark007
-
[Discontinued] iTunes without QuickTime
Shark007 replied to Shark007's topic in Application Installs
No i don't. I don't use this program at all, i just created the installer for others because .. i can. Possibly an MSFN member who has downloaded it already will make it available and post a link in this thread. From what i read on the internet, this program (v7.0) is riddled with all kinds of bugs. I'll bet there will be a new release within a week or 2, to deal with the majority of bug reports Apple is receiving over this release. shark -
Adobe Acrobat Reader 7 Lite - 5 MB Only!
Shark007 replied to [deXter]'s topic in Application Installs
I didn't translate my previously posted stripped down installer. I downloaded the Spanish version from Adobe, stripped it down identically as i did the English version, packaged it up and posted the results here. I couldn't even test it because being a native Spanish version it would instantly halt with a Spanish message which i assume was telling me i was a dumbass for trying to install Spanish on an English system. I created the MSI's from scratch for most of my switchless installers and if you would give me a list of programs i could add the Spanish strings to the installer. The only problem is that this would get it installed on a Spanish system but the actual program would still be English. shark -
[Discontinued] iTunes without QuickTime
Shark007 replied to Shark007's topic in Application Installs
Report your bugs to Apple.com , this software is loaded with them. I didnt create this installer, it is Apple's. shark -
for QuickTime 7.1.3 extract qucktime.msi and install with usual msi switches. qucktime.msi /qb /norestart ... for totally silent use /qn instead of /qb shark
-
Adobe Acrobat Reader 7 Lite - 5 MB Only!
Shark007 replied to [deXter]'s topic in Application Installs
Visit my repository for Adobe Reader Lite Spanish v7.08 Have a nice day . let me know how it worked. shark -
Switchless Silent Installers, RVM/nLite Addons, .MSI Files
Shark007 replied to RogueSpear's topic in Application Installs
RogueSpear was kind enough to host ALL my stuff also, Thanks man ... shark -
EDIT; no, this distribution is english only.shark
-
You're welcome. passwords/cookies from within firefox menubar, tools/options/Privacy TAB/settings .... go in here 1st then checkbox under privacy TAB:remember password shark
-
Here you go shark
-
Thanks. 1.5.0.7 has gone final .. get it now. shark
-
No, i meant that if you had proper registration information you'd enter it properly.shark
-
sorry, circumventing registration is a no no.
-
[RELEASE] Quicktime 7.1.3 Standalone
Shark007 replied to teapleasebob's topic in Application Add-Ons
Dump kLite, switch to mine. You won't need anything else. Also, my new versions will detect old versions and upgrade them, so there is support well beyond the initial install. I am in the process of submitting my package to free-codecs.comshark -
[RELEASE] Quicktime 7.1.3 Standalone
Shark007 replied to teapleasebob's topic in Application Add-Ons
Its already on my site. Its contained in the Advanced Filter and Codec Pack. shark -
easy info: info version 1: place VSFilter.dll into system32 run regsvr32.exe /s VSFilter.dll create a shortcut with this: rundll32.exe VSFilter.dll,DirectVobSub info version 2: use my codec pack from my repository. shark
-
[RELEASE] Quicktime 7.1.3 Standalone
Shark007 replied to teapleasebob's topic in Application Add-Ons
There is a switchless installer on my repository for iTunes 7 shark -
I tried a beta of 7zip, dragging worked in that version.8.1.066 is also available on my site. shark
-
This project has moved and is now under the direction of elajua. Download URLs and comment can be made in the new thread. shark
-
Since this is now distributed in a winrar archive, right click it, choose OPEN with winrar.Now you can just ddrrraaaggg your new files into the winrar program so that they overwrite the existing files. shark
-
kalavera, very nice research and thank you for sharing your findings. I now see the error in my methods of testing. I mostly concentrate on having things SVCPACK compatible because 90% of MY unattended installations are done that way. The applications in question, were both svcpack compatible. Only applications that couldn't be made svcpack compatible are 'downgraded' (I know, bad term) to runonce(ex) installation. But i never really did 'test' these scenario's fully because to me, erroneously, it was the same as being logged in meaning they weren't being installed in a sequential order as in runounce(ex). again, thanks muiz, have you tested uninstalling one of my msi installers after repacking using tempmode thru svcpack? In my tests, uninstall failed with the message 'can't find *.msi' This is why i use %systemroot%\installer and delete the setup files after installation, preserving the actual msi for windows to use during uninstall. shark
-
Yes, that is the intent of the distribution is to allow you to replace files. NOTE: any file with the exact same filename may be replaced.shark
-
This is NOT normal, completely unexpected, and the 1st i ever heard of my wares not showing in add/remove. For svcpack compatibility. If you aren't using svcpack, you may use tempmode if you wish.shark
-
Which version didn't work? FINAL 8.0.812 or BETA 8.1.064?The beta is not distributed as multilingual at this time. When it goes final, I'll produce a multilingual version. shark
-
The distributed files work in all my tests. (svcpack and runonce) As a side note, WinRAR doesn't have a corporate version. You may want to contact rarsoft.com You should possibly attempt installation of my wares using the SVCPACK METHOD. This way all users will have access to the programs not just the administrator. shark
-
I think your problem exists in the format of your installations.Try a new entry, for each new ware. EXAMPLE: REG ADD %KEY%\011 /VE /D "Windows Live Messenger" /f REG ADD %KEY%\011 /V 1 /D "%CD%\INSTALL\MSNMSGS\msglive80812.exe" /f REG ADD %KEY%\012 /VE /D "Messenger Ink Installer" /f REG ADD %KEY%\012 /V 1 /D "%CD%\INSTALL\MSNMSGS\InkInstaller.exe" /f REG ADD %KEY%\013 /VE /D "Adobe Reader" /f REG ADD %KEY%\013 /V 1 /D "%CD%\INSTALL\PDFREADER\AR708.exe" /f I suggest you uninstall ANY ware before installing an updated version. Removing my installers through add/remove programs will not remove any of your 'personal' settings. Most likely, using the original microsoft installer after using mine will overwrite my installation but leave double entries in add/remove because my installer is my installer, and microsofts installer is microsofts. I didnt modify microsofts installer, i created a new one.shark