Search found 3 matches

Go to advanced search

by rn701
Sat Jan 19, 2013 10:43 pm
Forum: Building Installers
Topic: Copy dialog changes?
Replies: 1
Views: 2137
 
Jump to post

Copy dialog changes?

If you create a project and it uses one of the standard themes like 'classic' and you modify the dialogues, is there a way to copy those changes to another dialog that also uses the standard theme?
by rn701
Fri Jan 18, 2013 5:51 pm
Forum: Building Installers
Topic: Remove control panel uninstall entry for old installation
Replies: 1
Views: 2121
 
Jump to post

Re: Remove control panel uninstall entry for old installatio

Never mind. Figured it out. Added a LaunchFileorUrl custom action after commit with the command:

reg delete "hklm\software\microsoft\windows\currentversion\uninstall\My App" /f

And set it to run a "local system account with full privileges."

Fixed me right up. That was too easy.
by rn701
Fri Jan 18, 2013 4:16 pm
Forum: Building Installers
Topic: Remove control panel uninstall entry for old installation
Replies: 1
Views: 2121
 
Jump to post

Remove control panel uninstall entry for old installation

Is there a way to remove the Control Panel entry for an older version of the software that was installed with an unmanaged script (such as Wise Installer) so that only the new entry remains with uninstall, repair, etc. and the new version?

For example, previously installed an app using a Wise setup ...

Go to advanced search