Go Back   Winamp Forums > Developer Center > NSIS Discussion

 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old 13th May 2011, 16:05   #1
kraucer
Junior Member
 
Join Date: May 2011
Posts: 9
Unhappy Windows Vista: functional installer manually but does not work with KiXtart

Friends,

When I run executable down manually (by clicking on the executable) it calls the installer VLC (call_vlc.exe).

************************************
Name "Install VLC"
Outfile "call_vlc.exe"

Function. onInit
Silent SetSilent
FunctionEnd

Section "Start"
SetOverwrite on
MessageBox MB_OK "Starting VLC Install ..."
ExecWait "C: \ vlc-install \ call_vlc.exe"
MessageBox MB_OK "VLC Installed"
SectionEnd
************************************

But when I run via the command: "kix32.exe logon.scr" he simply does not run the installer for VLC (call_vlc.exe).

Source of logon.scr

**************************************************
; x ------------------------------------------------ --- x
; X X VLC Setup
; x ------------------------------------------------ --- x


If Exist ("c: \ ProgramFiles \ VLC \ vlc.exe)
? "VLC is installed"

Else

Run "c: \ vlcsetup \ call_vlc.exe"
? "VLC setup executed"

Endif
*************************************************

Any idea what is happening? I need that much help from you.

Thanks

* sorry, my English is not very good
kraucer is offline   Reply With Quote
 
Go Back   Winamp Forums > Developer Center > NSIS Discussion

Tags
installer, kixtart, vista

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump