Bug Configure initial settings option in installer does not work

 
  • Created:over 3 years ago
  • Modified:over 2 years ago by radeon
  • Status:fixed
  • Owner:unassigned
  • Milestone:Thunderblade
no supporters

I installed the new firestorm release on my Windows 7 x86 machine twice. Both times i left the check in the “configure initial settings” option on the completion page of the installer, but nothing happens.

this option does not seem to have any effect. can anyone confirm this?

Launching the configuration program from the start menu does work, so this is just a minor thing.

 
votes newest oldest
 
  • Created:over 3 years ago

Hi,

on my setup (all new, clean install), I think the configuration was triggered but locked up – I got a prompt for the file permissions to be set, but after OKing this had to kill it with task manager when it had not finished half an hour later.

It never got as far as visibly running the main config utility.

 
 
  • Created:over 3 years ago

yeah, this happens to me too, i have to run it manually.

 
 
  • Created:over 3 years ago

The configuration wizard will not launch from the install if you have UAC enabled. We have not found any workaround to this problem (other than turning off UAC or launching manually).

 
  • this is not resolved in thunderblade yet, but it is still flagged for the milestone. I think the thunderblade tag should be removed (and optionally add pegasus) – birkoff about 3 years ago
  • This is fixed in RTM+1 RC2: Mar 2 2010 – birkoff about 3 years ago
 
  • Created:over 3 years ago

i dont have UAC enabled but it still doesnt launch for me

 
 
  • Created:over 3 years ago

Is it possible to create the configurator shortcut with the ‘run as adminitrator’ flag set, then trigger the first run via that shortcut so it’s gets admin rights?

There must be a standard mechanism for doing something like this, many ‘system’ installers like Antivirus and drivers etc. pop up an Admin rights box so they can operate without restrictions.

 
 
  • Created:over 3 years ago

if the setup program is packaged as an executable the “run as administrator” option is present in the context menu.

this option is not available for .msi files.

 
 
  • Created:over 3 years ago

I'm not suggesting run the installer as administrator;

the installer creates a shortcut in the start menu to run the config tool. That shortcut appears to have the run as admin flag set.

Can’t you in effect trigger the shortcut after the install is complete, so that in turn triggers the UAC or whatever and gets admin rights (from the user) for the config tool?

 
  • i didn’t mean to reply to your post. i was just suggesting another method we could make things work. if the installer allows for initiating a shortcut on the filesystem, it could work aswell. – birkoff over 3 years ago
 
  • Created:over 3 years ago

Hi, I'm new to media browser and i saw this issue. I'm not sure if this is any help or not but I've previously used this to get around UAC issues.

http://uachelpers.codeplex.com/

It allows you to elevate a process fairly easy, it also allows you to run another process from an elevated process as a standard user (normally it would be started with the same level as the parent process)

I'm pretty sure it can check to see if UAC is enabled as well.

 
 
  • Created:over 3 years ago

In the past I've had very good results with a little freeware app named MSILaunch written by Cornerhouse software. you can post-process your built msi-setup.

Unfortunately VS doesn’t properly expose this MSI funtionality, at least 2005 didn’t… I never touched VS 2008

 
 
  • Created:over 3 years ago

What about a popup after installation is complete, urging the user to configure their settings using the Configuration Wizard??

 
 
  • Created:about 3 years ago

I fixed this AGES ago