Jump to content

benners

Member
  • Posts

    693
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

Everything posted by benners

  1. benners

    Changes to Xplode

    result. I'm toying with the idea of creating a bitmap for the selection menu so that instead of a colour there would be an image but I can't decide on which is the best, I would like the writing to have a glow around it but due to the different text lengths sometimes it just looks tacky
  2. & nbsp;AdminPassword= remove the "& nbsp;" The AdminPassword should be enclosed in quotation marks.
  3. [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "WebViewBarricade"=dword:00000001
  4. Try changing /f1"setup.iss" to -f1"setup.iss"If that doesn't work try putting the full path of the setup.iss
  5. Setup.exe -s f2"%systemdrive%\Drivers\powerdvd.log"Try changing the switches as below Setup.exe /s -f2"%systemdrive%\Drivers\powerdvd.log"
  6. For the Internet Explorer window try the values here [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] "Window_Placement"=hex:2c,00,00,00,02,00,00,00,03,00,00,00,ff,ff,ff,ff,ff,ff,\ ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,6e,00,00,00,91,00,00,00,8e,03,00,00,e9,02,00,\ 00 this makes it maximized for me. For the status bar [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] "StatusBarOther"=dword:00000001
  7. The "Automatically Detect Settings" is unchecked in my settings but I do not have to import a tweak to do this, I checked the box, then used RegSnap to monitor the changes when unchecked and the values are below [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Connections] "SavedLegacySettings"=hex:3c,00,00,00,83,00,00,00,01,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,01,00,00,00,00,00,00,00,10,6d,72,5f,a7,51,c5,01,01,00,\ 00,00,c0,a8,02,05,00,00,00,00,00,00,00,00 "DefaultConnectionSettings"=hex:3c,00,00,00,04,00,00,00,01,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,01,00,00,00,00,00,00,00,10,6d,72,5f,a7,51,c5,01,\ 01,00,00,00,c0,a8,02,05,00,00,00,00,00,00,00,00I noticed on your tweaks you have similar entries except this "& quot;", I don't know where this has come from or if it is needed but the ";" is used to comment things in the registry and as far as I know anything folowing the ";" is ignored. Try my settings and if they do not work it may be that cmdlines is to early to apply the tweak as it may be overwritten when the windows shell loads, I have a similar problem with the smallicons and ShowSuperHidden values for explorer, I apply them after the shell has loaded via my cleanup file.
  8. Check the values here HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ProShow\license\install and add them to the iss file
  9. I had a bit of free time so I downloaded the trial version and monitored it with Installrite. I then made an inno setup executable with ISTool and the attached iss file. I am no expert and I don't use the program but it installs and runs ok, but as to anything else I am unsure. proshow.zip
  10. OemSkipWelcome = 0change to OemSkipWelcome = 1
  11. Try looking in HKEY_CLASSES_ROOT for entries that start with TMPGS3 and copy gs-main.dat saved here C:\Documents and Settings\username\Application Data\Tenebril\GhostSurf\3.0 the .dat file is created after first run and will stop the prog asking to do a quick update when opened. I don't know if this works on multiple machines of if the keys differ from machine to machine. Tried it on another machine and the reg keys don't work on that machine, so the activation does something with the code on a per machine basis, the reg key values may also change on the same machine after an unattended install. Deleting the reg keys in HKEY_CLASSES_ROOT (also created in HKEY_LOCAL_MACHINE\SOFTWARE\Classes) prompts the program to ask for activation, cancel that and import the same reg key activates it again.
  12. Have you read this thread ? FlashFXP
  13. I would try replacing the files in the i386 folder with new ones. If you have modified the files to tweak them the you will need to run modifype to correct the crc header, although if this is the case windows normally says that it can't copy them not that they are not there, or you can use a utility by forum member JCarle called CompressionBin I think there is a link in the unattended guide, or search the forum
  14. Lord take me now for my genius has become my curse Seriously though, glad you sorted it
  15. I have edited the sr.inf file. In the i386 folder there should be a file sr.in_, I expanded this and deleted everything apart from [version] Signature="$CHICAGO$" SetupClass=BASE LayoutFile=layout.inf [DefaultInstall]Saved the file and placed it in the i386 folder and deleted the compressed sr.in_ file and it works for me, ugly maybe but it works. This does not install the system restore and there is no tab available on the system properties page, so do not use this method if you at some time want to enable it.
  16. There is a tool from microsoft that may help here
  17. benners

    Changes to Xplode

    I don't know about T12 all I run then is the default tweaks and they just fly through, it is animated before windows starts after the second reboot, but on my slow computer (Athlon XP2100) it does stop and start, maybe there is not enough juice. I have found that if I open Task Manager when xplode is running the animation plays smoothly, still trying to figure out the kinks
  18. benners

    Changes to Xplode

    @Glowy Sure, as I have said in my previous post I don't know anything about style sheets or Javascript so what I do is alter things and see what changes. The attached style sheet is what I use for the effects, the green tick, red cross and blue pause were ones I had on my hard drive, I opened the icon with iconXP and saved the 24x24 32bpp one as a gif. The check box I made in Paint Shop by creating a new image 24x24 with a white background and adding a bevel effect with Eyecandy filters and the clock is an animated gif I made from another icon, I removed the hand in Paint Shop so the face was blank, then used the line tool to created hands at different times, then using Ulead gif animator created the animated gif, for the gifs to run you will need to allow "Play animations in web pages" under the advanced tab in IE. I have commented the style sheet for my benefit so the terminology may not be correct, let me know if you need any more info and I will try to help. icons.zip
  19. The next time it reboots, if you have an old Win98 boot disk, boot from that and navigate to the windows folder, then type edit setuperr.log I think that is right, you may need to have edit.com on the disk I can't remember if it is an internal or external dos command, then you should be able to see the reason for the reboot. Another suggestion is copy the setuperr.log file from the machine and open it on another with windows installed, just makes it easier reading.
  20. Check on the network to see if the computername you are using in the sif file is already in use when you are installing windows.
  21. The Profiles are located here C:\Documents and Settings\USERNAME\Application Data\mozilla\Firefox\Profiles Before checking those use taskmanager to see if there is a firefox.exe running, sometimes if there is a crash the firefox process is still in memory. If your bookmarks.html files is screwed try restoring it from the backup, bookmarks.bak in the same dir
  22. benners

    Changes to Xplode

    @S0mE0nesMiNd1 If you mean my image, nothing special really. I use PaintShop Pro, the original image was 2109x3000, when I resized it to 540 height with Pixel, Bicubic or Bilinear there was always some jaggedness around the edges, weighted average removed the jagged edges but there still seemed to be a little bluring. Eventually I did what I have done in the past, used the mouse wheel to zoom out in PSP and take a screen shot about the size I wanted, then resized with weighted average to increase by 10 or 15 pixels. I then used the dropper tool to get the background colour and created an new image of 600x540, the size of genzo's original image (which works out the right size when I set xplode to 800x600) any more and when its run on my machine the cpu usage is 70%+ pent 3.06ghz, then pasted the Angelina image into the new one, thats it.
  23. benners

    Changes to Xplode

    @genzo I don't know dick about html or style sheets, but thanks to your modified files and Google I have edited my selected install also. Thanks to Wraith as well for this excellent proggie which brought me from the dark ages of RunOnceEx xplode1 xplode2
  24. check for a file called TMPGEnc3XP.lic here C:\Documents and Settings\user\Application Data\Pegasys Inc\TMPGEnc3XP
  25. Sure, my files are attached. Edit: Fixed bad line in xml batcave.zip
×
×
  • Create New...