components

Inno Setup - Show custom components on Ready to Install page

会有一股神秘感。 提交于 2020-08-26 08:33:46
问题 i would like to add my components and the selected user from the ini file to the Ready to install page. Is this even possible? It should look like this example: this is my ini file: user1=Program1,Program3 user2=Program1,Program2 user3=Program1,Program3 user4=Program1,Program2 Then the following script will do: [Files] Source: "TEST \Software\x64\Program_1"; DestDir: "{app}\Program_1"; \ Flags: ignoreversion recursesubdirs; Check: ShouldInstallProgram('Program1') Source: "TEST \Software\x64

“299742-nowjedi-hello” is not a valid Custom Element name

谁都会走 提交于 2020-07-23 07:03:08
问题 I am quite new on component development and struggling printing a simple hello world. Can someone help me? Steps to reproduce: 1. now-cli login --host stack.service-now.com 2. now-cli project --name nowjedi-hello -- description 'A web component printing Hello World' 3. npm install 4. now-cli develop --open Returns: SyntaxError: Failed to execute 'define' on 'CustomElementRegistry': "299742-nowjedi-hello" is not a valid custom element name I am following "Developing your component". Any idea