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
- :
- Installation problems on Solaris x86/64 bit
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
Jul 03, 2008
07:59 AM
Installation problems on Solaris x86/64 bit
Hi all,
I'm trying to install my product on Solaris x86 with a 64 bit JVM but some problems occur:
- I add some files and set their attributes to 777 but when installed are set to 644 so I can't execute them
- The uninstaller .bin is not created (only uninstall.jar)
- In the summary pre-installation panel the size shown is 0 KB but all the files are copied.
The uname -X command shows
System = SunOS
Node = imspmu2
Release = 5.10
KernelID = Generic_118855-36
Machine = i86pc
BusType =
Serial =
Users =
OEM# = 0
Origin# = 1
NumCPU = 4
The same InstallShield project, with different JVM resolution and Platfrom release, works correctly on a Solaris SPARC.
Can you help me?
Regards.
Gennaro
I'm trying to install my product on Solaris x86 with a 64 bit JVM but some problems occur:
- I add some files and set their attributes to 777 but when installed are set to 644 so I can't execute them
- The uninstaller .bin is not created (only uninstall.jar)
- In the summary pre-installation panel the size shown is 0 KB but all the files are copied.
The uname -X command shows
System = SunOS
Node = imspmu2
Release = 5.10
KernelID = Generic_118855-36
Machine = i86pc
BusType =
Serial =
Users =
OEM# = 0
Origin# = 1
NumCPU = 4
The same InstallShield project, with different JVM resolution and Platfrom release, works correctly on a Solaris SPARC.
Can you help me?
Regards.
Gennaro
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jul 15, 2008
01:11 PM
I always found that setting the attributes did not work as well as advertised. I usually ended up doing an execute command after the install doing a chmod on the files that needed to have specific permissions.
I have also noticed that sometimes the size displayed was off, I can't say that I ever saw 0 but sometimes it reported weird numbers.
Have you looked at the uninstaller information in your project? Make sure that a .bin file is listed for the uninstall, I think there are different options for Sparc vs X86, but I can't remember for sure.
I have also noticed that sometimes the size displayed was off, I can't say that I ever saw 0 but sometimes it reported weird numbers.
Have you looked at the uninstaller information in your project? Make sure that a .bin file is listed for the uninstall, I think there are different options for Sparc vs X86, but I can't remember for sure.
