Content Type
Profiles
Forums
Events
Everything posted by Shark007
-
The Vista Codec Package is fully XP compatible. shark
-
I'm not offering a 'bodge job'. It seems these problems are specific to your installation. I don't have these issues and I havent heard from anyone else experiencing these issues. I offered a solution to your problem. shark
-
wow, thats quite a list. have you tried to place the Messenger installer at the end of all these broken installs so that they arent broken? shark
-
[Release] Windows Media Player 11 MSI for corporate use
Shark007 replied to Shark007's topic in Application Installs
Yes, the tool you link to is what i used to create the MSI. It is just as it reads. Some users who integrated the WMP 11 files into thier installation source files couldn't use alternate players to view WMV files. I created a fix for this and it also is available on my repository. shark -
[Release] Windows Media Player 11 MSI for corporate use
Shark007 replied to Shark007's topic in Application Installs
Sorry, i forgot to mention, its on my repository. shark -
Thanks SoftPedia shark
-
[Release] Windows Media Player 11 MSI for corporate use
Shark007 replied to Shark007's topic in Application Installs
you would be more than welcomed to place a link here to a Spanish MSI and with your permission, I'd copy that URL to the 1st post. The WMV issue only happens with integrated installs. The MSI installs don't experience this issue. My best guess is the integrated installs are missing some sort of directive telling the operating system that the M$ codecs exist elsewhere and are no longer contained in the files expected. shark -
I'd love to fix it but since i am not able to install it on an english machine, I need you to supply more information. What does the error message say? (translated to english) shark
-
Windows Media Player 11 XPSP2 v11.0.5721.5146 English MSI file information: 25 MB - MD5 = a29471914b44d1fbea607734b0656a54 Spanish MSI file information: 25 MB - MD5 = 241f3730f0dbe48a0cf81c287ef10210 *courtesy of elajua* Upon installation of this Windows Media Player it will show v11.0.5721.5145 even though this installation is v11.0.5721.5146 because the version number is picked up from the file wmp.dll and not the player's executable. These MSI's are designed for corporate deployment which seamlessly overwrites the existing machines Windows Media Player 9 or 10 files. Take notice, the English MSI is switch-less, executing it = Installed Get them from my repository. shark
-
Sorry, i don't use messpatch. Both files were updated today to allow SVCPACK installation. shark
-
psssttt, the solution is to go to my repository. Scroll to near the bottom Download the Shockwave Installer and execute it with the /qn switch if you dont want to see a window. There is no google/yahoo crap and no webpage popup after its installed. shark
-
Visit my File Repository for a Shockwave installer. Most files there are switchless ... executing it = installed. You might also try my codec package allowing you to dump RealPlayer, QuickTime and K-Lite. There is a section in that thread specifically for unattended installs or you could extract the vcpack.exe from the integration file (its a switchless installer also) and have WPI install it. shark
-
lol - its a temporary setup. My computer is my source of income. I'm employed over the internet as a repackager for 2 high profile companies who remain nameless to avoid conflicts of interest. I couldnt aford buying a proper MB / DDR2 RAM / PCI-Express video. (along with the Core-2 Duo) My old board had 512x4 DDR / nVidea AGP / P4 - 2.4 <-- CPU died from a clogged fan. The Core-2 Duo was cheaper than a replacement P4 CPU. So i bought a similar board to the one I cite above, threw in my ram and video, and was good to go. After I finnish paying for xmas, I'll get some better hardware. shark
-
omg Rick, you're right! I cant believe I did that twice in a row. Download it again, MD5 should be 0ce115a63d13dd3c01e2a334897c4ad0 sorry to have put you though all that and I'm also sorry for thinkin you were nuts, lol. shark
-
To use your current ram and video a cheap and quick solution is the Asus P5PE-VM This MB can be had for 30 Pounds but It only has 2 RAM slots and 3 PCI slots. URL I had a system crash and couldnt find a replacement CPU. So i bought a POS motherboard and the same CPU you mention. Wish i got the motherboard i recommend to you just for the overclocking ability. I'm running Vista 64bit on a similar setup with 2x512 DDR. Seems OK for the money i spent. shark
-
I dont understand. Are you saying a file i am distributing fails to install? shark
-
Thanks for the info... MD5 corrected to f47c77eb9373a3c757e53f9ef33833b1 shark
-
I'm sorry i can't please everyone, but pleasing myself comes 1st. I suggest you grab the tutorial from the 1st post, its easy to follow, and create your own installer. shark
-
I prefer it also. Files updated accordingly. shark
-
Windows Installer message during the unattended install
Shark007 replied to coucou's topic in Application Installs
I've seen that error message from 7zip switchless installers using msistub.exe Often the cause is a typo in the commandline executing the msi. To see the commandline being used to execute the 7zip installer use this in a DOS prompt: Find /I "RunProgram=" "anyfilename.exe" Check the results against the files contained within the archive for typo's or missing files. shark -
Hi, i'm the author of the codec package. Had you posted this in the codec package thread, you'd have gotten a response alot sooner. I released a new version today, and completely revised the 64bit addon. I have personally tested xvid and divx files in Vista Ultimate 64bit MediaCenter and will tell you, everything is working fine now. Please uninstall ALL codecs on your system before installing this new package. Install the 64bit addon AFTER codec package. shark
-
AdminStudio 8 Standard $1,999.00 US AdminStudio 8 Professional $4,999.00 US AdminStudio 8 Enterprise $8,999.00 US There is a reason not everyone has access to this program and why i suggest Orca. shark
-
Added 2 new versions to the 8.0 releases - UNTESTED Czech file information: 13.7 MB - MD5 = 7416581088f54fb652c3922055a7577c Slovak file information: 13.0 MB - MD5 = f3059f8328284bf438adf56bf2588043 I cannot test versions other than English, If there is a problem during install, please report here. shark
-
Thank you very much for the information, and the URL. The new file is now available on my repository. shark
-
Using the free table editor Orca, (get it from my repository) open the MSI. Scroll down on the left to the table entitled Property, These are the properties that can be adjusted via the commandline. You can often guess at what the alternative setting might be, such as, IAGREE - No in the property table, most likely can be set on the commandline like this IAGREE=Yes or DESKTOPSHORTCUT - 0 (0 often equals no) most likely can be set on the commandline like this DESKTOPSHORTCUT=1 <--- would give you a desktop shortcut. or, using orca, make the changes directly to the MSI bypassing the need to set them on the commandline. shark