Prev Previous Post   Next Post Next
Old 8th April 2012, 17:36   #8
Brummelchen
Major Dude
 
Join Date: May 2003
Posts: 681
that is some of the main problem - 3rd party and no doc.
its used to install a printer driver - and its older and noone available for support (gave up).

the other solution is to wrap that installation with my code and files - quick and dirty.
the major problem around is that the installer creates a failure message - but install
files correctly and need reboot. i can uninstall all files without a reboot but i dont have
knowledge how to install this driver so i try the original routines.

oh, this is suprising
PHP Code:
  StrCpy $"in"
  
StrCpy $""
  
StrCpy $""
  
install::nsisfunc 'install::nsisfunc(i, *i, t) i(.r0, r1, .r2) .r1' 
  
Messagebox mb_ok "install1: '$0' '$1' '$2'"

  
StrCpy $"in"
  
StrCpy $""
  
StrCpy $""
  
install::nsisfunc '(i, *i, t) i(.r0, r1, .r2) .r1' 
  
Messagebox mb_ok "install2: '$0' '$1' '$2'" 
both return same (error) message as i know similar from the installer.
but i had to copy the dll to nsis plugins, strange
Brummelchen is offline   Reply With Quote
 
Go Back   Winamp & Shoutcast Forums > Developer Center > NSIS Discussion

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