Hello guys,
I would like to launch a Configuration Wizard of my application after the
installation process. This Wizard would be responsible of setting the SQL
Server, user and password informations, writing to registry and running a
service. So, it needs elevated privileges. But, if I understand correctly, I
can't run the CA that launches the Wizard with elevated privileges if it's
not during the InstallExecuteSequence process.
What would be the right way to do this? I was thinking of using a
bootstrapper that launches the whole msi with elevated privileges (using a
manifest file), hopefully with this I wouldn't have problem when launching
my Configuration Wizard. Or is there a better and safer way to do this? I
don't know how it's done by Microsoft products, like Sharepoint installer, I
think this would be a good example, since it also launches a Wizard after
the installation that configures the SQL Server.

Thanks.
------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to