SOLVED:
Don't uncheck Create Shortcut when you build the installer!!!!!!!!
Search found 4 matches
- Wed Mar 24, 2021 5:56 pm
- Forum: Builder
- Topic: Installed program isn't found in win10 search
- Replies: 1
- Views: 16322
- Wed Mar 24, 2021 5:53 pm
- Forum: Builder
- Topic: Installed program isn't found in win10 search
- Replies: 1
- Views: 16322
Installed program isn't found in win10 search
Hello,
I can create the .msi installer and it says it installs successfully at the end of the setup wizard, but I can't find the program in windows 10 search- it just finds the .msi file.
edit: builder package version 1.33.21076.317
I can create the .msi installer and it says it installs successfully at the end of the setup wizard, but I can't find the program in windows 10 search- it just finds the .msi file.
edit: builder package version 1.33.21076.317
- Thu Mar 18, 2021 4:51 pm
- Forum: MegunoLink
- Topic: Referencing a panel element by a variable
- Replies: 1
- Views: 12173
Re: Referencing a panel element by a variable
Hey everybody, I figured out a way to pull this off. This is a not very clean little bit of code but it works to get the idea across. We can use itoa() to turn our int index into a char and then put that char into our array of chars that is our container for the element (in this case button) name. W...
- Wed Mar 17, 2021 7:57 pm
- Forum: MegunoLink
- Topic: Referencing a panel element by a variable
- Replies: 1
- Views: 12173
Referencing a panel element by a variable
Hello, I'm making a tester that tests 12 devices at once, and I want my Interface Panel to have 12 buttons that I turn green or red depending on if a particular device passes or fails a standard test. Each of the 12 buttons corresponds to a device. Example Interface Panel included below. Is there a ...