|
|
#1 |
|
Junior Member
|
WinVer and variables troubles (+)
Good day everybody
![]() I'm using NSIS not for long time (less than 4 months), often read this NSIS-related forum, read docs + using search, etc. I use NSIS for my MirandaIM pack installer, which globaly (for full installation) detects Windows version and depending on it installs needed/proper files. I decided to advance/modify/optimize code, but got some troubles which I can't resolve, feeling dumb ![]() So, I have files: tabsrmm.dll tabsrmm_unicode.dll tabsrmm_icons_faith_brq_2k.dll tabsrmm_icons_faith_brq_xp.dll so, I need to copy files: * if WinVer is unknown then copy tabsrmm.dll + tabsrmm_icons_faith_brq_2k.dll (but without "_2k" in the name) * if WinVer is Win2k then copy tabsrmm_unicode.dll + tabsrmm_icons_faith_brq_2k.dll (without "_2k" in the name) if WinVer is WinXP/2k3 then copy tabsrmm_unicode.dll + tabsrmm_icons_faith_brq_xp.dll (without "_xp" in the name) my code is PHP Code:
PHP Code:
File: "..\Icons\tabsrmm_icons\tabsrmm_icons_faith_brq_${icons}.dll" -> no files found. in fact that files tabsrmm_icons_faith_brq_2k.dll tabsrmm_icons_faith_brq_xp.dll exist Thank you for any help
|
|
|
|
|
|
#2 |
|
Major Dude
|
This isn't the NSIS forum, it's the NSV one.
|
|
|
|
|
|
#3 |
|
Junior Member
|
sorry, my mistake
![]() 2Admons - delete this topic please. sorry for inconvinience
|
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|