MSI questions

G

Guest

Hi,

I'm trying to create a custom MSI project, I have added a textbox (a) dialog
to the installation and I'm passing the value set to the installer class via
custom data. However, when I'm uninstalling the package this value doesn't
seem to be what the user orignally set, do I have to persist the value the
user chose for uninstalling?

Also, when I add the textbox (a) there seems to be no way of going back when
running the package, i.e once past the custom dialog theres no way back
without restarting the msi.
 
S

Shiva

Hi,
You can use the IDictionary parameter to store any values thay would be
required in uninstall or rollback stages.

For enabling Back button on the MSI dialog, you can use the Orca tool,
available as part of Windows Installer SDK. This tool lets you modify
various MSI database settings. Other option is to move the custom dialog
after the Installation Folder dialog (you may get a warning stating that all
custom dialogs must precede installation folder dialog, but you can just
ignore it).

Hi,

I'm trying to create a custom MSI project, I have added a textbox (a) dialog
to the installation and I'm passing the value set to the installer class via
custom data. However, when I'm uninstalling the package this value doesn't
seem to be what the user orignally set, do I have to persist the value the
user chose for uninstalling?

Also, when I add the textbox (a) there seems to be no way of going back when
running the package, i.e once past the custom dialog theres no way back
without restarting the msi.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top