The error code is 2920
Hello All,
I have just finished creating my first package (web setup) for VS 2005 project. The intallation breaks at 75% of the progress bar with message as
The installer has encountered an unexpected error installing this package.
This may indicate a problem with this package. The error code is 2920
Please help me overcome this problem
I have just finished creating my first package (web setup) for VS 2005 project. The intallation breaks at 75% of the progress bar with message as
The installer has encountered an unexpected error installing this package.
This may indicate a problem with this package. The error code is 2920
Please help me overcome this problem
0 Comments
[ + ] Show comments
Answers (3)
Please log in to answer
Posted by:
bheers
17 years ago
2920 Source directory not specified for file [2].
Generate a log file with the command
msiexec /l*v "C:\Log.log" /i <MSINAME>
when the error pops up, open the log file in C:\ log.log and look at the last sentence (Do not close the error when you are doing this
Check which file the installation is refferning to.
Generate a log file with the command
msiexec /l*v "C:\Log.log" /i <MSINAME>
when the error pops up, open the log file in C:\ log.log and look at the last sentence (Do not close the error when you are doing this
Check which file the installation is refferning to.
Posted by:
hemant_vikram
17 years ago
Hi bheers,
I tried your suggesion and below are the last few lines in the log created by MSI. I'm not sure what should be done to fix this issue. I 'm not using any vjslib.dll in my project and i have also removed it from the bin. Can you please guide me to fix this issue.
I tried your suggesion and below are the last few lines in the log created by MSI. I'm not sure what should be done to fix this issue. I 'm not using any vjslib.dll in my project and i have also removed it from the bin. Can you please guide me to fix this issue.
C:\inetpub\wwwroot\MyWebAppl\PopCalendar\CSS\Modern_Images\down.gif
MSI (s) (F4:78) [11:06:26:265]: Executing op: SetTargetFolder(Folder=C:\inetpub\wwwroot\MyWebAppl\GAC2\)
MSI (s) (F4:78) [11:06:26:265]: Executing op: SetSourceFolder(Folder=1\GAC2\)
MSI (s) (F4:78) [11:06:26:265]: Executing op: ChangeMedia(,MediaPrompt=Please insert the disk: ,,BytesPerTick=32768,CopierType=0,,,,,,IsFirstPhysicalMedia=1)
MSI (s) (F4:78) [11:06:26:265]: Executing op: AssemblyCopy(SourceName=VJSCOR.DLL|vjscor.dll,SourceCabKey=vjscor70.dll.61E2ACF4_54FF_4C4B_9815_987EFD854F86,DestName=vjscor.dll,Attributes=0,FileSize=0,PerTick=32768,,VerifyMedia=1,,,,,ComponentId={B2641A1A-310D-4026-8D39-D468648A6B0A},IsManifest=1,,,AssemblyMode=0,)
MSI (s) (F4:78) [11:06:26:265]: Source for file 'vjscor70.dll.61E2ACF4_54FF_4C4B_9815_987EFD854F86' is compressed
InstallFiles: File: vjscor.dll, Directory: , Size: 0
MSI (s) (F4:78) [11:06:26:265]: Note: 1: 2262 2: Error 3: -2147287038
DEBUG: Error 2920: Source directory not specified for file vjscor70.dll.61E2ACF4_54FF_4C4B_9815_987EFD854F86.
MSI (c) (4C:C0) [11:06:26:265]: Note: 1: 2262 2: Error 3: -2147287038
DEBUG: Error 2835: The control ErrorIcon was not found on dialog ErrorDialog
The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2835. The arguments are: ErrorIcon, ErrorDialog,
Posted by:
bheers
17 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.