델파이/프로그래밍 Tip
Install Shield 설치 파일의 권한 설정 방법
지병철
2015. 2. 26. 23:16
Steps to finalize and fix my problem:
In InstallShield (ISM file)...
- Navigate to "General Information" (Lefthand pane)
- Set Locked-Down Permissions to "Custom InstallShield handling"
- Navigate to "Application Data"
- Right-click the root folder where program is to be installed
- Click "Properties"
- Click button "Permissions"
- Right-click top half of screen in white box area labeled "Name(s)"
- Select context menu item "New"
- Remove domain user leaving this field blank
- Added user "Authenticated User"
- Select check boxes in lower area ("Read & execute", "List Folder Contents", "Read")
- Click button "Advanced"
- Check checkbox "Apply these permissions to child objects"
- Click button "OK"
- Click button "OK"
- Click button "OK"
Recompile installation program and install. Now works.