February 23, 200521 yr Hi there,First of all, awesome program!! Here's my problem:I have multiple software install sections and for each software install i used test.x and test.eval.x to verify if the installation already exists on the current PC. So far so good as it works perfect with xxxxxxx.exe?version. However when i try to hide the section if all software installs in that section exist and therefore are hidden, nothing happens.Here's part of my install.ini code for the specifiec section:[Environment]smartftpversion = %ProgramFiles%\SmartFTP\SmartFTP.exe?versiondeepburnerversion = %ProgramFiles%\Astonsoft\DeepBurner\DeepBurner.exe?version7zipversion = %ProgramFiles%\7-Zip\7zFMn.exe?version[Tools]test.0= !%7zipversion% < 3.13.0.0test.1= !%deepburnerversion% < 1.1test.2= !%smartftpversion% < 1.1.984.17test.eval = 0&1&2hidden = if.truedescription.0=7-ZIP command.0=%SYSTEMDRIVE%\INSTALL\Applicaties\7zip\7z313.exe -y /q /r:ntest.0.0 = %7zipversion% < 3.13.0.0test.eval.0=0hidden.0 = if.false;________________________________________________________________description.1=Deepburner command.1=%SYSTEMDRIVE%\INSTALL\Applicaties\Deepburner\deepburner1.exe -stest.1.0 = %deepburnerversion% < 1.1test.eval.1=0hidden.1 = if.false;________________________________________________________________description.2=Smart FTP command.2=%SYSTEMDRIVE%\INSTALL\Applicaties\SmartFTP\SmartFTP.msi /qb-test.2.0 = %smartftpversion% < 1.1.984.17test.eval.2=0hidden.2 = if.falsePlease help! Thanks!
February 23, 200521 yr It's currently not possible to hide a section this way. This will be available in upcoming version 3 where Iam currently working on.Would be nice if you could add this in my wishlist on my website (http://www.kalytta.com/wishlist.add.php#NewData)Benjamin Kalytta
February 24, 200521 yr Author Thanks for your quick reply! good luck on programming v3!I will add it to your wishlist.Bas Bomer
Create an account or sign in to comment