On 2019-09-11, Grant Edwards <grant.b.edwa...@gmail.com> wrote:

> I'm trying to switch from using Inno Setup to build an installer and
> instead have cx_freeze create an MSI.

I'm still stumped trying to create a shortcut in a subfolder of the
start menu.  That's now the only thing that still forces me to use
Inno Setup to create in instaler for tree created by cx_freeze rather
than just having cx_freeze generate an .msi.

Does anybody have any ideas?

> 1. How do you create a shortcut in a folder under the start menu?
>
>    I can create a top-level start menu shortcut, but I can't figure
>    out how to put the shorcut in a folder.  I've tried all sorts of
>    different things for shortcutName and shortcutDir, but most of them
>    either produce an installer error or cause the installer to hang.
>
>    The initial_target_dir setting seems to allow folder names like this:
>
>      "initial_target_dir": r"[ProgramFilesFolder]\My-Company\My-Program",
>         
>    But I can't get anything like that to work for the shortcut directory.

-- 
Grant Edwards               grant.b.edwards        Yow! I'm having a
                                  at               quadrophonic sensation
                              gmail.com            of two winos alone in a
                                                   steel mill!



_______________________________________________
cx-freeze-users mailing list
cx-freeze-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cx-freeze-users

Reply via email to