Creating custom install wizard

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • ValK

    #1

    Creating custom install wizard

    Hello All.
    I have a windows service, that monitors file directory.
    Now I'm trying to create custom install wizard for this service. I added
    projectinstalle r class to my application, where I specified properties like
    ServiceName, DisplayName and so on.

    What I like to do, is to add one more dialog screen with the test box and
    "Browse" button to the installation wizard and provide user with the ability
    to select/change service monitoring directory. Same like user can change
    program installation path.

    I spend so much time and can't find any solution.
    Please help.

    Valk
  • Mayur Tendulkar

    #2
    RE: Creating custom install wizard

    Hi,
    I suppose you are using Microsoft VisualStudio.Ne t 2003. There are two ways
    to create Setup Projects. (i) Add Setup Wizard or (ii) Add Setup Project.
    In either case, when your setup project is completely loaded, just at the
    top 'Solution Explorer' few buttons are there namely - (i) File System
    Editor, (ii) Registry Editor, (iii) File Types Editor (iv) User Interface
    Editor and so on..
    You can use this 'USER INTERFACE EDITOR' to customize your dialog boxex.
    Thanks

    Mayur Tendulkar
    Electrical Engineer
    Pune, India


    [color=blue]
    > Hello All.
    > I have a windows service, that monitors file directory.
    > Now I'm trying to create custom install wizard for this service. I added
    > projectinstalle r class to my application, where I specified properties like
    > ServiceName, DisplayName and so on.
    >
    > What I like to do, is to add one more dialog screen with the test box and
    > "Browse" button to the installation wizard and provide user with the ability
    > to select/change service monitoring directory. Same like user can change
    > program installation path.
    >
    > I spend so much time and can't find any solution.
    > Please help.
    >
    > Valk[/color]

    Comment

    • ValK

      #3
      RE: Creating custom install wizard

      Mayur,
      1) I was able to add dialog box with the text box on it to my installation
      interface by using 'USER INTERFACE EDITOR' So now user has ability to change
      monitoring directory by typing new path.
      2. Now I need to have installer change this settings inside the config file.
      How would I do this?

      Thanks






      "Mayur Tendulkar" wrote:
      [color=blue]
      > Hi,
      > I suppose you are using Microsoft VisualStudio.Ne t 2003. There are two ways
      > to create Setup Projects. (i) Add Setup Wizard or (ii) Add Setup Project.
      > In either case, when your setup project is completely loaded, just at the
      > top 'Solution Explorer' few buttons are there namely - (i) File System
      > Editor, (ii) Registry Editor, (iii) File Types Editor (iv) User Interface
      > Editor and so on..
      > You can use this 'USER INTERFACE EDITOR' to customize your dialog boxex.
      > Thanks
      >
      > Mayur Tendulkar
      > Electrical Engineer
      > Pune, India
      >
      >
      >[color=green]
      > > Hello All.
      > > I have a windows service, that monitors file directory.
      > > Now I'm trying to create custom install wizard for this service. I added
      > > projectinstalle r class to my application, where I specified properties like
      > > ServiceName, DisplayName and so on.
      > >
      > > What I like to do, is to add one more dialog screen with the test box and
      > > "Browse" button to the installation wizard and provide user with the ability
      > > to select/change service monitoring directory. Same like user can change
      > > program installation path.
      > >
      > > I spend so much time and can't find any solution.
      > > Please help.
      > >
      > > Valk[/color][/color]

      Comment

      Working...