Search found 29 matches

Go to advanced search

by mumbles76
Tue Jul 05, 2016 11:19 pm
Forum: Building Installers
Topic: Per User Installation (No Administrative Rights)
Replies: 1
Views: 2098
 
Jump to post

Per User Installation (No Administrative Rights)

Hello All, I'm trying to author a package where there are no administrative rights available for the user. This is a per-user package. I've set the package type to per-user, and it only sets a few files out in LocalAppDataFolder. But i'm getting an error message, please see the attached. I know we m...
by mumbles76
Wed Mar 23, 2016 10:04 pm
Forum: Building Installers
Topic: Setting registry keys before installer runs
Replies: 1
Views: 2243
 
Jump to post

Setting registry keys before installer runs

Hello All,

I have a question, i need to create some registry keys on a machine before a major upgrade occurs. Is it possible do this in a Custom Action which occurs before installExecute?

Any help is greatly appreciated.
by mumbles76
Mon Mar 14, 2016 3:58 pm
Forum: Building Installers
Topic: Run Custom Action on Uninstall not on Major Upgrade
Replies: 5
Views: 5599
 
Jump to post

Re: Run Custom Action on Uninstall not on Major Upgrade

We write some registry values via a powershell custom action. We also have a delete registry entries on uninstall custom action.

That delete registry entries custom action was still running on major upgrades with your condition.
by mumbles76
Fri Mar 11, 2016 10:44 pm
Forum: Building Installers
Topic: Run Custom Action on Uninstall not on Major Upgrade
Replies: 5
Views: 5599
 
Jump to post

Re: Run Custom Action on Uninstall not on Major Upgrade

I'm going to try

Code: Select all

( Installed AND ( REMOVE = "ALL" OR AI_INSTALL_MODE = "Remove" ) AND NOT OLDPRODUCTS )
by mumbles76
Thu Mar 10, 2016 11:06 pm
Forum: Building Installers
Topic: Run Custom Action on Uninstall not on Major Upgrade
Replies: 5
Views: 5599
 
Jump to post

Run Custom Action on Uninstall not on Major Upgrade

Hello All

(Installed AND ( REMOVE = "ALL" OR AI_INSTALL_MODE = "Remove" ))

Is this the best condition to use when removing a program from add/remove programs? Not NOT to execute on major upgrades?
by mumbles76
Mon Mar 07, 2016 7:30 pm
Forum: Building Installers
Topic: Remembering install location after major upgrade
Replies: 5
Views: 4501
 
Jump to post

Re: Remembering install location after major upgrade

Nevermind, QA error. Thanks though!
by mumbles76
Fri Mar 04, 2016 3:41 pm
Forum: Building Installers
Topic: Remembering install location after major upgrade
Replies: 5
Views: 4501
 
Jump to post

Re: Remembering install location after major upgrade

We have that checkbox checked. I'm going to do some further investigation and see why that isn't working. But are there any troubleshooting tips or things i should look for in the log file?
by mumbles76
Thu Mar 03, 2016 7:37 pm
Forum: Building Installers
Topic: Remembering install location after major upgrade
Replies: 5
Views: 4501
 
Jump to post

Remembering install location after major upgrade

Hello All,

Is there a way to have the installer, after major upgrade, remember the installation location of the original install?

We have an installer that is experiencing issues on upgrade. Please advise TIA.
by mumbles76
Tue Feb 23, 2016 10:23 pm
Forum: Building Installers
Topic: Powershell Custom actions that write to Install Log
Replies: 6
Views: 8479
 
Jump to post

Powershell Custom actions that write to Install Log

Hello All,

Is there a way within a powershell custom action to write to the install log?

I hadn't thought about writing directly to the install log until recently when trying to debug a particular scenario.

TIA.
by mumbles76
Fri Feb 19, 2016 4:29 pm
Forum: Common Problems
Topic: Installer interupts for one user
Replies: 3
Views: 3655
 
Jump to post

Re: Installer interupts for one user

Action start 9:24:18: ExecuteScriptCode . MSI (c) (70:9C) [09:24:18:831]: Entering MsiProvideComponentFromDescriptor. Descriptor: ziXX2wI4I@}{=WP9BOVl>M5KDYSUnf(HA*L[xeX)y, PathBuf: 567EF54, pcchPathBuf: 567EF50, pcchArgsOffset: 567EEB0 MSI (c) (70:9C) [09:24:18:831]: MsiProvideComponentFromDescript...
by mumbles76
Fri Feb 19, 2016 3:39 pm
Forum: Building Installers
Topic: OT: Where to get Code Signing Certificate?
Replies: 18
Views: 750716
 
Jump to post

Re: OT: Where to get Code Signing Certificate?

One extra thing to consider is if you are deploying to systems without internet connection. Some of the 1st-tier certificate providers (Verisign, Thawte) will have their root CA certificates in windows by default. Without having to run windows update to get updated Root CA certs. We used a 3rd-tier ...
by mumbles76
Fri Feb 12, 2016 3:13 pm
Forum: Building Installers
Topic: Conditional Website with same name
Replies: 3
Views: 3231
 
Jump to post

Re: Conditional Website with same name

Indeed it did. Thank you.
by mumbles76
Thu Feb 11, 2016 7:08 pm
Forum: Building Installers
Topic: Conditional Website with same name
Replies: 3
Views: 3231
 
Jump to post

Conditional Website with same name

Hello All, We have a requirement to allow a website installation be conditional on using SSL. If SSL radio button is selected to 'true' then we install one conditional website with the pfx cert, port 443 and bindings with hostname and cert. If SSL radio button is selected to 'false', we install a re...
by mumbles76
Fri Jan 29, 2016 3:46 pm
Forum: Building Installers
Topic: Empty Edit Box property
Replies: 3
Views: 3142
 
Jump to post

Re: Empty Edit Box property

Ah as part of the dialog init events, got it, thx!

Go to advanced search