Install location
Status: Inactive
Brought to you by:
bhenden
Sorry, newb question: I have a simple script that keeps trying to load itself onto my desktop in a test directory: (I changed the name of the client for privacy, but it is two part like that "Name USA")
C:\Documents and Settings\Administrator\Desktop\test\Client Name
This is the script:
AppName=Client Name
AppVersion=2.0
DefaultDirName={pf}\Client Name
DefaultGroupName=Client Name
UninstallDisplayIcon={app}\Client.exe
OutputDir=C:\Documents and Settings\Administrator\My Documents\ClientNameInstall\
Everything installs fine, just not automatically in the default program file directory {pf}. Thoughts? Ideas? Help.
BTW - I pulled the above code from the Inno Setup examples and made changes only to the filenames.