Now I have a problem about InstallShield INSTALLDIR and TARGETDIR.
for example:
1- I make a project named "MyTestprogram"
2- I install this program into my computer which location is D:MyCompanyMyTestprogram
3- Then I build a new version of this program and upgrade it.
but when upgrade the INSTALLDIR and TARGETDIR is default path C:program filesmy company nameMy product name
not the path which i have installed (D:MyCompanyMyTestprogram
)
can you help me ?