Jump to content

Alex

Member
  • Posts

    222
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Lithuania

Everything posted by Alex

  1. Thanks a lot to Sneaky from Alex
  2. Hi, Method with folders does not work for me. Of course, if I need to add only folders and nothing to my runonceex. Testing MCT method, be back... Alex
  3. Can I simply use nero express to burn office xp sp3 cd with slipstreamed updates? Or I should use burning rom and specify something? File name lengh and other things? Thanks in advance, Alex
  4. After integration of sp3 and all hotfixes to office xp cd I noticed a mistake in organization line and name line in the install window. What file I need to access to correct this so I do not need to correct it manually on each new install? Thanks in advance, Alex
  5. Hi all, To put shortcut with Winrar SFX made progs to all programs we use Shortcut=P and so on... is there way to put shortcut to quick launch? the comment below contains SFX script commands Path=%PROGRAMFILES%\NetSwitcher for Windows\ Shortcut=P, NetSwII.exe, , , "x NetSwitcher" pls help, Alex
  6. I learnt to use SFX for some small programs and they install just great. But how to add a shortcut to start menu ->all programs? Or to quick launch? tried COPY "%CDROM%\Software\Client Manager.lnk" "%UserProfile%\Start Menu\Programs\Accessories\" There is a mistake? Thanks a lot in advance, Alex
  7. Figured it out. Forgot to add cd.txt file to nlite.iso My appreciation for ALL Your help. God bless You, Alex
  8. Thanks a lot, I figured out that all what was necessary to do is to extract from setup.exe ANOTHER setup.exe. Then the switces are working perfectly. New question about virtual machine. (just started using it) I made install on VMware workstation from nlite cd mounted on clone cd virtual drive but drivers do not install and runonceex as well. Though no mistakes during install. Is it ok? I've read somewhre drivers are not suposed to install on vmware, but what about runonceex and progs that shoud install? Thank You very much, Alex
  9. @echo off SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Installing Applications" /f REG ADD %KEY%\005 /VE /D "Diskeeper 8.0.478" /f REG ADD %KEY%\005 /V 1 /D "D:\Downloads\XP\Software\setup.exe /s /v"/qn" /f EXIT Testing diskeeper install and having problem with switches, because installshield wizard window pops up and i must finish installation manually clicking next, yes and so on... No way to finish unattended? Maybe You could help with switches? Thanks a lot in advance, Alex
  10. Need swithes for diskeeper 8.0.478.0 silent install. Thanks for help, Alex
  11. Thank You very much, I figured it out too, but for me, newbie it took some time... Alex
  12. Winrar 3.30 does not have register.reg. You should priduce a reg.key and put it into winrar directory. I have a key, how to put it to winrar directory? Alex
  13. Success! Thank You for Your lesson "D:\Trialxpcd\Software\MP10Setup.exe" /q:A /c:\setup_wm.exe" /Q /R:N" Am I right? Alex
  14. so far for me works fine only this example Earlier printed swithes are taken from internet and ones for other progs worked fine. Pls share Your knowledge... Alex REG ADD %KEY%\020 /VE /D "Windows Media Player 10" /f REG ADD %KEY%\020 /V 1 /D "D:\Trialxpcd\Software\MP10Setup.exe /q"
  15. Pitty, You could not just correct it...Too difficult for me yet to get when i do not see example. Anyway thanks, Alex
  16. How to import winrar registry key with RunOneEx? Yhanks in advance, Alex
  17. @echo off IF EXIST D:\CD.txt set CDROM=D: IF EXIST E:\CD.txt set CDROM=E: IF EXIST F:\CD.txt set CDROM=F: IF EXIST G:\CD.txt set CDROM=G: IF EXIST H:\CD.txt set CDROM=H: IF EXIST I:\CD.txt set CDROM=I: IF EXIST J:\CD.txt set CDROM=J: SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Installing Applications" /f REG ADD %KEY%\005 /VE /D "Windows Media Player 10" /f REG ADD %KEY%\005 /V 1 /D "D:\Trialxpcd\Software\MP10Setup.exe /q:A /c:\"setup_wm.exe /Q /R:N EXIT this is part of my RunOnceEx.cmd testing (the path is changed from %CDROM% to D:\... for trial purposes). All other progs switches working fine on trial (i just double click RunOnceEx.cmd and reboot). When double click RunOnceEx.cmd and reboot WMP 10 does not install and no mistakes. Other progs installs testing this way, reader does not. Could someone correct switches? Thanks for help in advance, Alex
  18. I know that thank You, but media player switches do not work on test, nothing happens, they should be corrected as with Reader. Your soft just great I almost finished creating my cd Driver intergration is perfect Can I enable digital signatures before creating iso? Good luck, Alex
  19. REG ADD %KEY%\005 /VE /D "Windows Media Player 10" /f REG ADD %KEY%\005 /V 1 /D "D:\Trialxpcd\Software\MP10Setup.exe /q:A /c:\"setup_wm.exe /Q /R:N Jesus! The same problem with those switches! Could it be corrected as well? Thank You in advance, Alex
  20. Thank you Thank you Thank you very much... Sorry for posting in wrong place... Alex
  21. @echo off IF EXIST D:\CD.txt set CDROM=D: IF EXIST E:\CD.txt set CDROM=E: IF EXIST F:\CD.txt set CDROM=F: IF EXIST G:\CD.txt set CDROM=G: IF EXIST H:\CD.txt set CDROM=H: IF EXIST I:\CD.txt set CDROM=I: IF EXIST J:\CD.txt set CDROM=J: SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Installing Applications" /f REG ADD %KEY%\005 /VE /D "Adobe Reader 6.02" /f REG ADD %KEY%\005 /V 2 /D "D:\Trialxpcd\Software\AdbeRdr602_ece.exe" -p"-s /v\"/qn\"" EXIT this is part of my RunOnceEx.cmd testing (the path is changed from %CDROM% to D:\... for trial purposes). All other progs switches working fine on trial (i just double click RunOnceEx.cmd and reboot). Reader 6.02 works fine (program silently installs )from start->run with switches, but when double click RunOnceEx.cmd and reboot reader does not install and no mistakes. Other progs installs testing this way, reader does not. Why? Maybe it's ok? Will the switches work on clean install from burnt cd only? Thanks for help in advance, Alex
×
×
  • Create New...