--
Bruce Olson, Software Programmer
br...@dynojet.com | 406-388-5229
DYNOJET RESEARCH, INC. | http://www.dynojet.com
Increased Horsepower and Enhanced Performance...
hCtrlWnd = GetDlgItem(hWnd,SD_PBUT_CONTINUE);
SetFocus(hCtrlWnd);
Nabeel
Bruce Olson wrote in message <38D7903D...@dynojet.com>...
Nabeel
Nabeel Abdallah wrote in message <38d90...@news.installshield.com>...
I have created an InstallShield build that has more than one component (and
subcomponents) that I have detailed on the Components Tab of the
InstallShield 5.1 Pro. I then use the dialog SdComponentMult so the user
can select which components and subcomponents to install. My problem is if
the user selects a main component that is not the first one listed, then all
of the files are first written to the computers Temp directory when the
files are installed, and then copied over to the TargetDir. This created a
serious space issue because the client machine needs double the amount of
necessary harddisk space. However, If the user picks the first main
component, then the files are copied to the TargetDir correctly. Has anyone
else noticed this problem, and if so, do you have a fix of workaround?
Thanks.
Nabeel Abdallah wrote in message <38d91...@news.installshield.com>...