Maelstorm Posted March 13, 2005 Posted March 13, 2005 I'm using WIHU v.2.1.16.0. Consider the following code:[Microsoft Office 2000 Professional]selected = 1collapsed = 0description=Microsoft Office 2000 Professional Editioncommand=cmd.exe /c @echo commandhelptext=This branch controls the installation of Microsoft Office 2000 Professional Edition for Small Business. Please click the arrow to expand the list to all all available options.description.0=Installation Disk 1selected.0=1command.0=cmd.exe /c @echo command.0group.0=1description.0.0=Full Installation (Default)selected.0.0=1command.0.0=%SCRIPTSDIR%\SOFTWARE-MSOFC2KD1A.CMD %BASEDIR%description.0.1=Default Installationcommand.0.1=%SCRIPTSDIR%\SOFTWARE-MSOFC2KD1B.CMD %BASEDIR%description.0.2=Minimal Installationcommand.0.2=%SCRIPTSDIR%\SOFTWARE-MSOFC2KD1C.CMD %BASEDIR%description.0.3=Custom Installationcommand.0.3=%SCRIPTSDIR%\SOFTWARE-MSOFC2KD1D.CMD %BASEDIR%description.1=Installation Disk 2selected.1=1command.1=cmd.exe /c @echo command.1group.1=1description.1.0=Full Installation (Default)selected.1.0=1command.1.0=%SCRIPTSDIR%\SOFTWARE-MSOFC2KD2A.CMD %BASEDIR%description.1.1=Default Installationcommand.1.1=%SCRIPTSDIR%\SOFTWARE-MSOFC2KD2B.CMD %BASEDIR%description.1.2=Minimal Installationcommand.1.2=%SCRIPTSDIR%\SOFTWARE-MSOFC2KD2C.CMD %BASEDIR%description.1.3=Custom Installationcommand.1.3=%SCRIPTSDIR%\SOFTWARE-MSOFC2KD2D.CMD %BASEDIR%What happens is that when I click Select All, it highlights 0.3 and 1.3 (Custom Installation) for Microsoft Office 2K even though I have selected 0.0 and 1.0 to be the default? (Or is there another way to specify the default on a select all?) If I swap .2 with .3, the select all stays highlighted at .3. I think this is a bug, but more than likely it could be something that I'm doing wrong.
BenjaminKalytta Posted March 13, 2005 Posted March 13, 2005 Yes I know this problem for a long time;)I think it's time to fix this. Problem is, what if user selects all items in INI file. Which Item should I use then?Benjamin
BenjaminKalytta Posted March 13, 2005 Posted March 13, 2005 Bug should be fixed now. Also flickering in software description panel will be prevented now.
Maelstorm Posted March 13, 2005 Author Posted March 13, 2005 That was fast. I'll go and test it out now.Just out of curiosity, I downloaded the source code and tried to compile it, but it seems there is a development package that you are using that I do not have loaded. It keeps telling me that a header file is missing...nppeapi.h if I remember correctly. All I have loaded is Microsoft Visual C++ to compile and the Platform SDK for SP2 right now.Anyways, thank you for writing such a great tool.
BenjaminKalytta Posted March 13, 2005 Posted March 13, 2005 I think what you mean is nddeapi.h. This isnt actually needed, just comment it out in stdafx.h header file.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now