installsheild Basic MSI project--->
Behaviour and logic---Custom Action taken that powershell script(wspdeploye.ps1) then -in installsheild using Basi MSI project -->
Custom action-->new powershell script--> Install with Product.
i assigned that script to -->
Powershell Script Filekey : wsedeploye.ps1.
Return Processing: Synchronous (Check exit code)
In-Script Execution: Deferred Execution
Install Exec Sequence: After StartServices
Install Exec Condition: &Foomatic = 3
everything else was left at the default
---Installation is success but powershell script is executing or not ? //deployment not done.
(in that powershell i was written code for deploye wsp.)
while deploying my setup, where should kept my wsp.(means--placing wsp through destination system variable) ?
Add-Soluation "C :\WINDOWS\sherpointdemo.wsp" ---> while installation placing wsp using system variable--[widnowsFolder].
then i build---->run. but wsp is not deployed.