Ctwizzy Posted April 23, 2005 Posted April 23, 2005 Got a quick question about custom installers.This code places my app in the startmenu under Adobe Reader Speed-up. What I want is that folder to be in the Acrobat folder, just so the shortcuts end up in there.[Icons]Name: "{group}\Adobe Reader Speed-Up"; Filename: "{app}\Reader SpeedUp.exe"Name: "{group}\{cm:UninstallProgram,Adobe Reader Speed-Up}"; Filename: "{uninstallexe}"So i have tried this:[Icons]Name: "Acrobat\{group}\Adobe Reader Speed-Up"; Filename: "{app}\Reader SpeedUp.exe"Name: "Acrobat\{group}\{cm:UninstallProgram,Adobe Reader Speed-Up}"; Filename: "{uninstallexe}"FAIL[Icons]Name: "{group}Acrobat\Adobe Reader Speed-Up"; Filename: "{app}\Reader SpeedUp.exe"Name: "{group}Acrobat\{cm:UninstallProgram,Adobe Reader Speed-Up}"; Filename: "{uninstallexe}"FAILdoes anyone know how? Im just starting to use Inno Setup so im not that great with it.I know {group} points to the All Users start menu so C:\Documents and Settings\All Users\Start Menu\Programs\ then creates the dir here.So you would think {group}\Adobe Reader Speed-Up would be in C:\Documents and Settings\All Users\Start Menu\Programs\Adobe Reader Speed-Up. Which it is.Youd also think that {group}\Acrobat\Adobe Reader Speed-Up would be in C:\Documents and Settings\All Users\Start Menu\Programs\Acrobat\Adobe Reader Speed-Up. Which it is not. So now im lost, im trecking through the help but i dont see anything.Ok I found a way to do it, I have no clue if this is the proper way but it did the trick.I changed the DefaultGroupName=Acrobat\Adobe Reader Speed-Up.
MHz Posted April 24, 2005 Posted April 24, 2005 Try ISTool to help you with the inno setup scripts. It is a nice addition to inno setup.
sixpack Posted April 24, 2005 Posted April 24, 2005 Try ISTool to help you with the inno setup scripts. It is a nice addition to inno setup.<{POST_SNAPBACK}> thanks btw... "DefaultGroupName=Acrobat\Adobe Reader Speed-Up" this works great i had that problem to glad i have a solution now
Ctwizzy Posted April 24, 2005 Author Posted April 24, 2005 np, glad I could help someone.Ill checkout IsTool, I love innoSetup for installing un-installable apps.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now