cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
ralphster
Level 6

Install.msi not found ??

Jump to solution

I created an InstallShield project of type "InstallScript MSI Project". The project was working great, but suddenly today when I try and run, test or debug the project I get an error message that says : "1155:File C:\InstallShield 2016 Projects\CustSoft\Product Configuration 1\Release1\DiskImages\Disk1\CustSoft.msi not found".

 

I would like to know how to fix this? I would hate to have to create an entirely new project. Can someone tell me how to fix this issue?

 

 

 

 

 

 

Labels (1)
0 Kudos
(1) Solution
banna_k
Revenera
Revenera

Hi @ralphster ,

 

Can you check whether the specified msi is present in the path while getting the error. 

if it is present can you try after restarting your machine, may be because if pending reboot flag.

Even after restarting the machine if the issue exist, can you generate a log file and attach here.

Setup.exe /debuglog"C:\PathToLog\setupexe.log

 

For more information,  related KB article about this error.

https://community.flexera.com/t5/InstallShield-Knowledge-Base/Error-1155/ta-p/4005

View solution in original post

0 Kudos
(2) Replies
banna_k
Revenera
Revenera

Hi @ralphster ,

 

Can you check whether the specified msi is present in the path while getting the error. 

if it is present can you try after restarting your machine, may be because if pending reboot flag.

Even after restarting the machine if the issue exist, can you generate a log file and attach here.

Setup.exe /debuglog"C:\PathToLog\setupexe.log

 

For more information,  related KB article about this error.

https://community.flexera.com/t5/InstallShield-Knowledge-Base/Error-1155/ta-p/4005

0 Kudos

Thanks Banna. Instead of compiling I selected "Build Release" and all is working now. Thanks.

0 Kudos