Jump to content

myselfidem

Member
  • Posts

    2,515
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Switzerland

Everything posted by myselfidem

  1. I am sure, the first time you forgotten to disable the UAC, for any reason, and with the same reg file after desabling the UAC works fine! However you prefer to keep a registy key with an error! I don't understand. Cheers
  2. Like I said all your commands will be removed with an Registry Cleaner because the path isn't correct! Already discussed here about this error: http://www.msfn.org/board/topic/150642-how-to-add-shorcuts-for-your-programs-inside-control-panel/page__view__findpost__p__966749 Cheers
  3. The registry key, like I said, isn't correct even if you downloaded the reg file! Attached. Using the registry key changed on Windows 64-bit
  4. Take care when you write! The example I given is correct! Try to use a registry cleaner and you will see no more your commands on the desktop! Cheers
  5. I think you mean, like I said before: Do not work: [HKEY_CLASSES_ROOT\DesktopBackground\Shell\Power Menu] Works: [HKEY_CLASSES_ROOT\Directory\Background\Shell\Power Menu]
  6. Yes, your reg file ins't correct anyway. Try to change it!
  7. Change also to the correct path inside your reg file: [HKEY_CLASSES_ROOT\Directory\Background\Shell\Power Menu]
  8. Maybe that can help you: http://www.msfn.org/...pi-not-working/
  9. Have you set the complete location path for your registry key using {REGEDIT} command ?
  10. Example with a folder inside: %userprofile%\Mes Documents\Tweaks\Batchs 1 - Removing first all files inside:.\Tweaks\Batchs\*.* 2 - Install the new files inside the same subfolder Le commentaire ci-dessous contient des commandes pour script SFX Path=%userprofile%\Mes Documents Silent=1 Overwrite=1 Update=U Delete=Tweaks\Batchs\*.* HTH
  11. You can use the option: Le commentaire ci-dessous contient des commandes pour script SFX Overwrite=1
  12. Have you tried whithout quotes and whithout space inside folder names ?: .\setup.exe TRANSFORMS=UNATTEND.MST /qb- Example, like this: start /wait F:\Desktop_Support\XPCD\$OEM$\$1\install\Applications\Office2003\setup.exe TRANSFORMS=UNATTEND.MST /qb- *Edit: The new link for the web site you told is here now: http://unattended.msfn.org/unattended.xp/view/web/50/
  13. Yes, it seems! Create a new mst file and save as Unattend.mst! I always use successfully like that! HTH
  14. TRANSFORMS=Unattended.MST /qb- TRANSFORMS=UNATTEND.MST /qb- You see the difference?
  15. In addition to supervision given by submix8c, give the same name inside config.txt you use with 7zip: config.txt ;!@Install@!UTF-8! GUIMode="2" RunProgram="MySFX.exe" ;!@InstallEnd@! *Edit: Maybe you can try like this (example): without using %zipFileName% ! config.bat @echo off SETLOCAL ENABLEEXTENSIONS echo. rem All files needed for drivers 32 or 64-bit OS are inside the folder Scan3970: rem C:\Program Files\7-Zip\Scan3970 (or another partition) rem D:\Program Files\7-Zip\Scan3970 rem My folder with all my files needed set AllFileOutputDir=Scan3970 rem MySFX.exe file Name set OutPutFile=Scan3970.exe cd /d %~dp0 if exist "%AllFileOutputDir%.7z" del /f /q "%AllFileOutputDir%.7z" echo. cd /d "%~dp0%AllFileOutputDir%" "%~dp07z.exe" a -t7z -mx9 -y "%~dp0%AllFileOutputDir%" copy /b /y "%~dp07zsd.sfx" + "%~dp0Scan3970.txt" + "%~dp0%AllFileOutputDir%.7z" "%~dp0%OutPutFile%" pause
  16. Maybe you need to check if the name you used is correct, mine is (whithout quotes): Example with WPI: '%WPIPath%\\Install\\Office2003\\setup.exe TRANSFORMS=UNATTEND.MST /qn' Cheers
  17. Maybe you need to install Windows Installer 4.5 for Windows XP, for your "MySetup.msi" file?: Windows Installer 4.5 http://en.wikipedia.org/wiki/Windows_Installer
  18. You mean this time works on Windows 7 but not on Windows XP? Maybe you can try to change the config.txt ;!@Install@!UTF-8! GUIMode="2" RunProgram="Setup.exe" RunProgram="MySetup.msi /qn" ;!@InstallEnd@! *Edit: It seems you have add an argument with a temp folder : 7zS909.tmp inside your msi file! and the path isn't correct.
  19. myselfidem

    I need help

    If you want, you can extract the files with WinRar and launch the "startcd.exe" file to install AIK on your computer!
  20. myselfidem

    I need help

    1 - You can download and burn the iso file AIK for Windows Vista SP1. 2 - Install AIK with your DVD. 3 - Download vLite 1.2: http://www.vlite.net/download.html 4 - Install vLite. Cheers
  21. The OP must give more details!
  22. Thanks for the Recovery CD for XP english link!
  23. If I well understand you would try to install Windows XP on your laptop, right? http://support.asus.com/Troubleshooting/detail.aspx?SLanguage=en&p=3&m=F5R&s=95&hashedid=0eKXyArbToBTBO0X&os=24&no=1775 Downloads (for XP) Do you see the hard drive on your BIOS?
  24. Maybe you need to use a Recovery Disc CD for Windows Vista. Create a Recovery CD If you have this one, try to repair the Startup... For Windows XP Recovery console But it seems that you need to change your hard drive, and reinstall the OS. Regards
  25. It's not the best way to create your SFX file inside the folder: C:\Program Files\7-Zip But, if you need for both architecture: 32-bit and 64-bit you need to use 7zsd_All.sfx module I create an SFX file inside this folder for Scanjet 3970 series drivers (as example), like this: config.bat @echo off if exist "%~dp0Scan3970.7z" del /f /q "%~dp0Scan3970.7z" echo. cd "%~dp0Scan3970" "%~dp07z.exe" a -t7z -mx9 -y "%~dp0Scan3970" @copy /b /y "%~dp07zsd.sfx" + "%~dp0Scan3970.txt" + "%~dp0Scan3970.7z" "%~dp0Scan3970.exe" pause Scan3970.txt ;!@Install@!UTF-8! ; Mode silencieux pour HP Scanjet3970 series x86 GUIMode="2" RunProgram="hidcon:cmd /c xcopy \"%%T\\*.*\" %SYSTEMDRIVE%\\Drivers\\Scanjet\\ /s /e /i /y" RunProgram="%SYSTEMDRIVE%\\Drivers\\Scanjet\\DPInst32.exe /SW" ;!@InstallEnd@! Output result *Edit: Tested also on XP and works fine! It seems with Windows XP, there is an subfolder inside your temp folder! HTH
×
×
  • Create New...