Go Back   Winamp Forums > Developer Center > NSIS Discussion

Reply
Thread Tools Search this Thread Display Modes
Old 5th March 2003, 20:03   #1
DOCa Cola
Senior Member
 
DOCa Cola's Avatar
 
Join Date: Feb 2003
Location: Germany
Posts: 223
Send a message via ICQ to DOCa Cola Send a message via AIM to DOCa Cola Send a message via Yahoo to DOCa Cola
InstallShield Cab

Is somewhere a plugin available to extract installshield 5.5 cab files with nsis. i have a small dos program in c with source available which can do that. it's name is i5comp. but i am not a c programmer, so i can't write an plugin. i want to build an installer for an mod for a game which needs files from it's install shield cab file from the game cd. i am currently using i5comp via exec to do that, but that looks not very nice. thx in advance.

DOCa Cola
DOCa Cola is offline   Reply With Quote
Old 5th March 2003, 20:08   #2
Sunjammer
Major Dude
 
Join Date: Jun 2002
Location: Swindon, UK
Posts: 559
if u r just worried about the look try using the nsExec plugin instead which will not show a dos window.
Sunjammer is offline   Reply With Quote
Old 5th March 2003, 20:09   #3
kichik
M.I.A.
[NSIS Dev, Mod]
 
kichik's Avatar
 
Join Date: Oct 2001
Location: Israel
Posts: 11,337
There is no plug-in that does that AFAIK. If it doesn't look nice to execute it because it opens a DOS window you can use nsExec. Have a look at the examples in Contrib\nsExec. nsExec executes DOS programs and gives you control of the output so it won't pop-up a DOS box. You can redirect the output to the installer log window using nsExec::ExecToLog, to the stack using nsExec::ExecToStack or to the great void using nsExec::Exec.

NSIS FAQ | NSIS Home Page | Donate $
"I hear and I forget. I see and I remember. I do and I understand." -- Confucius
kichik is online now   Reply With Quote
Old 5th March 2003, 20:10   #4
kichik
M.I.A.
[NSIS Dev, Mod]
 
kichik's Avatar
 
Join Date: Oct 2001
Location: Israel
Posts: 11,337
Damn. Beat me by a minute

NSIS FAQ | NSIS Home Page | Donate $
"I hear and I forget. I see and I remember. I do and I understand." -- Confucius
kichik is online now   Reply With Quote
Old 5th March 2003, 20:20   #5
DOCa Cola
Senior Member
 
DOCa Cola's Avatar
 
Join Date: Feb 2003
Location: Germany
Posts: 223
Send a message via ICQ to DOCa Cola Send a message via AIM to DOCa Cola Send a message via Yahoo to DOCa Cola
Yay! Thx for the quick responces! Thats exactly what i needed
DOCa Cola is offline   Reply With Quote
Reply
Go Back   Winamp 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