Old 22nd August 2006, 00:28   #1
hashem
Junior Member
 
Join Date: Aug 2006
Posts: 40
Send a message via Yahoo to hashem
[Help]NSIS & ResHacker,

I need some help..

This is my script question about ResHacker with command_parameters in NSIS

EXP:This is I try...but the command_parameters didn't work

ExecWait '"$WINDIR\res\ResHacker.exe" -script $WINDIR\res\Resources\shell32.dll\shell32cht.dll'

I can't get it why I Run "%WINDIR%\res\ResHacker.exe -script %WINDIR%\res\Resources\shell32.dll\shell32cht.dll" in windows XP , it's work.But just can't work in Nsis....anyone can help me?
hashem is offline   Reply With Quote
Old 22nd August 2006, 02:28   #2
Comperio
Major Dude
 
Comperio's Avatar
 
Join Date: Jan 2005
Location: Oregon Coast
Posts: 737
Well, I'm not sure why you are specifying a DLL as your script file, but assuming it works in Windows, then this should work in your script:

code:

ExecWait '"$WINDIR\res\ResHacker.exe" -script "$WINDIR\res\Resources\shell32.dll\shell32cht.dll"'

Comperio is offline   Reply With Quote
Reply
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