Ureader.com  
Microsoft software help and Community
   home   |   control panel login   |   archive   |  
 
platform
active.directory
adsi
adsi.iis-admin
base
com_ole
complus_mts
component_svcs
database
directx
gdi
graphics_mm
internet.client
internet.server
internet.server.isapi-dev
localization
mapi
messaging
msi
mslayerforunicode
multimedia
networking
networking.ipv6
sdk_install
security
shell
telephony.tapi_2
telephony.tapi_3
telephony.tsp
telephony.wte
tools
ui
ui_shell
win_base_svcs
win16
  
 
date: Mon, 18 Aug 2008 06:52:03 -0700,    group: microsoft.public.platformsdk.msi        back       


enabling back button in msi file   
I am writing an installer package that is for plugins, thereofre the install 
path changes accoring to the users host application. I have added a custom 
dialog with four radio buttons where the user can choose formt he most 
popular host applications. However on the next screen (FolderForm) after this 
the back button is disabled. I have figured if I set the FolderForm_PrevArgs 
property to Custom4Buttons (that is pointing to the previous custom made 
dialog) then I can go back.
The problem is then that when I want to go forward again, then I don't go 
the the FolderForm but the installation launches. I have tried to set the 
Custom4Buttons_NextArgs to FolderForm, but this results in an error message.

Any suggestions appretiated.

Zsuzsa
date: Mon, 18 Aug 2008 06:52:03 -0700   author:   zsuzsa

Re: enabling back button in msi file   
On Aug 18, 3:52 pm, zsuzsa  wrote:
> I am writing an installer package that is for plugins, thereofre the install
> path changes accoring to the users host application. I have added a custom
> dialog with four radio buttons where the user can choose formt he most
> popular host applications. However on the next screen (FolderForm) after this
> the back button is disabled. I have figured if I set the FolderForm_PrevArgs
> property to Custom4Buttons (that is pointing to the previous custom made
> dialog) then I can go back.
> The problem is then that when I want to go forward again, then I don't go
> the the FolderForm but the installation launches. I have tried to set the
> Custom4Buttons_NextArgs to FolderForm, but this results in an error message.
>
> Any suggestions appretiated.
>
> Zsuzsa

Where do these "NextArgs" and "PrevArgs" comes from - which tool are
you using?

MSI does not have a real back/next button concept, so the dialog you
want show when the user presses Back or Next has to be identified by
the Publish element of those button controls. You can have multiple
publish elements and choose a the dialog by using a condition for
those publish elements.


Best regards,
Sebastian Brand

Instyler Software - http://www.instyler.com
date: Mon, 18 Aug 2008 09:13:44 -0700 (PDT)   author:   Sebastian Brand

Re: enabling back button in msi file   
> Where do these "NextArgs" and "PrevArgs" comes from - which tool are
> you using?

I created the msi file in VisualStudio, but any further changes I do in 
Orca. So these properties are in Property table in Orca.

What do you use when you talk about Publish element?

Zsuzsa

> 
> MSI does not have a real back/next button concept, so the dialog you
> want show when the user presses Back or Next has to be identified by
> the Publish element of those button controls. You can have multiple
> publish elements and choose a the dialog by using a condition for
> those publish elements.
> 
> 
> Best regards,
> Sebastian Brand
> 
> Instyler Software - http://www.instyler.com
>
date: Mon, 18 Aug 2008 09:45:01 -0700   author:   zsuzsa

Re: enabling back button in msi file   
On Aug 18, 6:45 pm, zsuzsa  wrote:
> > Where do these "NextArgs" and "PrevArgs" comes from - which tool are
> > you using?
>
> I created the msi file in VisualStudio, but any further changes I do in
> Orca. So these properties are in Property table in Orca.
>
> What do you use when you talk about Publish element?
>
> Zsuzsa
>
>
>
> > MSI does not have a real back/next button concept, so the dialog you
> > want show when the user presses Back or Next has to be identified by
> > the Publish element of those button controls. You can have multiple
> > publish elements and choose a the dialog by using a condition for
> > those publish elements.
>
> > Best regards,
> > Sebastian Brand
>
> > Instyler Software -http://www.instyler.com

With the publish element I was refering to WiX implementation of the
ControlEvent table of MSI, sorry. It's where you set up what happens
when the user pushes the button.


Best regards,
Sebastian Brand

Instyler Software - http://www.instyler.com
date: Tue, 19 Aug 2008 08:28:47 -0700 (PDT)   author:   Sebastian Brand

Google
 
Web ureader.com


    COPYRIGHT 2007, YARDI TECHNOLOGY LIMITED, ALL RIGHT RESERVE  |   contact us