[RESOLVED] modify setup.lst file
I have problem here.. How I can change the path location to this "C:\Project"
PHP Code:
[Setup]
Title=Project1
DefaultDir=$(ProgramFiles)\Project1
AppExe=GISPADDY.exe
AppToUninstall=GISPADDY.exe
and for part location from this
PHP Code:
[Setup1 Files]
File31=@Mo20.ocx,$(WinSysPath),$(DLLSelfRegister),$(Shared),3/23/01 3:26:18 AM,1130496,2.1.1.0
to this C:\Program Files\Common Files\ESRI ?By use this as reference
[email protected],$(CommonFiles)\ESRI,,$(Shared),6/1/01 1:10:00 PM,958464,2.1.1.3
Re: modify setup.lst file
Moved to Application Deployment
Re: modify setup.lst file
Don't think PDW will allow it. You will either have to change the PDW code to support that or change to an installer that does support what you want to do.
********** combined with Inno Setup does that for you automatically.