#241
|
||||
|
||||
Quote:
Code:
RegWriteStringValue(HKEY_LOCAL_MACHINE, 'SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{#AppName}_is1', 'DisplayIcon', ExpandConstant(AddBackslash('{app}\{#E1[60]}') + '{#E1[61]}') ) |
The Following User Says Thank You to Cesar82 For This Useful Post: | ||
XxAZAxX (21-08-2023) |
Sponsored Links |
#242
|
|||
|
|||
Solved!
Quote:
This was the one I had set, and it was temporary of course... Code:
ExpandConstant('{app}\{#E1[61]}') Code:
ExpandConstant(AddBackslash('{app}\{#E1[60]}') + '{#E1[61]}') |
#243
|
|||
|
|||
I'm at a loss right now, but the setup doesn't create a desktop shortcut for me (and in the start menu the shortcut is simply named “.lnk”, i.e. without the name of the game before the “.lnk”).
I know I've done something wrong, maybe someone can help me out? Code:
[Execs] ;Tile Caption|Exec Directory|Exec File|Shortcut Name/Action Name AppExe1=Stardew Valley|Stardew Valley.exe KR pcblizzard Last edited by pcblizzard; 29-01-2024 at 03:04. Reason: Add the info about the autorun |
#244
|
||||
|
||||
Quote:
Code:
AppExe1=Stardew Valley||Stardew Valley.exe|Stardew Valley |
The Following User Says Thank You to audiofeel For This Useful Post: | ||
pcblizzard (29-01-2024) |
#245
|
|||
|
|||
Ouch, thank you!
|
#246
|
|||
|
|||
after creating the setup and check the Setup.exe in Virustotal it's showed 3 of programs detected it as Malware
|
#247
|
|||
|
|||
I have one more question: Is it possible to add arguments under “[Execs]”?
I have tried it, but it has no effect, the “Arguments” are not added to the desktop- / start menu shortcuts. KR pcblizzard |
#248
|
||||
|
||||
Quote:
Code:
[Icons] #ifdef AppExe1 // Add IconFileName: "{src}\Icon.ico"; before WorkingDir to change defalut exe icon. Name: {group}\{#E1[62]}; Filename: {app}\{#E1[60]}\{#E1[61]}; WorkingDir: {app}\{#E1[60]}; Comment: {#E1[59]}; Check: CreateShortcuts; Parameters: /s Name: {commondesktop}\{#E1[62]}; Filename: {app}\{#E1[60]}\{#E1[61]}; IconFileName: "{app}\Icon.ico"; WorkingDir: {app}\{#E1[60]}; Check: CreateShortcuts; Parameters: /s |
The Following User Says Thank You to audiofeel For This Useful Post: | ||
pcblizzard (29-01-2024) |
#249
|
|||
|
|||
I have to thank you again!
|
#250
|
||||
|
||||
rename the file to a different name. for example, in "TEXIT.exe"
|
#251
|
|||
|
|||
I have now found errors/problems:
1. on a (4K) UHD monitor the installer looks very compressed. Is there a scaling option in the script that can be activated? [Second image] 2. if I want to change the installation folder, click on another one and click on the normal folder again, it automatically adds the "AppName" after the "InstallDir" name. [First image] Example, based on the picture: if I click on the folder "Intel" and then again on "Jak 2 HD", the installation folder reads "C:\Program Files\Jak 2 HD" (which would be correct) instead of "C:\Program Files\Jak 2 HD\Jak II: Renegade HD" (which is wrong, because "InstallDir" + "AppName" is used). Sometimes dots are simply inserted instead of "Program Files" (i.e. "C:\...\Jak 2 HD" instead of "C:\Program Files\Jak 2 HD") If you do not check this and click on "Ok" in the "Select Directory" window, the installer crashes (but I have not yet found out when the installer sets the "..." instead of "Program Files"). EDIT: Ah and when I use the uninstaller and click on e.g. the progress bar (although I don't think it matters where I click), I get an error message (but the program is [apparently still completely] uninstalled) (Third image). Thank you for your help Last edited by pcblizzard; 09-07-2024 at 10:51. Reason: See "Edit" |
Thread Tools | |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Coming Soon: Metro Install Creator | Razor12911 | Conversion Tutorials | 48 | 31-10-2021 02:59 |
Windows Phone Installer (FMX) Redists Help... | ramazan19833 | Conversion Tutorials | 3 | 15-12-2017 04:08 |
Custom Installer (help test ) windows 8 | Dante1995 | Conversion Tutorials | 4 | 07-07-2014 03:43 |
321 studios game x copy | acehardy12 | XBox Games | 6 | 29-06-2005 13:55 |