installer - Installing Program and Windows Directory Architecture -
i writing installer our application. needs place dll's in win32 folder. on xp , later, win32 folder located @ c:\windows\system32. on windows 2000, seems folder located @ c:\winnt\system32.
i have written installer using installshieldle. [windowsfolder] expands c:\windows , system32 below completes path c:\windows\system32. however, not expand c:\winnt\system32 on windows 2000. ideas on how can work.
the images below show current directory structure using, , bottom picture shows possible selections.

you should take @ systemfolder property. should aware it's bad form deploy files directory these days. not best practice. beaware of x86 vs x64 described in link.
Comments
Post a Comment