Jump to content

maniaq

Member
  • Posts

    371
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    country-ZZ

Everything posted by maniaq

  1. helow i wonder are there some programs that is tracking the information of any installer, for egzample: when i'm installing a prgram, the"program whisch is traking the information" shows me the files that beeing copied to some kind of folder, regisrty entry will be showed too....or something like that maybe yu understanded me and my english
  2. i have a question....how could i retrive information of an installer: for egzample i have sound blaster live 24bit soft, and i want to create a administrave point? how could i do it? it this possible? maybe there is another way to find out which files are used, because there are many unneeded files in the installer, and how about the registrys how could i found them all for some kind of program.tnx maybe there are some special sites that answers my question,tnx
  3. hey, i'm about to make my own installer, what prgrams do yu prefer to use making a installer, i want very simple, fast and compactible.maybe there are some guides to help out.tnx in advance p.s. i found program name installshield wizard - is this the program i should use?
  4. Strange that ApplyTheme.exe does not work for you. I use it in my install.bat (called from winnt.sif), and that's the only thing I use. I've never had to resort to a reghack or any other method... <{POST_SNAPBACK}> it worked but the problem was in my royal.theme file
  5. hey guys, great news, i have found the problem on my first post, it was the theme_name.theme file fault here take a look of mine royal.theme file ; Copyright © Microsoft Corp. 1995-2004 [Theme] DisplayName=Energy Blue ; My Computer [CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\DefaultIcon] DefaultValue=%windir%explorer.exe,0 ; My Documents [CLSID\{450D8FBA-AD25-11D0-98A8-0800361B1103}\DefaultIcon] DefaultValue=%windir%SYSTEM32\mydocs.dll,0 ; My Network Places [CLSID\{208D2C60-3AEA-1069-A2D7-08002B30309D}\DefaultIcon] DefaultValue=%windir%SYSTEM32\shell32.dll,17 ; Recycle Bin [CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\DefaultIcon] full=%windir%SYSTEM32\shell32.dll,32 empty=%windir%SYSTEM32\shell32.dll,31 [Control Panel\Cursors] Arrow= Help= AppStarting= Wait= NWPen= No= SizeNS= SizeWE= Crosshair= IBeam= SizeNWSE= SizeNESW= SizeAll= UpArrow= DefaultValue=Windows default Link= [Control Panel\Desktop] Wallpaper=%WinDir%Resources\Themes\Royalmod\maniaq.jpg TileWallpaper=0 WallpaperStyle=2 Pattern= ScreenSaveActive=0 [boot] SCRNSAVE.EXE= [MasterThemeSelector] MTSM=DABJDKT ThemeColorBPP=4 [VisualStyles] Path=%WinDir%resources\Themes\RoyalMod\RoyalMod.msstyles ColorStyle=Midnight Size=NormalSize just reenter: wallpaper,the path, color style and size, nothing more is needed then it works fine and save it as your_theme_name.theme file and run it when ever yu want and from where ever yu want...havent tested it fully but it is working going to test it over winnt.sif.....
  6. new nvidia drivers is out, only beta versiont his time 77.76 Beta www.nvidia.com 77.76 us 16 MB 77.76 international 28.9 MB
  7. the same thing happened to me, yu need to install the theme before using applytheme, use this reg: [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\ThemeManager] "LoadedBefore"="1" "LMVersion"="103" "LMOverRide"="1" "ThemeActive"="1" "DllName"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,\ 74,00,25,00,5c,00,52,00,65,00,73,00,6f,00,75,00,72,00,63,00,65,00,73,00,5c,\ 00,74,00,68,00,65,00,6d,00,65,00,73,00,5c,00,4c,00,75,00,6e,00,61,00,5c,00,\ 4c,00,75,00,6e,00,61,00,2e,00,6d,00,73,00,73,00,74,00,79,00,6c,00,65,00,73,\ 00,00,00 this is for royale theme, yu could manualy get the reg from your own windows..... as for applytheme.exe ...i can put and run it from where ever i want, right?
  8. do i need to rename the applytheme.exe to applytheme royal.exe or what??
  9. i haven't tested it fully....but i think there is another way to set the theme and i'm going to check it out..... or maybe someone could help us out
  10. where is the /f at the end of the line..... i think it should be like this: @Echo off SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Joining Merconet.be Domain" /f REG ADD %KEY%\005 /V 1 /D "cmd /c start /wait netdom.exe join %computername% /domain:merconet.be /UserD administrator /PasswordD *" /f maybe it will help......
  11. i think we can run the reg file over the cmdlines.txt file reg file code: Windows Registry Editor Version 5.00 ;sets custom theme [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes] "InstallTheme"="%WinDir%\Resources\Themes\royal.theme" "InstallVisualStyle"="%WinDir%\Resources\Themes\royalmod\royalmod.msstyles" ;Set Custom Wallpaper [HKEY_CURRENT_USER\Control Panel\Desktop] "TileWallpaper"="0" "Wallpaper"="%windir%\\web\\wallpaper\\maniaq.jpg" "Wallpaperstyle"="2" cmdlines.txt code "REGEDIT /S reg_name.reg" ..................going to test it............ p.s. edit the reg file for your theme.....
  12. i don't understand executing a theme file just opens up the Display Properties->Theme tab <{POST_SNAPBACK}> what didn't yu understand?
  13. hey i have just searched the forum and found the reg tweaks that sets theme and wallpaper Windows Registry Editor Version 5.00 ;sets custom theme [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes] "InstallTheme"="%WinDir%\Resources\Themes\royal.theme" "InstallVisualStyle"="%WinDir%\Resources\Themes\royalmod\royalmod.msstyles" ;Set Custom Wallpaper [HKEY_CURRENT_USER\Control Panel\Desktop] "TileWallpaper"="0" "Wallpaper"="%windir%\\web\\wallpaper\\maniaq.jpg" "Wallpaperstyle"="2" but i'm getting this: but when i manualy set the the theme in properties>appearance it looks like this: so basicaly i need to set the theme one more time....... where the problem??? p.s. i use ryanvm's update pack, where is the uxtheme.dll
  14. hey vcBlackBox, nice work i have a question could yu remove the spash screen....???
  15. hey i have been looking for some tweaks and found a tweak that Sets view settings for My Computer to icon view and don't arranges icons in groups, but it doesnt work, doesn anyone have suggestions....here's the code: Windows Registry Editor Version 5.00 ; Set view settings for My Computer to icon view and don't arrange icons in groups. [HKEY_CURRENT_USER\Software\Microsoft\Windows\ShellNoRoam\BagMRU] "NodeSlots"=hex:02 "MRUListEx"=hex:00,00,00,00,ff,ff,ff,ff "0"=hex& #58;14,00,1f,50,e0,4f,d0,20,ea,3a,69,10,a2,d8,08,0 0,2b,30,30,9d,00,00 [HKEY_CURRENT_USER\Software\Microsoft\Windows\ShellNoRoam\BagMRU\0] "NodeSlot"=dword:00000001 [HKEY_CURRENT_USER\Software\Microsoft\Windows\ShellNoRoam\Bags\1\Shell] "WFlags"=dword:00000000 "ShowCmd"=dword:00000001 "FFlags"=dword:00000000 "Vid"="{0057D0E0-3573-11CF-AE69-08002B2E1262}" "ColInfo"=hex& #58;00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,0 0,fd,df,df,fd,0f,\ & nbsp;00,05,00,24,00,10,00,2e,00,46,00,00,00,00,00, 01,00,00,00,02,00,00,00,03,00,\ & nbsp;00,00,04,00,00,00,78,00,96,00,60,00,60,00,78, 00,00,00,00,00,01,00,00,00,02,\ & nbsp;00,00,00,03,00,00,00,05,00,00,00,ff,ff,ff,ff, 00,00,00,00,00,00,00,00,00,00,\ & nbsp;00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,\ 00
  16. hey, i looking for a reg tweak for removing this "play on my>analog display": it may be connected with wmp10
  17. Here is your darned uploadtemple link let booogy have a break GUYS!!!! http://www.uploadtemple.com/view.php/1120990946.rar <{POST_SNAPBACK}> tnxs it works now for me...
  18. something is wrong i cant download the file, maybe its becauseof my internet or what, but could yu, @booooggy add the file again to, this time other site, upload temple i would be very very very greatfull, tnxs
  19. this is the last one... <{POST_SNAPBACK}> booooggy could yu please add the file to the megaupload.comsite.tnx
×
×
  • Create New...