Jump to content

Addon Maker Issues


Geej

Recommended Posts

Thanks for this great tool.

I have been using this feature and I noticed that if I tried to edit an existing .WA addon by removing some shortcut/files, the shortcut and files still remain in the .WA package

edit: Oops, I think I post in the wrong thread... on this part.

These are some limitations I observed.

Same shortcut name cannot be more than 1 (such as placing same.lnk on desktop & Start menu) in the .WA

Copy Folder : cannot have same folder name (eg. to program files and appdata dir) in the .WA

Is the file path within the .WA shortcut always point to C:\.... What if %systemdrive% is D: during installation?

Cheers

Link to comment
Share on other sites

Hey Geej...

The copy folder is not a problem...

If you have 2 folders that are the same name you would do it like this.


[CopyFolder]
Inno Setup 5::Program Files (x86)
Inno Setup 5a::ProgramData\Microsoft\Windows\Start Menu\Programs*Inno Setup 5

Just simply rename one of the folders to like my example... i added the "a" at the end of it...

Then at the end of the line "Start Menu\Programs*Inno Setup 5"

When the toolkit install this it will rename the folder back to "Inno Setup 5"

On the shortcut issue.... Try the same thing... Have 2 shortcuts and rename one of them using the method above..

Of course you would use the [CopyFile] directive...

I have personally use the copyfolder version of this and it works fine... Have never tried using it under the copyfile, but I think

it should work..

Link to comment
Share on other sites


I have been using this feature and I noticed that if I tried to edit an existing .WA addon by removing some shortcut/files, the shortcut and files still remain in the .WA package

Just wondering if problem has been fixed.

Best regards

Link to comment
Share on other sites

  • 2 weeks later...

bump

Just to feedback the 'remove' button still does not work in Addon Maker tab ('file' sub-tab) (version tested is beta)

I have not to tested Folder sub-tab or reg sub-tab. But I doubt it is resolved.

Is it resolve? If yes, which version of WTK?

Link to comment
Share on other sites

  • 5 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...