Reply to Thread

Post a reply to the thread: How to create msi executable package using SB10

Your Message

Click here to log in

What's the name of our main installation product (in uppercase letters), directly followed by the current year?

 

You may choose an icon for your message from this list

Additional Options

  • Will turn www.example.com into [URL]http://www.example.com[/URL].

Topic Review (Newest First)

  • 08-27-2020, 07:10 AM
    testuser

    Re: How to create msi executable package using SB10

    I had set $SB_ALLUSERSFLAG$ to 0 thats why it was not working, sorted now.
  • 08-26-2020, 06:53 AM
    testuser

    Re: How to create msi executable package using SB10

    Hello,

    I have tried that, as in our product we need to install service so we have kept Execution Level to requireAdministartor, and when msi is created with "UAC compliant" switch then while installing msi we get error shown in image. I tried to execute msi file from administrator command prompt then msi gets installed but no entry in Add/Remove programs of windows.

    Attachment 5006
  • 08-26-2020, 06:26 AM
    linder

    Re: How to create msi executable package using SB10

    Please try the "UAC compliant" switch.

    Friedrich
  • 08-25-2020, 08:01 AM
    testuser

    Re: How to create msi executable package using SB10

    I had given wrong msi output path, it worked now.

    If I install exe then entry in Add/Remove programs gets added but not happened when installed msi file, any idea?

    I have one sbp for main product and other sbp project to convert exe to msi, so do I have to set settings in exetomsi convert project as well to add entry in add or remove programs? tried this as well, didnt worked.
  • 08-25-2020, 07:49 AM
    testuser

    Re: How to create msi executable package using SB10

    Have you attached demo sbp file?

    I tried using pragma however I am getting below error.
    Attachment 5003

    Attachment 5004
  • 08-25-2020, 07:06 AM
    linder

    Re: How to create msi executable package using SB10

    Hello,

    SetupBuilder creates native high-performance Windows executables (.exe). You can embed such an .exe into a .msi using the "#exe2msi" directive (if you have to). Please see the "exe2msi Demo.sbp" Example project.

    Friedrich
  • 08-25-2020, 06:25 AM
    testuser

    How to create msi executable package using SB10

    Hello,

    I just want to create msi executable output package instead of exe, can you please help me?


    Thanks in advance!

Posting Permissions

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