- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
We are trying to install SAS 9.4, 64-bit, on a Windows 10 (Enterprise 18363) machine. When the setup.exe is launched (a help desk worker with admin rights has to remote in to run the install for the user) the initial install splash screen appears, disappears, and then does nothing. We have waited more than 10 minutes, checked in task manager to see is any SAS processes are running, and there is nothing active. This has happened repeatedly, after rebooting the machine, and after re-downloading the install files. We are at a complete loss as to what to do now.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Thank you for your responses. We were able to resolve this issue by editing the deploywiz.ini file as follows:
- Navigate to the SAS Software Depot in the Products folder.
- In the deploywiz__99999__prt__xx__sp0__1 folder (99999 varies, depending on the SAS release), find deploywiz.ini.
For example, the default path is path-to-your-depot\products\deploywiz_99999_prt_xx_sp1.
Your deploywiz folder might have a different name. - Make a copy of the deploywiz.ini file and then open it for editing. Note: WordPad works nicely for editing the deploywiz.ini. In the file, locate the host sections [wx6] for x64.
- In the LAUNCHERARGS= parameter for both host sections, change the value from -Xmx1024M to -Xmx512M.
- Save the file and then run setup.exe again to restart the installation.
- After the installation, change the settings back to 1024
Once these edits were made, setup.exe ran normally and the install was a success.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Hi @tjbrandeis,
Check to see if you have the problem described in this SAS note and if so there are steps provided in the note to work around the problem.
Michele
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Hi @tjbrandeis,
I would recommend you open a track with SAS Tech Support and they can help with that.
Michele
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
What maintenance release of SAS 9.4 are you installing? Some earlier maintenance releases don't support Windows 10.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
We are trying to install SAS94_TS1M7_Rev. 940_20w34_win64_TR
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
That is very recent so will be supported. Are you installing from a local hard drive SAS depot? We've had a few problems installing from a remote share, so usually install from a local drive. As already mentioned, your best bet would be a Tech Support track. They can diagnose your SAS install logs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
We are downloading the compressed install files from a university website to the machine's hard drive, unzipping the install files, then calling Help Desk so a technician can remote-in with admin privileges (it is a government owned machine) to run the install. It is a cumbersome process.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Thank you for your responses. We were able to resolve this issue by editing the deploywiz.ini file as follows:
- Navigate to the SAS Software Depot in the Products folder.
- In the deploywiz__99999__prt__xx__sp0__1 folder (99999 varies, depending on the SAS release), find deploywiz.ini.
For example, the default path is path-to-your-depot\products\deploywiz_99999_prt_xx_sp1.
Your deploywiz folder might have a different name. - Make a copy of the deploywiz.ini file and then open it for editing. Note: WordPad works nicely for editing the deploywiz.ini. In the file, locate the host sections [wx6] for x64.
- In the LAUNCHERARGS= parameter for both host sections, change the value from -Xmx1024M to -Xmx512M.
- Save the file and then run setup.exe again to restart the installation.
- After the installation, change the settings back to 1024
Once these edits were made, setup.exe ran normally and the install was a success.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
I know this is old but I think I found the fix for many of us. The fix is to do it right. Setup.exe is not what you should be running. What you want to run is SASEnterpriseGuide83_x86_x64 which can be found under ...\SAS Software Depot\standalone_installs\SAS_Enterprise_Guide_Independent_Installer\8_3.
This took me most of today to figure out. I was just doing it wrong and I suspect many of us are. All the "fixes" out there did nothing because you can't fix it when there's nothing wrong. Hope this helps someone!
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
@jasonjacobs - This post is about installing Foundation / Base SAS which can only be installed using the SAS Deployment Wizard (setup.exe). You are referring to the standalone installation of SAS Enterprise Guide and that indeed is the best way to install that product if that is all you need to install.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
I understand that (now) but for those of us that are not super familiar with SAS, I would be willing to bet many are just doing the wrong thing. In my case, I don't use SAS, I really don't know what it even does. I'm just an IT guy that has to install it maybe once a year. This year I documented the process which I should have done before. If you read the comments following the solution, there are still a bunch of people saying the solution didn't work for them. I bet they are in my shoes and just don't know what they are even looking at.
If you're truly trying to install Foundation / Base SAS, then my comment may not be for you. If you're not sure what the difference between X and Y are, perhaps this info will help. That's all I wanted to share but thank you for clarifying the difference since that is still something I was unclear on.