Bootstrapper problem...

LOFRANK

Freshman
Joined
Aug 26, 2003
Messages
49
Location
Naples
Hi, im trying to create a setup for my win application that provide automatic deployment of .net Framework thru dotnetfx.exe.

i read how to by the following sites:

http://msdn.microsoft.com/library/d...cpconsetupexebootstrappersampleoperations.asp

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetdep/html/vsredistdeploy.asp

when i launch my setup bootstrapper i always have an error : Error in the setup.ini or unable to find the file...


my deployment dir is:

c:\deploy

i copyed my msi setup in the folder, and the setup.exe bootstrapper with all the files for the settings inside...

this is my settings.ini:

[Bootstrap]
Msi=Setup.msi
'LanguageDirectory=
ProductName=CATPAD0704'DialogText=
CaptionText=CATPAD0704
ErrorCaptionText= CATPAD0704 ERROR
FxInstallerPath=


what is wrong?
 
Back
Top