Jump to content

tommy_vercetti

Member
  • Posts

    53
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    India

Everything posted by tommy_vercetti

  1. pkgmgr /o:"c:\mount\;c:\mount\Windows" /n:"C:\WIM\Unattend.xml" /l:"C:\WIM\Inject.log" There are lot of guides for it, check this site http://firegeier.unattended-sponsor.de/en/...into_image.html Also not promoting WAREZ, this is the actual procedure
  2. Hi, Dude have you ever used a Audigy, there are ten methods of installing the drivers unattended, know what the problem is that after you have installed the drivers the way you are saying you cannot run creative apps like the EAX console or the Equalizer and like, so do reply if your method resolves those issues
  3. Check the download link at the main page, the biggest bug
  4. Could anboy tell me that the version above(http://www2.ati.com/drivers/setup.exe) is the latest one or have there been any new versions out, could anybody with newer cards post there views, thanks
  5. Hey dude, Do post whether it worked or not. would be happy to know that it worked.
  6. Im sorry my dear friend, but did you take the trouble of reading my post, please go through it Get the file here(http://www2.ati.com/drivers/setup.exe) Then form the setup file you have do a admin install using CODE setup.exe /A as the parameters This will give you the following files 1. ATIDec.msi 2 Common folder Now note that the Common folder contains all the filters and that the executable to this is the ATIDec.msi but if you click on it it will give you an error message that it cannot be run from the msi directly(bul*****). So I happened to check out this site and while going through the Quicktime deployment issues found out the solution. So now to overide all the msi and other restriction you can run the msi directly without modifying or anything by this command CODE msiexec /i ATIDec.msi ISSETUPDRIVEN=1 /QB The command ISSETUPDRIVEN=1 overides the cannot be run from the msi directly condition without even having to touch the ATIDec.msi with ORCA(A Msi editing tool). For those installing on fresh XP SP 2 machines it will give you an error that it needs some ISS scripting engine is not installed no to worry try to run the setup.exe directly it will give you an error message saying that it needs to be run from the ATi CD-wiz, do not click on ok, first go to your temp(C:\Documents and Settings\Your Namet\Local Settings\Temp) directory and from there look around for a file named ISScript9.Msi Then in order to not get that error message and be able to install write a cmd file ATIDVD.cmd with the following code in it CODE msiexec /i ISScript9.Msi /qb msiexec /i ATIDec.msi ISSETUPDRIVEN=1 /QB Please note you need to put the actual file locations in place of the file names, I have tried this and I know it works... Hope this help... This is the method it should have been done, please don't tell me about all the other person's method, try out my way if it does not then complain, otherwise leave, peace
  7. This is actually on a fresh install without anyhting installed, once I install all the applications then it rarely gives an error, did you try it yourself, say 3-4 times Anyways thanks for the help...
  8. s*** this place won't let me upload files, sorry had to use Rapid share, here is the [url="http://rapidshare.de/files/20932564/ISScript9.rar.html"]link[/url]
  9. On a fresh install of Windows Xp Service Pack 2 I have this error that pops up every time I try to open user accounts, strange thing is that it doesn't not come if I use the keyboard i.e. select with mouse and press enter key. But when using the mouse the error comes up. All machine settings are default and I have done an Unatteneded installation, but I have seen the problem on my freinds PC also it the same error. Please see the attached screenshot. Any help would be greatly appreciated, alternatively you could just try it at your end and see if you get that error...
  10. Hi, Today is your lucky day cos all the big guys have abandoned this topic and it's just me trying to hold on... Your lucky day bcos just last night I figured out what is to be done, I've tried trying to disassemble and all sort's of things like trying to register the filters with regserver and like but was not satisfied with that, so here is the official way how it should have been done long ago... So to the main part.. Get the file [url="http://www2.ati.com/drivers/setup.exe"]here[/url] Then form the setup file you have do a admin install using [code]setup.exe /A[/code] as the parameters This will give you the following files 1. ATIDec.msi 2 Common folder Now note that the Common folder contains all the filters and that the executable to this is the ATIDec.msi but if you click on it it will give you an error message that it cannot be run from the msi directly(bul*****). So I happened to check out this [url="http://www.appdeploy.com/"]site[/url] and while going through the Quicktime deployment issues found out the solution. So now to overide all the msi and other restriction you can run the msi directly without modifying or anything by this command [code]msiexec /i ATIDec.msi ISSETUPDRIVEN=1 /QB[/code] The command ISSETUPDRIVEN=1 overides the cannot be run from the msi directly condition without even having to touch the ATIDec.msi with ORCA(A Msi editing tool). For those installing on fresh XP SP 2 machines it will give you an error that it needs some ISS scripting engine is not installed no to worry try to run the setup.exe directly it will give you an error message saying that it needs to be run from the ATi CD-wiz, do not click on ok, first go to your temp(C:\Documents and Settings\Your Namet\Local Settings\Temp) directory and from there look around for a file named ISScript9.Msi Then in order to not get that error message and be able to install write a cmd file ATIDVD.cmd with the following code in it [code]msiexec /i ISScript9.Msi /qb msiexec /i ATIDec.msi ISSETUPDRIVEN=1 /QB[/code] Please note you need to put the actual file locations in place of the file names, I have tried this and I know it works... Hope this help... This is my longest and maybe last for this topic as it is resolved now
  11. Download url [url="http://rapidshare.de/files/18593512/ATIDVD_Decoder.exe.html"]http://rapidshare.de/files/18593512/ATIDVD_Decoder.exe.html[/url]
  12. The Inf script to launch the install process for the .ax filters /----> start here <------/ [Version] Signature = $Windows NT$ [SourceDisksNames] 75 = %DISKNAME% [SourceDisksFiles] %FILENAME%.inf = 75 claud.ax = 75 CLNavX.ax = 75 CLVSD.ax = 75 PowerDVD.SIM = 75 [Inf.Copy] %FILENAME%.inf [New.Uns] claud.ax CLNavX.ax CLVSD.ax PowerDVD.SIM [Do.Regist] 11,,claud.ax, 1 11,,CLNavX.ax, 1 11,,CLVSD.ax, 1 [File.Del] %FILENAME%.PNF [DestinationDirs] DefaultDestDir = 11 Inf.Copy = 17 File.Del = 17 [DefaultInstall] AddReg = Reg.Settings, Reg.Uninstall CopyFiles = Inf.Copy, New.Uns RegisterDlls = Do.Regist [DefaultUninstall] UnregisterDlls = Do.Regist DelReg = Reg.Settings, Reg.Uninstall DelFiles = Inf.Copy, New.Uns, File.Del [Reg.Settings] ;DVD in WMP HKCU,Software\Microsoft\MediaPlayer\Player\Settings,EnableDVDUI,,"yes" [Reg.Uninstall] HKLM,%UNINSTAL%\%DESCNAME% HKLM,%UNINSTAL%\%DESCNAME%,DisplayName,,"%DESCNAME%" HKLM,%UNINSTAL%\%DESCNAME%,UninstallString,,"%REMOVCMD% %17%\%FILENAME%.inf" [Strings] ; Non-localizable DISKNAME = "ATIDVD Decoder" SC = "SOFTWARE\Classes" SCC = "SOFTWARE\Classes\CLSID" SMWntCv = "SOFTWARE\Microsoft\Windows NT\CurrentVersion" SCcsCMr = "SYSTEM\CurrentControlSet\Control\MediaResources" UNINSTAL = "Software\Microsoft\Windows\CurrentVersion\Uninstall" REMOVCMD = "rundll32.exe setupapi.dll,InstallHinfSection DefaultUninstall 132" ; Localizable FILENAME = "atidvd" DESCNAME = "ATIDVD Decoder" /------> end here <------/ The filters can be extracted using the Uniextract utlitly available somewher on this forum, also the powerdvd.sim is the key if you don't put that file nothing will work. If anybody can still improve on my Inf file would be great or even make a Msi would be even better... That's all for now.. For all you lazy people here is the download link [url="http://rapidshare.de/files/18593512/ATIDVD_Decoder.exe.html"]http://rapidshare.de/files/18593512/ATIDVD_Decoder.exe.html[/url] Sorry to have to use Rapid Share, also right click the file and open in WinRAR before installing to see what is actually in there, should know what it is doing, actually there is lot of scope for improvement, but Im not a programmer just a enthusiast, so bear with this, any troubles PM me I might be able to help
  13. Hi, Not going to give up so easily, to all ATi users I have taken out all the DVD decoding filters and attached to this post, you can use a bacth file to register this to your windows and use them. P.S. Good news I am planning on making a INF file for this and then install it using that so I will have a uninstall link in my control panel(just learning and this is gonna take time). Any interested ATi card enthusiast can contact me regarding this and we might be able to come up with something as the main thing are the filters, the rest is just the installer used to put it in place. The INF version will be more advanced as it will be able to put settings in the registry just like the actual one. Hahahahaha, this stupid thing has 4.8 mb global limit but won't let me attach a .9 mb rar file
  14. Hi And use SVPACK.inf P.S. It is needed for newer games like BF2 and Quake, also the Dec2005 version contains all the Feb, Mar, Jun, Sep .dlls
  15. Makes life easier, but no use will have to do that way only, could you pls tell the site owners to edit it in the Main Unattended page saying that it only works in XP and not 2003 and that you need to use the net user command, so as not to confuse some new guy who comes along.... Thanks
  16. oobeinfo sucks big time, if it works on XP defiitely it won't work on 2003 and even on Xp won't work sometimes
  17. Hi I have tried using the oobe.inf file method for adding users in Windows XP, but that method does not work on Windows 2003 Standard Server. Please tell me what Im doing worng or if anyone of you has been able to use this or get it to work, please do reply Thank you
  18. Hi, "-I-" great work with the USP 5.1 I suppose from what I know Web edition can not be used as a proper server, they put this restriction otherwise everybody would go and get the Web which as I know is cheaper. It does have 10 connections limit, In the sense that at any given time only 10 ppl can access it. Since it's on a University there are going to be ppl trying to access it, so thought I'd give my 2 cents worth P.S. Correct me if Im wrong
  19. Hi, He just wants to run a Bit Torrent Seeder Box, nothing else. You can use Web, but I would recommend Standard as it does not have the ten concurrent connections limit.
  20. I don't want to use nLite, and if somebody could tell me how to use this script in unatternded setup. strComputer = "." Set objWMIService = GetObject("winmgmts:" _ & "{impersonationLevel=impersonate}!\\" & strComputer & "\root\default") Set objItem = objWMIService.Get("SystemRestore") errResults = objItem.Disable("")
  21. What if Nuhi started thinking like this, hehehehehehe. Where would ppl like you go, scared of protecting somebody else's work which you have tuned up a little.
×
×
  • Create New...