Search found 22 matches

by Carpe_diem
Fri Jul 24, 2015 12:01 pm
Forum: VersionRecall
Topic: Updating to a new version
Replies: 8
Views: 11198

Re: Updating to a new version

I tried multiple times over the last week , including reboots. with no luck
it was working prior to the last update
by Carpe_diem
Fri Jul 24, 2015 11:14 am
Forum: VersionRecall
Topic: Updating to a new version
Replies: 8
Views: 11198

Updating to a new version

Hi Everybody
Has anyone ever seen this before ?

64 bit version
by Carpe_diem
Fri Oct 04, 2013 7:19 am
Forum: PowerShell
Topic: running msi from within packaged file with elevated rights
Replies: 10
Views: 7265

Re: running msi from within packaged file with elevated righ

I found it and it works great

Thanks for your help
by Carpe_diem
Tue Oct 01, 2013 12:25 pm
Forum: PowerShell
Topic: running msi from within packaged file with elevated rights
Replies: 10
Views: 7265

Re: running msi from within packaged file with elevated righ

it does uninstall perfect , but it wont install the new msi
by Carpe_diem
Tue Oct 01, 2013 11:59 am
Forum: PowerShell
Topic: running msi from within packaged file with elevated rights
Replies: 10
Views: 7265

Re: running msi from within packaged file with elevated righ

thank you jvierra i try that right now
by Carpe_diem
Tue Oct 01, 2013 11:57 am
Forum: PowerShell
Topic: running msi from within packaged file with elevated rights
Replies: 10
Views: 7265

Re: running msi from within packaged file with elevated righ

found the uninstall string

$file = Get-WmiObject -Class win32_product | where { $_.Name -like "*filename*"}
$file.localPackage
msiexec /x $file.localPackage /passive


now the install
by Carpe_diem
Tue Oct 01, 2013 11:29 am
Forum: PowerShell
Topic: running msi from within packaged file with elevated rights
Replies: 10
Views: 7265

Re: running msi from within packaged file with elevated righ

I think i have to go after the LocalPackage instead of the string
by Carpe_diem
Tue Oct 01, 2013 11:14 am
Forum: PowerShell
Topic: running msi from within packaged file with elevated rights
Replies: 10
Views: 7265

Re: running msi from within packaged file with elevated righ

its not realy a script more some uninstall msi and install msi including (not realy powershell) del "C:\Users\Public\Desktop\FIlename Desktop.lnk" MsiExec.exe /uninstall {D38dad9F-54ad-aaad-A3AD-3E985fda3B3FD9} /passive MsiExec.exe /i "C:\Temp\filename.msi" /passive ren "C:\...
by Carpe_diem
Tue Oct 01, 2013 10:47 am
Forum: PowerShell
Topic: running msi from within packaged file with elevated rights
Replies: 10
Views: 7265

running msi from within packaged file with elevated rights

Most likely I will have a dooogh moment the second someone can answer this for me, but here it goes anyway....... I have a corrupted msi installation, so I want to create a packaged file which allows me to do the following uninstall the existing prg and re-install again MsiExec.exe /X{Drw8F69F-54A2-...
by Carpe_diem
Thu May 02, 2013 3:29 pm
Forum: PowerShell Studio
Topic: export feature in Powershell Studio
Replies: 2
Views: 2016

Re: export feature in Powershell Studio

just setting it to V2 seemed to do the trick

thanks for the hint
Carpe Diem