Jump to content

jinkazama

Member
  • Posts

    214
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Italy

Everything posted by jinkazama

  1. @radix i've create same script for Word and Excel 2007 but it doesn't work Can you check it for me? Thank you install.cmd @ECHO OFF :: Check the operating system type (32 bit or 64 bit) IF NOT EXIST %SystemRoot%\SysWOW64 GOTO X86 IF EXIST %SystemRoot%\SysWOW64 GOTO X64 :: 32 bit :X86 ::Create All Users Desktop icons for Word 2007 and Excel 2007 on 32 bit operating systems start rundll32.exe advpack.dll,LaunchINFSection create_shortcut_x86.inf,,1 :: 64 bit :X64 ::Create All Users Desktop icons for Word 2007 and Excel 2007 on 64 bit operating systems start rundll32.exe advpack.dll,LaunchINFSection create_shortcut_x64.inf,,1 :END EXIT create_shortcut_x86.inf [Version] Signature=$Windows NT$ [DefaultInstall] ProfileItems=1IconItemAdd ProfileItems=2IconItemAdd [1IconItemAdd] ; All Users Desktop icon for MSO Word 2007 Name = "Microsoft Office Word 2007", 0x0000008, 16409 CmdLine = 16422,"Microsoft Office\Office12","WINWORD.EXE" WorkingDir = 16422,"Microsoft Office\Office12" InfoTip = "Create beautiful documents, easily work with others, and enjoy the read." [2IconItemAdd] ; All Users Desktop icon for MSO Excel 2007 Name = "Microsoft Office Excel 2007", 0x0000008, 16409 CmdLine = 16422,"Microsoft Office\Office12","EXCEL.EXE" WorkingDir = 16422,"Microsoft Office\Office12" InfoTip = "Easily discover, visualize, and share insights from your data." create_shortcut_x64.inf [Version] Signature=$Windows NT$ [DefaultInstall] ProfileItems=1IconItemAdd ProfileItems=2IconItemAdd [1IconItemAdd] ; All Users Desktop icon for MSO Word 2007 Name = "Microsoft Office Word 2007", 0x0000008, 16409 CmdLine = 16426,"Microsoft Office\Office12","WINWORD.EXE" WorkingDir = 16426,"Microsoft Office\Office12" InfoTip = "Create beautiful documents, easily work with others, and enjoy the read." [2IconItemAdd] ; All Users Desktop icon for MSO Excel 2007 Name = "Microsoft Office Excel 2007", 0x0000008, 16409 CmdLine = 16426,"Microsoft Office\Office12","EXCEL.EXE" WorkingDir = 16426,"Microsoft Office\Office12" InfoTip = "Easily discover, visualize, and share insights from your data."
  2. Hi, i have created several profiles to install WPI for each type of OS (win xp - vista x86/x64 vista SP1x86/x64 vista SP2 x86/x64 7 x86/64 7SP1 x86/x64 and 8x86/64), is it possible to add an option to show system info in main page to quickly detect right configuration? Thank you
  3. Check your mail Checked, thank you Allen2 your line also works
  4. Thank you DosProbie, here my reg file. icone_desktop_8.reg
  5. Can you explain me how it works? i need to silent make a reg modify in win8 Thank you
  6. I need it for all OS, Windows XP, Vista, 7 and 8
  7. Thank you allen2, i'll try shortcut 1.11, only a question, how can i create a link on all user desktop? An example for skype: shortcut.exe /F:"%allusersprofile%\Desktop\Testskype.lnk" /a:c /t:"%ProgramFiles(x86)%\Skype\Phone\Skype.exe" How can i run it silently?
  8. Does anyone know how to create a desktop shortcut to an executable using a command line/batch or reg file? I need it to solve desktop shortcuts for silent installer withous link creation switch like trojan remover. Or for example, can i make a file to create shortcuts on desktop for word2003 and Excel 2003 after installing Office 2003 Word2007 and Excel 2007 after installing Office 2007? Thank you
  9. Is it possible to add Snap function to WPI Window? http://windows.microsoft.com/en-us/windows7/products/features/snap
  10. Italian Language for 8.6.5 Please update it to use 8.6.5 in italian lang_it.js
  11. This solution works only on older versions, in 8.6.3 WPI.hta no longer exists...
  12. Kelsenellenelvian do you think to restore wpi font feature to add any font in the graphics\fonts folder before opening the main interface in the next release?
  13. is possible recover Windows 8 key from bios? I have no recovery system available and i need it to install from Microsoft Windows 8 DVD. Thank you
  14. Itunes 11 silent script needs admin authorization to work How can i run it as admin in WPI?
  15. Please add in FAQ page silent switches
  16. I've tried it 3 times and it works... Tomorrow i'll retry I attach AVG installer pdf switch list Parametri AVG.pdf
  17. But this doesn't work for me! Is this an "official" bug, or my private one? It works for me
  18. i found a working solution: add these lines after silent installer PING 1.1.1.1 -n 1 -w 5000 >NUL taskkill /t /f /im avgui.exe
×
×
  • Create New...