This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- While doing repair asking for source
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎Apr 28, 2008
08:13 AM
While doing repair asking for source
Hi ,
I am doing repapir from Add/Remove programs, It is asking for source(.msi file).Giving error that Setup could not find a file on the specified path or disk.
Can any one please help me in solving this problem
My project type : InstallScript MSI
Regards
Naresh
I am doing repapir from Add/Remove programs, It is asking for source(.msi file).Giving error that Setup could not find a file on the specified path or disk.
Can any one please help me in solving this problem
My project type : InstallScript MSI
Regards
Naresh
(2) Replies
‎May 19, 2008
02:39 PM
The original path is stored in the registry under:
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{ProductCode}\InstallSource.
If the msi file cannot be found at the location specified in the registry, the prompt will appear. This usually occurs when installing from a CD, and then not having the CD in the drive when repairing, or installing from a network location that is currently not available.
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{ProductCode}\InstallSource.
If the msi file cannot be found at the location specified in the registry, the prompt will appear. This usually occurs when installing from a CD, and then not having the CD in the drive when repairing, or installing from a network location that is currently not available.
‎Jul 03, 2008
03:03 AM
Hi njkuenne,
Thanks for replay.
I got, what the problem is?
I am using REINSTALLMODE property as MSI Command Line arguments.
I Removed the property from MSI Command Line argument and setting through "setProperty" custom action.Now it is working fine.
Thx,
Naresh
Thanks for replay.
I got, what the problem is?
I am using REINSTALLMODE property as MSI Command Line arguments.
I Removed the property from MSI Command Line argument and setting through "setProperty" custom action.Now it is working fine.
Thx,
Naresh