~skss/live-usb-install/live-usb-install

« back to all changes in this revision

Viewing changes to winbundle/live-usb-install-portable.nsi

  • Committer: Красимир С. Стефанов
  • Date: 2014-07-15 08:23:35 UTC
  • Revision ID: lokster@shodan-desktop-20140715082335-b4fi86pkh3e4fj9s
Update presets

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
        System::Call 'Kernel32::SetEnvironmentVariableA(t, t) i("GTK2R_PREFIX", ".\GTK\bin").r0'
71
71
        System::Call 'Kernel32::SetEnvironmentVariableA(t, t) i("LIB", ".\GTK\lib").r0'
72
72
        ReadEnvStr $R0 "PATH"
73
 
        StrCpy $R0 "$R0;.\GTK\bin;.\lib;.\"
 
73
        StrCpy $R0 ".\GTK\bin;.\lib;.\;$R0"
74
74
        System::Call 'Kernel32::SetEnvironmentVariableA(t, t) i("PATH", R0).r0'
75
75
 
76
76
        Call GetParameters