Results 1 to 4 of 4

Thread: Just a thought.....

  1. #1
    Join Date
    Apr 2002
    Location
    Oslo, Norway
    Posts
    36

    Lightbulb Just a thought.....

    Either in the Custom Action Wizard or in the Custom Action view, why not give us an opportunity to enter a text that then goes into the ActionText table? It's probably just me, but when I look at my different installations I find way too many CAs that should have had a text since they can take quite some time.

    Einar

  2. #2
    Join Date
    Oct 2001
    Location
    Here and there
    Posts
    16,233
    Good idea! In the meantime, you (meaning "everyone") can vote for this feature request at www.installshield.com/feedback.
    Robert Dickau - This and That - Flexera Software

    Want help? See Windows Installer white papers, training courses, newsletters, HelpNet, forum search, Knowledge Base, ...
    Want more help?
    See our InstallTalk blog.
    Want even more help? See our relatively new Advanced Windows Installer (MSI) training course.

  3. #3
    Join Date
    Jul 2003
    Location
    Austin, TX
    Posts
    4,375
    I'd be happy just getting ActionText to work in the first place. I have an InstallScript custom action in the execute after installfinalize. ( Some tweaking with no rollback. )

    I followed the instructions of putting an entry in the actiontext table using the name of the custom action, the message and to leave the template empty. I even put a messagebox delay in the CA just to make sure.... the text is not changed and instead still says "removing backup files" from the previous action.

    I was able to hackishly get around this by changing the IDS_ACTIONTEXT_75 message of the previous action, but its not pretty.
    Last edited by Christopher Painter; 05-18-2004 at 04:37 PM.
    Christopher Painter
    ISWIX, LLC.
    Visit iswix.com for contact information

  4. #4
    Join Date
    Feb 2004
    Posts
    150
    Chris,

    leaving the template blank will not display your string in the SetupProgress dialog. Enter [1] in the template and the string will be displayed.

    Then you can remove your hack.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •