You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

@ECHO OFF

REM ################################################################
REM Installs: Futurix
REM Download link:
REM Contact information:
REM Documentation
REM Created:
REM Modifyed:
REM Info:
REM Program reboots during install: No
REM Windows needs to be rebooted by SCCM after install: No
REM User interaction at install: No
REM Application dependencies: No
REM Firewall needs to open: No
REM ################################################################

SETLOCAL

REM Sätter path
Set THISDIR = %~dp0

REM Kör setup för Futurix
%THISDIR%futuriximager.exe /S

REM Kopierar genväg till startmenyn
xcopy "%THISDIR%FuturixImager.lnk" "%programdata%\Microsoft\Windows\Start Menu" /Y

REM Återställer path
set THISDIR =

  • No labels