|
|
#1 |
|
Junior Member
Join Date: Jan 2007
Posts: 2
|
Installer request ;)
I don't know if it's asked to much, nevertheless I'm asking if someone is willing/wants to write me a little installer script for my BBCodeWriter Autohotkey script. Feel free to tell me if it's asked too much.
![]() I already made a little one, but it's very limited. One thing is, it adds entries to startmenu although I uncheck the specified checkbox during install. On the other hand I always wanted an uninstaller for the script but don't know how to do it. Is it possible to write an uninstall entry to the control panel - software - add/remove? And last but not least, is it possible to ask the user during install if he/she would like to install it for all users or only for the currently registered user? This is how far I came with v.2.14 and my limited knowledge: code: |
|
|
|
|
|
#2 |
|
Forum King
Join Date: Mar 2006
Location: Ath. GR
Posts: 2,078
|
I guess you may manage that installer easily with NSIS Quick Setup Script Generator
Quick AVI Creator - Quick and easy convert from DVD/MPEG/AVI/MKV to AVI/MP4/MKV Quick AVI Creator entirely edited with NSIS and entirely upgraded to Unicode NSIS |
|
|
|
|
|
#3 | |||
|
Major Dude
|
Quote:
your code for startmenu entries is in a "section", meaning it will be executed on page instfiles. your checkbox to choose if actually any shortcuts should be created is a page AFTER this. you should flip the two pages: code: Quote:
![]() Quote:
![]() [quopte]And last but not least, is it possible to ask the user during install if he/she would like to install it for all users or only for the currently registered user?[/quote] search the forums/wiki. there are several solutions for this one in here. small hint: installoptions page. hand by comm@nder21 ---------- WiKi pages:CreateInternetShortcut|Enhanced FindWindow|Parse CSV-Data|Open/Close CD-Drive|Installer without Icon|Vista application compatibility |
|||
|
|
|
|
|
#4 |
|
Junior Member
Join Date: Jan 2007
Posts: 2
|
Thx Guys,
looks like "NSIS Quick Setup Script Generator" is exactly what I was looking for. ![]() Nevertheless thanks to Comm@nder21 for pointing out what is wrong in my script. I will have a look at it. |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|