Search found 25 matches

Go to advanced search

by Dorababu
Fri Jun 30, 2017 10:27 am
Forum: Common Problems
Topic: PowerShell script file as custom action
Replies: 6
Views: 6428
 
Jump to post

Re: PowerShell script file as custom action

But when I manually execute the same script it is working fine with out any issues. I am able to see the scheduler getting created.
by Dorababu
Thu Jun 29, 2017 1:17 pm
Forum: Common Problems
Topic: PowerShell script file as custom action
Replies: 6
Views: 6428
 
Jump to post

Re: PowerShell script file as custom action

Hello, Please ensure that your script works if it is manually executed(outside of the setup package). If it does and you still get an error, you could disable "Fail installation if custom action returns an error" option from your Run PowerShell Script File Custom Action. Best regards, Sor...
by Dorababu
Thu Jun 29, 2017 1:16 pm
Forum: Common Problems
Topic: PowerShell script file as custom action
Replies: 6
Views: 6428
 
Jump to post

Re: PowerShell script file as custom action

When I execute the script it is working with out any issues and I am seeing the scheduler gets created, but some how from aip it is not working
by Dorababu
Wed Jun 28, 2017 6:10 pm
Forum: Common Problems
Topic: PowerShell script file as custom action
Replies: 6
Views: 6428
 
Jump to post

PowerShell script file as custom action

Hello I have a powershell script which I am trying to execute it as custom action after the installation was done, but I am getting some error at the end while executing it. So can some one help me TestPowerShel.aip Script I am trying to execute is as follows #Creates Scheduled Task Actions $TaskAct...
by Dorababu
Mon Jun 26, 2017 10:53 am
Forum: Common Problems
Topic: Custom actions from command line
Replies: 1
Views: 1717
 
Jump to post

Custom actions from command line

Is it possible to add custom actions from command line?
by Dorababu
Mon Jun 26, 2017 8:19 am
Forum: Feature Requests
Topic: Scheduled task command line
Replies: 1
Views: 4300
 
Jump to post

Scheduled task command line

Please provide a feature to add/update scheduled tasks from command line
by Dorababu
Sat Jun 24, 2017 4:00 pm
Forum: Common Problems
Topic: Updating the folder and scheduled tasks
Replies: 4
Views: 3182
 
Jump to post

Re: Updating the folder and scheduled tasks

Is it possible to update the file when the source path does not exists?
by Dorababu
Fri Jun 23, 2017 3:07 pm
Forum: Common Problems
Topic: Updating the folder and scheduled tasks
Replies: 4
Views: 3182
 
Jump to post

Re: Updating the folder and scheduled tasks

I would like to achieve this using command line not from UI
by Dorababu
Fri Jun 23, 2017 12:09 pm
Forum: Common Problems
Topic: Update folder instead of files
Replies: 1
Views: 1561
 
Jump to post

Update folder instead of files

Is there a way to update entire folder instead of files from command line?
by Dorababu
Fri Jun 23, 2017 10:19 am
Forum: Common Problems
Topic: Updating the folder and scheduled tasks
Replies: 4
Views: 3182
 
Jump to post

Updating the folder and scheduled tasks

Hi all I have an AIP where it is having some folder and services defined to some path "C:\oldpath" now when I am updating the folders and trying to modify the services using command line it is not getting updated. It is still referring to old path instead of new path because when I build t...
by Dorababu
Thu Jun 22, 2017 5:42 pm
Forum: Common Problems
Topic: Adding Registry from command line
Replies: 8
Views: 5371
 
Jump to post

Re: Adding Registry from command line

After all I got this code $InstallerName = "Installer1.2.10" $SourceDir = "D:\AdvanceInstaller" $AdvanceInstallerPath = Get-ChildItem "HKLM:\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall" | ForEach-Object {Get-ItemProperty $_.PSPath} | Where-Object {$_...
by Dorababu
Thu Jun 22, 2017 2:42 pm
Forum: Common Problems
Topic: Adding Registry from command line
Replies: 8
Views: 5371
 
Jump to post

Re: Adding Registry from command line

Seems like the default it is taking, how can we point to Target computer?
Registry
Registry
reg.PNG (9.06 KiB) Viewed 5342 times
by Dorababu
Thu Jun 22, 2017 2:31 pm
Forum: Common Problems
Topic: Adding Registry from command line
Replies: 8
Views: 5371
 
Jump to post

Re: Adding Registry from command line

Also how can I set Company name from command line?
by Dorababu
Thu Jun 22, 2017 2:30 pm
Forum: Common Problems
Topic: Adding Registry from command line
Replies: 8
Views: 5371
 
Jump to post

Re: Adding Registry from command line

Here is the code I tried but I am still getting default registry $InstallerName = "Installer1.2.10" $SourceDir = "D:\AdvanceInstaller" $AdvanceInstallerPath = Get-ChildItem "HKLM:\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall" | ForEach-Object {Get-Ite...

Go to advanced search