Search found 11 matches

Go to advanced search

by MercuryMage
Wed Dec 27, 2023 7:42 pm
Forum: Common Problems
Topic: Verbose log and msiexec log contain contradicting installation status
Replies: 2
Views: 6514
 
Jump to post

Re: Verbose log and msiexec log contain contradicting installation status

Error is 1602 but Google gives me nothing to work with
by MercuryMage
Wed Dec 27, 2023 7:40 pm
Forum: Common Problems
Topic: Verbose log and msiexec log contain contradicting installation status
Replies: 2
Views: 6514
 
Jump to post

Verbose log and msiexec log contain contradicting installation status

I installed an msi with verbose logging enabled in Install Parameters. I installed the msi using:

msiexec /i SIMS-QA-Installer-2023.1.8761.24128.msi /L*V "N:\IT Documents\SIMS-Installer\Logs\TestMSIExecInstall.log"

The verbose log says the install failed but I cannot find a reason, while the ...
by MercuryMage
Thu Dec 21, 2023 5:25 pm
Forum: Common Problems
Topic: msiexec /u doesn't load uninstaller
Replies: 1
Views: 8140
 
Jump to post

msiexec /u doesn't load uninstaller

I'm trying to create an uninstaller log using msiexec due to the folder and files not being removed during uninstall. /i runs the installer, but /u does not run the uninstaller. Any thoughts?
by MercuryMage
Thu Dec 07, 2023 8:47 pm
Forum: Building Installers
Topic: Inline PowerShell can't pass or access properties
Replies: 8
Views: 32694
 
Jump to post

Re: Inline PowerShell can't pass or access properties

Please ignore and I apologize, I figured out the issue.
by MercuryMage
Thu Dec 07, 2023 7:58 pm
Forum: Building Installers
Topic: Inline PowerShell can't pass or access properties
Replies: 8
Views: 32694
 
Jump to post

Re: Inline PowerShell can't pass or access properties

I see it's not the version, sorry, bad day
by MercuryMage
Thu Dec 07, 2023 7:45 pm
Forum: Building Installers
Topic: Inline PowerShell can't pass or access properties
Replies: 8
Views: 32694
 
Jump to post

Re: Inline PowerShell can't pass or access properties

Sorry, I'm on version 5 upgrading to 7
by MercuryMage
Thu Dec 07, 2023 7:35 pm
Forum: Building Installers
Topic: Inline PowerShell can't pass or access properties
Replies: 8
Views: 32694
 
Jump to post

Re: Inline PowerShell can't pass or access properties

My PowerShell version was 6, does this make a difference? I installed PowerShell 7 alongside but when I check $PSVersionTable.PSVersion in the inline PowerShell Action, it still says 6. How do I change the version it points to?
by MercuryMage
Thu Dec 07, 2023 6:12 am
Forum: Building Installers
Topic: Inline PowerShell can't pass or access properties
Replies: 8
Views: 32694
 
Jump to post

Re: Inline PowerShell can't pass or access properties

Output:

Return code: 0

Script output: "--productName
"
by MercuryMage
Wed Dec 06, 2023 9:18 pm
Forum: Building Installers
Topic: Inline PowerShell can't pass or access properties
Replies: 8
Views: 32694
 
Jump to post

Inline PowerShell can't pass or access properties

Following multiple guides and posts and neither is working for me. Included screenshot.

Here is the Parameter values text:

"--productName [ProductName]"

Here is the script code:

Code: Select all

Param($productName)

echo $productName

$appDir1 = AI_GetMsiProperty APPDIR

echo $appDir1
Thanks
by MercuryMage
Wed Oct 18, 2023 4:52 pm
Forum: Building Installers
Topic: Application folder is using old product name
Replies: 1
Views: 7956
 
Jump to post

Application folder is using old product name

I changed the product name from SIMS-QA to SIMS and for some reason the installation application folder is still reflecting the old name. I don't see the name anywhere in the aip file so I don't know where this is coming from. Application folder is unchanged from [ProgramFilesFolder][ProductName]. I ...

Go to advanced search