Jump to content

GuuZ

Member
  • Posts

    49
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Netherlands

About GuuZ

  • Birthday 02/24/1988

Contact Methods

  • Website URL
    http://

GuuZ's Achievements

0

Reputation

  1. Ok I created my own Winamp package with WINinstall 2003 LE. And it works fine. BUT .. Everytime after I rebooted, and I run my winamp.exe again a small install progress bar shows up for like 2 secs, and after that winamp just runs. Only first time after rebooting. What does this progress bar? Can I get rid of it? It kinda annoys me Thanx edit: it seems that this progress bar comes from the original msi I installed it from... so it's like reinstalling itself everytime I rebooted help???
  2. jup all works fine
  3. works fine thanx a lot m8
  4. works now but after installing I changed my programfilespath back to c:\program files.... works fine. But there's still one thing.. All the shortcuts that should direct to D:\Applications direct to C:\Progam Files now ;(... Should I just replace those shortcuts with a batch file?
  5. still busy... trying and solving
  6. thanx a lot!!! I'll try it tonight
  7. Ah I see Now I understand.. thanx Will try this when I get home from work
  8. C:\>echo %%ProgramFiles%%%C:\Program Files% C:\>
  9. Well I'll give it a shot tonight. Thanx for your reply
  10. GuuZ

    GetDiz

    No lol, that I can use the /x swich to extract the files But that's not important in this case now is it? mazin, would you be so kind to take a look at this one for me? http://www.msfn.org/board/index.php?showtopic=18861 thanx
  11. Ok I solved the RRC not working... IT didn't work because it aumatically converted %ProgramFiles% into C:\ProgramFiles.. so that made the command: RRC Search /data /text="C:\Program Files" /replace="C:\Program Files" /noprompt.. Now I have solved that with the following: SET PF1=%ProgramSET PF2=Files%RRC Search /data /text="%%PF1%%PF2%%" /replace="C:\Program Files" /nopromptAnd that works! Now there are actually two things where stuff messes up. This is how my setup works now: ProgramFilesFolder changes to D:\Applications from cmdlines.txtprepare.cmd runs from RunOnceExMy Apps get installed (to D:\Applications) from RunOnceExfinalize.cmd runs from RunOnceExprepare.cmd SET PF1=%ProgramSET PF2=Files%RRC Search /data /text="%PF1%%PF2%" /replace="C:\Program Files" /nopromptRRC Search /data /text="%%PF1%%PF2%%" /replace="C:\Program Files" /nopromptRRC Search /data /text="D:\Applications" /replace="C:\Program Files" /nopromptregedit /s %Systemdrive%\Install\D-Schijf.regD-schijf.reg Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion]"ProgramFilesDir"="d:\\Applications""ProgramFilesPath"="%ProgramFiles%"finalize.cmd cmdow @ /HID@echo off SET PF1=%ProgramSET PF2=Files%RRC Search /data /text="%PF1%%PF2%" /replace="D:\Applications" /nopromptRRC Search /data /text="%C:\Program Files%" /replace="C:\Program Files" /nopromptregedit /s %Systemdrive%\Install\C-schijf.regC-schijf.reg Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion]"ProgramFilesDir"="C:\\Program Files""ProgramFilesPath"="%ProgramFilesOk first thing that messes up: I take for example the Softwate/Microsoft/Outlook Express. There's a value Installdir it's called I believe.. At the default install it says: "%Program Files%\Outlook Express\etc." Now if I'm correct this line should be changed by the 1st RRC command in prepare.cmd. And it does change. But for some strange reason it changes to "%C:\Program Files%\Outlook Express\etc." Yup thos 2 %'s dont belong there. But in my finalize.cmd there's another line that should solve it. Well guess not. RRC Search /data /text="%C:\Program Files%" /replace="C:\Program Files" /nopromptDidn't do a thing to it. So when I get in windows... the regkey is still like %C:\Program Files%\.... And this is not the only one.. Totally there are 101 keys who have this problem. Weird enough. If I enter the exact same command in commandprompt. The keys do get changed! But that's not really unattended now is it? Ok 2nd issue. For all my applications installed to D:\Applications at the end all the shortcuts point to C:\Program Files\myapp... Is there a way to fix this too? Or should I simply let it copy over my correct shortcuts? I hope someone's here who can help me Thanx a lot
  12. Well probarly that wouldn't work either because you also can't name the file without any folder. This is probarly because it sets a total different default folder when executing from the RunOnceEX menu
  13. Can be downloaded here: http://www.quicksfv.org/download.html I prolly need to do it the same as here: http://www.msfn.org/board/index.php?act=ST&f=80&t=18710 But there's a slight difference... This program gives me the oppurtunity to right click on a file and let me creatce a sfv-file for it. Offcourse I want that to so I will probarly need a register entry for it. Anyone? mazin perhaps?
×
×
  • Create New...