|
|
#1 |
|
Junior Member
Join Date: Nov 2006
Posts: 5
|
Hello
I'm new to NSIS and I have few problems. I try to create a simple install. First, I would like to read two variables from ini file (folderbase and version) and use it in a following way: File /r var1 + var2 ;which would be e.g. D:\work\Base\v1.00 where var1 would be D:\work\Base\ and var2 would be v1.00. But I keep getting error message that NSIS cannot find any files under var1+var2 What wrong am I doing? Second problem is when I want to install this stuff. I need an option to disable/enable page. I create 2 pages, one where I choose install dir for folder1 and second where I choose install dir for folder2. Then in installer I can choose if I want to install both or just one. The question is how can I disable a page where I specify path for installation. E.g. I choose to install just folder2 but I still can see a page where I need to specify path for folder1. Thx in advance for any help. |
|
|
|
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|