This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Simple questions
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 08, 2009
08:52 AM
Simple questions
Hi everyone,
I just started to work with Installshield. People say this to me all the time: 'You want to go too fast'. Same thing in this case.
I want to make my installer look like those new game installers. With a nice splash screen at the start, while Installshield is initializing the components.
Also I want to play/loop a song during the file copying process, and I want it to display some nice pictures.
I would also like to know how to define registry paths for both x86 and x64 systems.
I would really appreciate it if someone could tell me what the best project is to start with (MSI project/Installscript or anything else).
Thanks in advance,
TCUSniper
I just started to work with Installshield. People say this to me all the time: 'You want to go too fast'. Same thing in this case.
I want to make my installer look like those new game installers. With a nice splash screen at the start, while Installshield is initializing the components.
Also I want to play/loop a song during the file copying process, and I want it to display some nice pictures.
I would also like to know how to define registry paths for both x86 and x64 systems.
I would really appreciate it if someone could tell me what the best project is to start with (MSI project/Installscript or anything else).
Thanks in advance,
TCUSniper
(4) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 12, 2009
04:01 PM
Nobody can help me out? 😞
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 12, 2009
04:32 PM
As a rule, if you require a fancy UI, InstallScript is generally more flexible. Some types of customers prefer MSI installations (for silent installations, consistent transformation, integration with deployment systems such as SMS), however, so you should figure that into it. The "choosing a project type" section in the getting-started part of the documentation has more information...
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 15, 2009
12:06 PM
Thanks for the advice, I'll take a look at it 😉
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 15, 2009
01:45 PM
I humbly agree with RobertDickau. Install Shield scripts allow a lot of flexibility and MSI projects are not flexible. MSI is really good for simple installations. Like, I just want my files installed at this location. But if your product needs to modify the system, create and update database, configure IIS, ..., I would highly suggest Install Shield Scripts.