nancyp
08-15-2001, 10:50 AM
I wanted to present two different Install Folder Screens. One for a New Installation and one for an upgrade.
I tried to add a Boolean Condition that tested to see if %LastAppDir% is blank. This is stored in the Registry.
for the New installation I put:
%LastAppDir% =
and left the value part blank. Since the registry would not be loaded for a new installation yet. It did not work.
On the Upgrade I put,
%LastAppDir% <>
Where again the value was blank. I could not find any examples to see if I needed more in the Value to get it to work correctly.
I checked for the upgrade first and since it will assign a %LastAppDir% the New install folder screen should not execute.
Hope someone can help.
BTW - are there any sample projects or tutorials with samples. My installation was downloaded and did not have any sample .sf5 files to review.
Nancy
I tried to add a Boolean Condition that tested to see if %LastAppDir% is blank. This is stored in the Registry.
for the New installation I put:
%LastAppDir% =
and left the value part blank. Since the registry would not be loaded for a new installation yet. It did not work.
On the Upgrade I put,
%LastAppDir% <>
Where again the value was blank. I could not find any examples to see if I needed more in the Value to get it to work correctly.
I checked for the upgrade first and since it will assign a %LastAppDir% the New install folder screen should not execute.
Hope someone can help.
BTW - are there any sample projects or tutorials with samples. My installation was downloaded and did not have any sample .sf5 files to review.
Nancy