kasi babu

kasi babu

  • NA
  • 80
  • 15.8k

Installshield Custom Action for powershell not working ?

Nov 6 2013 1:24 AM

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.