Jump to content

Forseti

Member
  • Posts

    3
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Germany

Posts posted by Forseti

  1. xcopy does not create directory structure!

    ;!@Install@!UTF-8!RunProgram="Setup_%%P.msi /qr"RunProgram="hidcon:xcopy config.xml \"%appdata%\Mythicsoft\FileLocatorPro\config\" /s /y"GUIMode="2";!@InstallEnd@!
    C:\Users\Forseti\AppData\Roaming\Mythicsoft\FileLocatorPro\config

    please help!

  2. For ProgramData:

    cmd /c Del /F /S /Q "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Test\Test.lnk"

    ;!@Install@!UTF-8!
    RunProgram="Setup.exe /S"
    RunProgram="hidcon:cmd /c del /F /S /Q ?????????????????????????????\Test.lnk"
    GUIMode="2"
    ;!@InstallEnd@!

    For AppData:

    cmd /c Del /F /S /Q "C:\Users\Test\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Test\Test.lnk"

    ;!@Install@!UTF-8!
    RunProgram="Setup.exe /S"
    RunProgram="hidcon:cmd /c del /F /S /Q ???????????????????????\Test.lnk"
    GUIMode="2"
    ;!@InstallEnd@!

    how to remove shortcuts? please help!

×
×
  • Create New...